/*-- Userlist --*/
/*-- Map --*/
/*-- Icons --*/
/*-- Buttons --*/
/*-- Images --*/
/*-- Tabs --*/
/*-- Calendar --*/
/*-- Cards --*/
/*-- Dropdown --*/
/*-- Badges --*/
/*-- Carousel --*/
/*-- Tooltip & Popover --*/
/*-- Mansonry --*/
/*-- Rating --*/
/*-- Lightbox --*/
/*-- Pricing Table --*/
/*-- Bottom Spacing None --*/
/*-- Timeline --*/
/*-- Blockquote --*/
/*-- Navbar --*/
/*-- Form layout --*/
/*-- Form Wizard --*/
/*-- eCommerce Dashboard --*/
/*-- Morris chart --*/
/*-- Border Radius --*/
/*-- border-radius --*/
/*-- Box Shadow --*/
/*-- Animation --*/
/*-- Transform Rotate --*/
/*-- Filter --*/
/*-- All Keyframes --*/
/*-- Transform --*/
/*-- Transition --*/
/*-- Background-RGB --*/
/*-- Color-RGB --*/
.login_v2 {

    background: rgba(0, 0, 1, 0) url("../image/header-4.png") no-repeat fixed 0 0/cover;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.login_v2:before {
    content: '';
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    z-index: 0;
}

.login_v2_profile_icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    padding: 20px;
    color: #FFFFFF;
    background: linear-gradient(#0b9aab, #087380);
}

.login_v2_main {
    display: table;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    width: 480px;
    padding: 30px 0;
}

.login_v2_contain {
    display: table-cell;
    vertical-align: middle;
}

.login_v2_form {
    padding: 30px;
    padding-top: 30px !important;
    background: #FFFFFF;
    border-left: 5px solid;
    border-color: #087380;
}

.login_v2_form h5 {
    margin-bottom: 25px;
    margin-top: 15px !important;
}

.login_v2_check {
    float: left;
    text-align: left;
    width: 50%;
    margin-bottom: 10px;
}

.login_v2_check .icr-text {
    font-size: 15px;
}

.login_v2_reserved_text {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 15px;
}

.login_v2_reserved_text p {
    padding-bottom: 0;
}

.login_v2_text_field {
    /*margin-bottom: 25px;*/
    border: 1px solid #087380;
    display: table;
}

.login_v2_text_field i {
    color: #087380;
    display: table-cell;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    width: 1%;
    vertical-align: middle;
}

.login_v2_text_field input {
    display: table-cell;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
}

.login_v2_text_field label {
    position: absolute;
    font-size: 14px;
    display: block;
    margin-top: 3px;
    color: #f84343;
    font-weight: 700;
}

.login_v2_forget_text {
    text-align: right;
    width: 50%;
    float: right;
    margin-top: 3px;
}

.login_v2_sign_link {
    margin-top: 10px;
}

.login_v2_text_field input {
    background: none;
}

/*---- START RESPONSIVE ----*/
/*-- for tablet width --*/
@media (max-width: 767px) {
    .login_v2_main {
        min-width: 90%;
        width: calc(100% - 30px);
    }

    .login_v2_forget_text {
        margin-top: 2px;
    }
}

/*-- for mobile width --*/
@media (max-width: 479px) {
    .login_v2_form {
        padding: 20px;
        padding-top: 40px;
    }

    .login_v2_profile_icon {
        font-size: 35px;
    }

    .login_v2_form h5 {
        margin-bottom: 15px;
        margin-top: 30px;
        font-size: 18px;
    }

    .login_v2_sign_link {
        font-size: 12px;
    }

    .login_v2_forget_text {
        font-size: 12px;
    }

    .login_v2_check {
        margin-bottom: 10px;
    }

    .login_v2_check .icr-text {
        font-size: 13px;
    }

    .login_v2_check span {
        font-size: 12px;
    }
}

/*---- END RESPONSIVE ----*/
