/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
.login {
    background-color: #364150 !important;
}

    .login .logo {
        margin: 0 auto;
        margin-top: 60px;
        padding: 15px;
        text-align: center;
    }

    .login .content {
        background-color: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 400px;
        margin: 40px auto 10px auto;
        padding: 30px;
        padding-top: 10px;
        overflow: hidden;
        position: relative;
    }

        .login .content h3 {
            color: #4db3a5;
            text-align: center;
            font-size: 28px;
            font-weight: 400 !important;
        }

        .login .content h4 {
            color: #fff;
        }

        .login .content .hint {
            color: #999;
            padding: 0;
            margin: 15px 0 7px 0;
        }
         
        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .form-control {
            border: none;
            background-color: #dde3ec;
            height: 43px;
            /*color: #8290a3;*/
            color: #19191b;
            border: 1px solid #dde3ec;
        }

            .login .content .form-control:focus,
            .login .content .form-control:active {
                border: 1px solid #c3ccda;
            }

            .login .content .form-control::-moz-placeholder {
                color: #8290a3;
                opacity: 1;
            }

            .login .content .form-control:-ms-input-placeholder {
                color: #8290a3;
            }

            .login .content .form-control::-webkit-input-placeholder {
                color: #8290a3;
            }

        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px;
        }

        .login .content .form-actions {
            clear: both;
            border: 0px;
            border-bottom: 1px solid #eee;
            padding: 25px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important;
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }

        .login-options .social-icons li a {
            border-radius: 15px 15px 15px 15px !important;
            -moz-border-radius: 15px 15px 15px 15px !important;
            -webkit-border-radius: 15px 15px 15px 15px !important;
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .form-actions .btn {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #000000;
    background-color: #dde3ec;
    border: none;
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #1a1c6c;
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .content .check {
    color: #fff;
}

.login .content .rememberme {
    /*margin-left: 8px;*/
    margin-top: 10px;
}

.login .content .create-account {
    margin: 0 -40px -30px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account > p {
        margin: 0;
    }

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

@media (max-width: 440px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
        margin-top: 10px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

.padding-15 {
    padding: 15px !important;
}

.hideContent {
    display: none;
}

span[data-us-spinner] {
    opacity: 0.5;
    background: #3C3D4D;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}


/* New Login Css */

.loginWrapper {
    background-color: #f2f7ff;
}

.cstmContainer {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.leftWrapper {
    width: 50%;
    padding: 40px;
    background: url("/images/doodle.png")no-repeat; background-size: contain;
    height: 100vh;
    overflow: auto;
}

    .leftWrapper .logoContainer {
        max-width: 150px;
    }
        .leftWrapper .logoContainer img {
            max-width: 180px;
        }

.rightWrapper {
    background: #1a1c6c;
    background: -moz-linear-gradient(45deg, #1a1c6c 0%, #0f34a2 100%);
    background: -webkit-linear-gradient(45deg, #1a1c6c 0%,#0f34a2 100%);
    background: linear-gradient(45deg, #1a1c6c 0%,#0f34a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c6c', endColorstr='#0f34a2',GradientType=1 );
    width: 50%;
    padding: 40px;
    position: relative;
}
.form-group.password-group input.form-control {
    padding-right: 35px;
}

.form-group.password-group i.fa-eye {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -5px;
    opacity: 0.8;
}
    .form-group.password-group i.fa-eye .hide{
        display:none;
    }
    .formWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 66%;
    }

.headingContent {
    margin-bottom: 30px;
}

    .headingContent > h4 {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .headingContent > p {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
    }

.formWrapper form {
    padding-top: 20px;
    display: block;
}

.form-group {
    position: relative;
}

.form-control {
    background: #fff;
    border-radius: 20px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    padding: 8px 15px;
    height: 45px;
    border: none;
    margin-bottom: 20px;
}

.ftLinks {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    font-size: 14px;
    align-items: center;
    padding: 0px;
    justify-content: space-between;
}

    .ftLinks div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        color: #fff;
        letter-spacing: 1px;
    }

.forgotPasscode {
    text-align: right;
}

    .forgotPasscode > a {
        color: #fff;
    }

.btn-cstm {
    display: block;
    width: 100%;
    background: #972005;
    border-radius: 5px;
    height: 44px;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color:#fff;
}
    .btn-cstm:hover {
        color: #fff;
        background-color: #d71f36;
    }
    .loginSociallinks {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .loginSociallinks img {
        max-width: 136px;
    }
    .loginSociallinks > span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .loginSociallinks > span + span {
            display: flex;
            justify-content: flex-end;
        }

        .loginSociallinks > span a {
            max-width: 150px;
            display: block;
        }

.announcementContent {
    padding: 60px 20px 0px 20px;
}

    .announcementContent h2 {
        font-size: 40px;
        font-weight: 700;
    }

span.icon {
    display: inline-block;
    max-width: 42px;
    margin-bottom: 30px;
}

.announcementContent p {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    max-width: 650px;
    margin-bottom: 20px;
}

span.icon img {
    width: 45px;
}

.login .content #frmForgotPassword .form-actions {
    border: 0px;
    border-bottom: none;
    padding: 5px 0px 0px 0px;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.login .content #frmForgotPassword .form-actions .btn-cstm {
    width: auto;
}
.headingContent {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.announcementContent span.icon {
    display: inline-block;
    max-width: 42px;
    margin-bottom: 0px;
    vertical-align: bottom;
}
.announcement-Content {
    font-size: 14px;
    line-height: 22px;
    height: calc(100vh - 400px);
    min-height: 100px;
    overflow: auto;
}
    .announcement-Content li {
        line-height: 18px;
        font-size: 13px;
        padding-bottom: 5px;
    }
span.posted-on {
    font-size: 14px;
}
.leftWrapper .logoContainer {
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    /*background-color: #fff;*/
    padding: 10px 0px;
    text-align: center;
}



    .leftWrapper .logoContainer img {
        max-width: 225px;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 3px;
    }
@media only screen and (max-width: 1199px) {
    .leftWrapper, .rightWrapper {
        width: 100%;
    }

    .formWrapper {
        position: inherit;
    }

    .announcementContent p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .announcementContent {
        padding: 30px 20px;
    }

    .leftWrapper, .rightWrapper {
        padding: 30px 0 20px;
        height: auto;
    }
    .rightWrapper {
        padding: 110px 0 20px;
    }

    .formWrapper {
        position: inherit;
        width: 90%;
    }

    .leftWrapper .logoContainer {
        margin: auto;
    }

    .announcementContent h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    span.icon {
        display: none;
    }

    .announcementContent p {
        padding: 0;
    }

    .headingContent > h4 {
        font-size: 25px;
    }

    .headingContent > p {
        font-size: 16px;
    }

    .headingContent {
        margin-bottom: 10px;
    }
}