body, html {
    height:100%;
}

.row {
    margin: 0;
}

input:focus-visible {
    outline: 0;
    box-shadow: none;
    border-color: #117ABF;
}

.image{
    background: url("../images/MaskGroup.png") no-repeat center center;
        background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.login_form {
    width: 75%;
    margin: 0 auto;
}

.label,
.form-control {
    font-size: 15px;
}

.form-control {
    height: 42px;
    border: 1px solid #D7D9E4;
    border-radius: 3px;
}

.form-control::-moz-placeholder {
    color: #A2A8C3;
    opacity: 1;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    color: #A2A8C3;
    opacity: 1;
    font-weight: 400;
}

.form-control::placeholder {
    color: #A2A8C3;
    opacity: 1;
    font-weight: 400;
}

.form-control:focus {
    border-color: #117abf;
    box-shadow: unset;
}

.btn-primary {
    background-color: #117ABF;
    border-color: #117ABF;
    height: 42px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #232E60;
    border-color: #232E60;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: unset;
}

.copyright.content{
    font-size:15px;
    position: relative;
    bottom: -5px;
}

.error{
    color:red;
    font-size:14px;
}

p.content {
    font-size: 14px;
}

.otp_input {
    width: 73px;
    height: 60px;
    border: #D7D9E4 1px solid;
    font-size: 32px;
    text-align: center;
}

p.resend.content {
    font-weight: 500;
}

.resend_otp,.reset_password {
    background: none;
    border: none;
    color:#117ABF;
    text-decoration: underline;
    font-weight: 500;
}

.resend_otp:hover {
    color: #232E60;
    text-decoration: none;
}
