@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
*{
    padding: 0;
    margin: 0;
    outline: none;
}
html,body{
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif !important;
    color: #536472;
}
a:hover{
    text-decoration: none;
    color: #0f1419;
    font-weight: 600;
}
p {
    font-size: 14px;
    font-weight: 400;
    color: #536472;
}
h1 {
    font-size: 24px;
    font-weight: 600;
    color: #0F1419;
}
a {
    color: #20a0f2;
    text-decoration : none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input:focus::placeholder {
    color: #0F1419;
  }

input::placeholder {
    color: #b4c4d1;
    font-size: 14px;
  }
a.Login-btn {
    position: relative;
    top: 3px;
    background: #20a0f2;
    color: #fff;
    padding: 12px 0;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 6px 10px 15px #20a0f23b;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
button.Login-btn {
    position: relative;
    top: 3px;
    background: #20a0f2;
    color: #fff;
    padding: 12px 0;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 6px 10px 15px #20a0f23b;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    border: 0;
    width: 100%;
}
button.Login-btn:hover {
    position: relative;
    top: -3px;
    box-shadow: 6px 10px 15px #20a0f23b;
}
.navbar-toggler span.navbar-toggler-icon {
    background: #0F1419;
}
.navbar-toggler.collapsed span.navbar-toggler-icon {
    background: #fff;
}

.brand-logo {
    padding-bottom: 30px;
    text-align: center;
}
.login-bg {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.login-bg .container{
    max-width:450px;

}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.login-form {
    background: #fff;
    box-shadow: 3px 3px 40px #9dd5fd33;
    padding: 30px 20px;
    border: 1px solid #c6d8e1;
    border-radius: 15px;
}
.login-form .form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    color: #586876;
}

.form-control {
    padding: 0 30px;
    height: 45px;
}
.login-form h1, p {
    text-align: center;
}
a.Login-btn:hover {
    position: relative;
    top: -3px;
    box-shadow: 6px 10px 15px #20a0f23b;
}
.login-form p span {
    font-weight: 600;
    color: #20a0f2;
}
.login-form .form-group span {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
}
.custom-control-label {
    font-size: 14px;
}
.custom-control.custom-checkbox {
    margin-bottom: 22px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #20a0f2;
}
.forgot-password a {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    text-align: right;
}
.form-title {
    margin-bottom: 30px;
}
.login-form .error span {
    font-size: 12px;
    display: block;
    transform: translate(0, -15px);
  }

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.form-title.verification-mail {
    text-align: center;
  }
  
  .send-mail-img img {
    max-width: 95px;
    padding: 25px 13px;
  }
  
  a.btn.btn-sm.btn-success {
    margin-top: 15px;
  }
  
  p.mail-send-msg {
    color: #212529;
    font-weight: 500;
  }
  .send-mail-img {
    background: #ffbe1d33;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
}
a.btn.btn-sm.btn-success.resend-verfication-btn {
    background: #05b1f0;
    border: 1px solid #05b1f0;
    padding: 10px 30px;
    box-shadow: 4px 5px 10px #05b1f059;
}
.login-form .error span#contact-us{
    transform: none;
    text-decoration: underline;
    display: inline;
    cursor: pointer;
    color: #2f813e;
}

.imgIdProfileBlock h6{
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}

.imgIdProfileBlock label{
    margin-bottom: 0;
    background: #fff;
    box-shadow: 3px 3px 40px #9dd5fd33;
    padding: 10px 30px;
    border: 1px solid #c6d8e1;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}
.imgIdProfileBlock .form-group input[type="file"]{
    opacity: 0;
    width: 0;
    height: 0;
}
.imgIdProfileBlock .form-group img{
    width: 100% !important;
}
.user-msg-paratext{
    font-size: 12px;
    background: #c7f9d08c;
    padding: 5px 19px;
    color: #0f1419;
    margin: 5px 0 -15px;
    border-left: 3px solid #2f813e;
}

.imgIdProfileBlock span.error{
    position: static;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    transform: translate(0px, -35%);
}
.logo_max_width{
    max-width: 77px;
}