.login-content {
    padding: 100px 0;
}

.login-btn {
    border-radius: 50px;
    background: #36a9e1;
    width: 100%;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.recovery-password-btn{
    border-radius: 50px;
    background: #D60B52;
    width: 100%;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 600;
    border: none;

}

.login-title {
    color: #2b2d70;
    font-weight: 400;
    text-align: center;
    font-size: 32px;
}

/*.login-email{
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50px;
}*/

.input-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-prepend{
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group-text{
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.pre-img{
    height: 45px;
    border-radius: 50px 0px 0px 50px;
    background-color: #fff;
    border-right: none;
    margin-right: -20px;
}

.img-ap{
    width: 50%;
}

.border-left-input{
    border-radius: 0px 50px 50px 0px !important;
    border-left: none;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-left: 0;
}

.border-left-input:focus {
    border-color: #ced4da;
    outline: none;
}

.check-password{
    margin-right: 0.5em;
    vertical-align: center;

}

.save-password{
    color: #A9A9A9;
}

.forgot-password{
    color: #221F1E;
    text-decoration: underline;
}

.login-btn:hover{
    background: #FFD500;
}

.login-subtitle{
    color: #221F1E;
    text-align: center;
    font-weight: 300;
}

.border-radius{
    border-radius: 50px;
}
