﻿/*login-----signup------forgot password----*/
/*a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.disp-table {
    display: table;
    width: 100%;
    height: 100%;
}

.disp-cell {
    display: table-cell;
    vertical-align: middle;
}

.login-body {
    background: #fff;
}

.login-box .left-box {
    position: absolute;
    left: 0;
    width: 68%;
    height: 100%;
}

.login-box .right-box {
    position: absolute;
    height: 100%;
    right: 0;
    width: 32%;
    padding: 0 45px;
}

.login-box .btn {
    width: 100%;
    background: #2fbf77;
    border-color: #2fbf77;
    color: #fff;
    display: block;
    padding: 12px;
    margin-top: 25px;
}

.login-box .logo-box {
    display: block;
    margin: 0 auto 35px;
    text-align: left;
}

.login-box .login-box-inner p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
}

.login-box .top-box h2 {
    font-size: 20px;
    color: #333;
}

.login-box .item img {
    width: 100%;
    height: 100%;
}

.login-box .item {
    height: 100vh;
}

.login-box .form-control {
    color: #111;
    font-size: 16px;
    padding-right: 43px;
    background: none;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.forgot-pass-box {
    display: none;
}

.login-box-open .login-box-inner, .open-forgot-pass-box .forgot-pass-box {
    display: block;
}

.login-box-open .signup-con-box, .open-forgot-pass-box .login-box-inner {
    display: none;
}

.forgot-pass, .right a {
    font-size: 16px;
    display: block;
    color: #939393;
    margin-top: 25px;
    text-align: center;
}

.carousel-caption {
    left: 20px;
    right: auto;
    padding-bottom: 0;
}*/


.disp-table {
    display: table;
    width: 100%;
    height: 100%;
}

.disp-cell {
    display: table-cell;
    vertical-align: middle;
}

.error {
    color: #FF0000
}

.success {
    color: #219B1F;
}

/*.small-radio-check input {
    margin-left: -20px;
    opacity: 0;
    position: absolute;
}

    .small-radio-check input:checked + i {
        border-color: #999;
    }

        .small-radio-check input:checked + i::before {
            background-color: #999;
            height: 6px;
            left: 3px;
            top: 3px;
            width: 6px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .small-radio-check input:checked + span .active {
        display: inherit;
    }

    .small-radio-check input[type="radio"] + i, .small-radio-check input[type="radio"] + i::before {
        border-radius: 50%;
    }

    .small-radio-check input[disabled] + i, fieldset[disabled] .custom-radio-check input + i {
        border-color: #4a90e2;
    }

        .small-radio-check input[disabled] + i::before, fieldset[disabled] .custom-radio-check input + i::before {
            background-color: #4a90e2;
        }

.small-radio-check > i {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #999;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 4px;
    position: relative;
    vertical-align: middle;
}

    .small-radio-check > i::before {
        background-color: transparent;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.small-radio-check > span {
    margin: 1px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal !important;
}

    .small-radio-check > span .active {
        display: none;
    }*/

.login-body {
    background: #fff;
}

.login-box .left-box {
    position: absolute;
    left: 0;
    width: 68%;
    height: 100%;
}

.login-box .right-box {
    position: absolute;
    height: 100%;
    right: 0;
    width: 32%;
    padding: 0 45px;
}

.login-box .btn {
    width: 100%;
    background: #2fbf77;
    border-color: #2fbf77;
    color: #fff;
    display: block;
    padding: 12px;
    margin-top: 25px;
}

.login-box .logo-box {
    display: block;
    margin: 0 auto 35px;
    text-align: left;
    width: 300px;
}

    .login-box .logo-box img {
        width: 100%;
    }

.login-box .login-box-inner p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
}

.login-box .top-box h2 {
    font-size: 20px;
    color: #333;
}

.login-box .forgot-pass, .login-box .login-btn {
    font-size: 16px;
    display: inline-block;
    color: #939393;
    margin-top: 25px;
    text-align: center;
}

    .login-box .forgot-pass:hover, .login-box .login-btn:hover {
        color: #7575e5;
    }

.login-box form {
    text-align: center;
}

    .login-box form .form-group {
        text-align: left;
        position: relative;
    }

.login-box .form-control {
    color: #111;
    font-size: 16px;
    padding-right: 43px;
    background: none;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

    .login-box .form-control:focus {
        border-color: #ccc;
        box-shadow: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }

.login-box .item img {
    width: 100%;
    height: 100%;
}

.login-box .item {
    height: 100vh;
}

.login-box .carousel-caption {
    left: 0;
    right: 0;
}

.open-forgot-pass-box .login-box-inner, .forgot-pass-box {
    display: none;
}

.open-forgot-pass-box .forgot-pass-box, .login-box-inner {
    display: block;
}

.login-box .bottom-box {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}

    .login-box .bottom-box p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .login-box .bottom-box .left-con-box, .login-box .bottom-box .right-con-box {
        display: inline-block;
        vertical-align: middle;
    }

    .login-box .bottom-box .left-con-box {
        width: 60%;
    }

    .login-box .bottom-box .right-con-box {
        font-size: 12px;
        text-align: right;
        width: 39%;
    }

        .login-box .bottom-box .right-con-box a {
            color: #676d76;
        }

            .login-box .bottom-box .right-con-box a:hover {
                color: #7575e5;
            }

.login-box .form-group i {
    bottom: 8px;
    position: absolute;
    right: 5px;
    font-size: 18px;
    background: #3296dc;
    color: #fff;
}

.login-box .bottom-box .right-con-box a {
    border-left: 1px solid #fd3e64;
    padding-left: 10px;
    margin-left: 10px;
}

.login-box .form-group i {
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 25px;
    padding: 3px;
    width: 25px;
}

.carousel-caption {
    bottom: 50px;
}

    .carousel-caption h2 {
        font-size: 40px;
        text-align: left;
        width: 80%;
        padding-left: 40px;
    }

    .carousel-caption p {
        text-align: left;
        font-size: 18px;
        width: 80%;
        padding-left: 40px;
    }

.owl-controls {
    display: none !important;
}

.custom-error-msg ul li, .custom-error-msg span, .custom-error-msg {
    color: #e58f8b;
    text-align: center;
    display: block;
    margin: 5px auto;
}

.login-box .form-group i {
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 25px;
    padding: 3px;
    width: 25px;
}

.login-box .form-group .pixie-thf-check {
    background: #2fbf77 !important;
}

.logo-box .logo-left-box {
    width: 50px;
    background: #4a90e2;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}
