.btn-custom-login {
    color: white;
    background-color: #ce3f45;
    border-color: #a9141a;
    max-width: 120px;
    font-size: 13px;
    float: right;
}
.btn-custom-login:hover,
.btn-custom-login:focus {
    color: white;
    background-color: #c1272d;
    border-color: #c1272d;
}
.footer-login {
    color: #303030;
}
.footer-login:hover {
    color: #303030;
}

.select2-container {
    padding: 7px 15px;
}
.select2-selection--single {
    border: none !important;
}
.c-row {
    height: 42px;
    border-radius: 4px !important;
    background-color: #fafafa1f;
}
.c-btn {
    float: right;
    height: 42px;
    border-radius: 4px !important;
    min-width: 120px;
    margin: 0;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
}
.c-btn:hover,
.c-btn:focus {
    background-color: #ececec;
    border: 1px solid #e2e2e2;
}
.modal-header .close {
    color: #fff;
    margin-top: 10px;
    opacity: 0.5;
}
.close:hover,
.close:focus {
    opacity: 0.8 !important;
}

@media (min-width: 769px) {
    .background-login-img {
        margin-top: 135px;
        margin-left: 50px;
        width: 500px;
        height: 450px;
    }
}

@media (max-width: 768px) {
    .background-login-img {
        margin-left: 50px;
        width: 300px;
        height: 250px;
        display: block;
        margin: 0 auto;
    }
    .bg-c{
        margin-top: 10%;
    }
    .acc-xs.account-wall{
        margin-top: 50% !important;
    }
    .container .row{
        display: unset !important;
    }
    .account-wall .form-signin{
        min-width: unset;
    }
}
.title-login{
    padding: 18px 0 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.forgot-password{
    font-size: 13px;
    color: darkgrey;
}
.forgot-password:hover{
    text-decoration: underline;
    color: #616161;
}
.image-loading{
    margin-top: 2%;
    margin-right: 2%;
    float: right;
}