.login {
    background-color: rgba(165, 172, 175, 0.8) !important;
}

.login .content .create-account {
    background-color: rgba(0, 84, 159, 0.8);
    color: #fff;
}

.btn.cblue:not(.btn-outline) {
    color: #FFF;
    background-color: rgba(0, 84, 159, 0.6);
}

.btn.cblue:not(.btn-outline).active, .btn.cblue:not(.btn-outline):active, .btn.cblue:not(.btn-outline):hover, .open > .btn.cblue:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: rgba(0, 84, 159, 0.8);
}

.login .content .forget-password {
    text-decoration: none;
    transition: all 0.3s;
    color: rgba(0, 84, 159, 0.8);
}

.login .content .forget-password:hover {
    transition: all 0.3s;
    color: rgba(0, 84, 159, 1);
}

.login .content h3 {
    color: rgba(0, 84, 159, 1);
}

input::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
}

input::-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
}

input::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
}

input::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
}

.login .content .form-control {
    background-color: rgba(165, 172, 175, 0.2) !important;
    height: 43px;
    color: #8290a3;
    border: 1px solid #dde3ec;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .my_elements_with_border_radius {
        border-radius: 0
    }
}

img { -ms-interpolation-mode: bicubic; }
img { -webkit-interpolation-mode: bicubic; }