html {
    display: flex;
    background: #eff2f8;
    height:100%;
    justify-content:center;
}

body{
  display: flex;
  flex-direction:column;
  justify-content:center;
}

.edusystem-wrapper
{
    width:1024px;
    height:708px;
    opacity: 0;
    display: flex;
}

#edusystem
{
    background: #53a6f2;
    border-top-left-radius:15px;
    border-bottom-left-radius: 15px;
    border: solid 1px #dae1e9;
    background-image: url(img/student.png);
    background-repeat: no-repeat;
    background-size: 476px 476px;
    background-position: center center;
    width: 512px;
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top:35px;
  font-size: 30pt;
  font-weight: bold;
  font-family:sans-serif;
}
#edusystem label {
  padding-left: 10px;
}

#login {
    background-color: #fff;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    border: solid 1px #dae1e9;
    border-left:0;
    width:512px;
    display: flex;
    flex-direction: column;
    color: #2e363e;
    
}

#login > div {
    display:flex;
    justify-content: center;
    margin-top: 30px;
}

#login > .language_div {
    height: 150px;
    background: url(img/dreyfous.png) no-repeat;
    background-size: 295px 80px;
    background-position: 85px 45px;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

#login > .language_div select {
  padding: 3px 10px;
  border-radius: 20px;
  background: #fff;
  color: #686c70;
  font-family: sans-serif;
  font-weight:500;
  border: solid 1px #dbe6ee;
}

#login label {
    display: block;
  margin-bottom:8px;
}

#login .language_div label {
    display: none;
}


#help {
    flex-grow: 1;

} 

.textbox input
{
    height:33px;
    width:300px;
    font-size: 14pt;
    outline:#fff;
    border: solid 1px #979797;
    background:none;
    padding: 5px;
    border-radius: 3px;
}



#login .login {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 60px;
  background:#108dff;
  border-radius:4px;
  width: 312px;
  height:43px;
}

.login .button
{
   width: 300px;
   height: 43px;
   display: flex;
   flex-direction: column;
   justify-content:center;
  text-align:center;
  font-weight:500;
  font-size:12pt;
   flex-grow:1;
   color:#fff;
   /* height:33px; */
   /* width:300px; */
   cursor:pointer;
}

#forgot-password-reminder {
  display: none !important;
}

#forgot-password-reminder.visible {
  display: flex !important;
}

.forgot-password-reminder-text {
  width: 300px;
  text-align: justify;
  font-size: 10.5pt;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #ce7f6bd8;
}

/* Generic Styling */
#ui-id-3  input {
    padding: 2px;
    border: 1px solid #757575;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.puk, div.pin, div.confirmPin {
    margin: 10px 60px;
    position: relative;
    text-align: center;
}

/* Item Specific Styling */

.confirmButton {
    display: table;
    margin: 0 auto;
}

a.link {
    color:blue;
}


