﻿.code-link {
    text-align: center;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    color: #f26b21;
    font-family: 'Source Sans Pro';
}

.client-login-modal .modal-content .modal-img {
    width: 384px !important;
    display: inline-block;
    vertical-align: bottom;
    height: 568px !important;
    background: #ddd;
    padding: 0px 0px !important;
    overflow: hidden;
    background-color: #FBF9F2 !important;
}

.client-login-modal .modal-content {
    border-radius: 10px !important;
}

section.login-next {
    background-color: #eee;
    min-height: 100vh;
    padding-top: 80px;
}

    section.login-next .login-box {
        background-color: #fff;
        padding: 20px 30px;
        text-align: center;
    }

    section.login-next .client-login-modal .auth-form-light h6 {
        text-align: center;
        font-size: 15px;
        letter-spacing: 0px;
        color: #333;
        text-transform: initial;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    section.login-next .client-login-modal .auth-form-light h4 {
        text-align: center;
        letter-spacing: 0px;
        color: #333;
        font-size: 35px;
        text-transform: initial;
    }

    section.login-next .client-login-modal .form-group .form-control {
        height: 45px;
        box-shadow: none;
        border: 1px solid #ccc;
        border-radius: 40px !important;
        padding: 1px 30px;
    }

.btn-login {
    background-color: #bd081c;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.btn {
    border-radius: 40px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
    font-size: 14px !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 4;
    font-size: 14px !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 4;
    font-size: 14px !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
    font-size: 14px !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
    font-size: 14px !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #999 !important;
    font-size: 14px !important;
}

section.login-next {
    /* background-color: #eee; */
    min-height: 100vh;
    padding-top: 80px;
    background: linear-gradient(to right, #dd6167, #d82028);
}

.validation-summary-errors {
    color: red;
    font-weight: 700;
}

@@media (min-width: 992px) {
    .container {
        width: 1170px !important;
    }
}
.btn-gradient-primary {
    border-radius: 40px !important;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase !important;
    background: linear-gradient(to right, #010101, #010101);
}

.field-validation-error {
    color: #999;
    max-height: 0;
    transition: 0.28s;
    overflow: hidden;
    color: #F26B21;
    font-style: italic;
}

.code-link {
    text-align: center;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    color: #010101;
    font-family: 'Source Sans Pro';
}

.code-box {
    top: 0px;
    width: 100%;
    display: none;
}

.code-div {
    position: relative;
}

.btn-code {
    background: #f26b21;
    color: #fff;
}
