﻿body {
    height: 100%;
}

.bg_login_register {
    margin-top: 0%;
    background-color: #fff;
    box-shadow: 0 0 30px #aaa;
    background-image: url(../images/login.jpg);
    background-size: cover;
    margin-top: 5%;
    background-position: center center;
    margin-bottom: 50px;
}

.bg_login_register h4 {
    margin-top: 25px;
    font-weight: 800;
    color: #190f54;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
}

.bg_login_register h4 span {
    font-size: 16px;
    font-weight: 500;
}

.bg_login_register input, .bg_login_register select {
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    height: 36px;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.cust_bg_login {
    background-image: url(images/register.jpg);
}

label {
    font-weight: 500;
    color: #190f54;
}

.checkbox label:after{
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr{
    position: relative;
    display: inline-block;
    border: 1px solid #1d3e95;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    color: #fff;
    float: left;
    background-color: #1e3d90;
    margin-right: 4px;
}


.checkbox .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.forgot_password p {
    margin-top: 8px;
    text-align: right;
}

.forgot_password p a {
    color: #bbb;
    font-size: 12px;
}

.cust_login_submit {
    background-color: #02c6ff;
    color: #fff;
    border: 0;
    width: 100%;
    height: 42px;
    line-height: 2.1;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 25px;
}

.cust_login_submit:hover, .cust_login_submit:active {
    background-color: #02c6ff !important;
    color: #fff !important;
}
 
.bg_login {
    min-height: 438px;
    background-size: cover;
}

.bg_login h1 {
    font-size: 67px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.bg_login h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.bg_register {
    background-image: url(../images/a1.png);
    min-height: 452px;
    background-size: cover;
}

.login_register_center {
    margin-top: 2%;
    margin-bottom: 2%;
}

.login_register_center img {
    width: 150px;
}

.bg_register h1 {
    font-size: 67px; 
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.bg_register h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.bg_login_form, .bg_register_form {
    padding: 0 0px 25px 30px;
}

.bg_register_form .checkbox .cr {
    border: 1px solid #a31a48;
    background-color: #a31a48;
}

.bg_register_form .cust_login_submit {
    background-color: #a31a48;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.bg_register_form .cust_login_submit:hover {
    background-color: #a31a48 !important;
    color: #fff !important;
}

.social_login p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.social_login h5 {
    text-align: center;
}

.social_login h5 a {
    margin: 0 5px;
}

.padding_zero {
    padding: 0px;
}

.cust_account {
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #aaa;
    font-weight: 500;
    padding: 10px;
}

.cust_account.active {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    box-shadow: none;
}

@media(max-width: 768px) {
    .bg_login_register {
        background-image: none;
    }
    
    .bg_login_form, .bg_register_form {
        padding: 0 30px 25px 30px;
    }
    
    .bg_login {
        min-height: 0px;
    }
}