.login-sec {
    padding: 50px !important;
    position: relative;
}

.login-sec h2 {
    font-weight: 600;
    font-size: 24px;
    color: #323F75;
}

p {
    margin-bottom: 60px;
}

.btn-login {
    width: 100%;
    background: #323F75;
    color: #fff;
    font-weight: 600;
}

.form-check {
    padding-top: 8px;
}

.btn-link {
    float: right;
    padding-right: 0 !important;
    color: #323F75;
    font-size: 14px;
}

label {
    font-style: italic;
}

.text-register {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.text-register a {
    font-style: italic;
    color: #E2AD50;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    .banner-sec {
        display: none;
    }
    .btn-link {
        float: left;
        color: #323F75;
        font-size: 14px;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width:768px) {
    .banner-sec {
        padding: 0;
        background-size: cover;
        border-radius: 10px 0 0 10px;
    }
    .form-group .col-md-6 {
        margin-top: 80px;
        font-size: 14px;
    }
    .container {
        background: #FFFFFF;
        box-shadow: 0px 4px 10px #C4C4C4, 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
}