/* body {
   background-color: #F5F6F8;
   background-image: url(../img/icon/Group.png);
   background-repeat: no-repeat;
 }
#login {
   position: absolute;
   width: 538px;
   height: 340px;
   left: 543px;
   top: 227px;
   background: #FFFFFF;
   border-radius: 12px;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#confirm-email {
   position: absolute;
   width: 538px;
   height: 400px;
   left: 543px;
   top: 150px;
   background: #FFFFFF;
   border-radius: 12px;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.logo-icon-login {
    position: absolute;
    top: 18px;
    left: 30px;
}
.leotive {
   position: absolute;
   top: 53px;
   left: 24px;
}


#email > img {
   position:absolute;
   top: 112px;
   right: 38px;
}

#pass > img {
   position:absolute;
   bottom: 125px;
   right: 38px;
}

.title {
   padding-top: 38px;
   padding-left: 154px;

   font-family: Roboto;
   font-style: normal;
   font-weight: 500;
   font-size: 24px;
   line-height: 28px;
   color: #000000;
}

form {
   margin-left: 30px;
   margin-right: 30px;
}

.lg {
   width: 160px;
   height: 48px;
   background: rgba(0, 0, 0, 0.9);
   border-radius: 4px;
}


.forget {
   width: 160px;
   height: 48px;
   background: #929BAD;
   border-radius: 4px;
   font-family: Roboto;
   font-style: normal;
   font-size: 14px;
   padding-top: 13px;
}

button.lg {
   font-family: Roboto;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;
   border-radius: 4px;
   margin-left: 16px;
}

button.send-mail {
   width: 100%;
   height: 48px;
   font-size: 14px;
   background: rgba(0, 0, 0, 0.9);
   border-radius: 4px;
   margin-top: 10px;
}
button.change-pass {
   width: 100%;
   height: 48px;
   font-size: 14px;
   background: rgba(0, 0, 0, 0.9);
   border-radius: 4px;
   margin-top: 10px;
} */
