﻿body {
    margin: 0 auto;
}

.loginpage-head {
    text-align: center;
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-bgone {
    background-image: url(../images/banner01.jpg);
    /*background-repeat: no-repeat;
    background-size: cover;*/
}



.login-imgone img {
    margin: 0 auto 0 auto;
    position: relative;
    top: 20px;
}

.login-img img {
    margin: 0 auto;
    position: relative;
    top: 8px;
}

.login-img h1 {
    margin: 60px 0 0 0;
    font-size: 30px;
}

.login-img p {
    padding: 25px 20px;
    text-align: justify;
    color: #000;
    font-size: 16px;
}

.login-bgwh {
    background: #ffffff;
    padding: 0;
    box-shadow: 4px 4px 10px #828282;
    background-image: url(../images/banner02.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.loginpage-footer {
    padding: 0 0 0 8px;
}

    .loginpage-footer h3 {
        color: #313131;
        font-size: 25px;
    }

    .loginpage-footer img {
        margin: 50px auto 0 auto;
    }

    .loginpage-footer p {
        text-align: justify;
    }

    .loginpage-footer ul li {
        text-align: justify;
    }


.login_content {
    margin: 35px auto 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    max-width: 330px;
    padding: 0;
}

    .login_content a,
    .login_content .btn-default:hover {
        text-decoration: none;
    }

        .login_content a:hover {
            text-decoration: underline;
        }

    .login_content h1 {
        font: normal 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 0 0 15px;
        color: #2f3b44;
        font-size: 22px;
    }

        .login_content h1:before,
        .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 27%;
        }

        /*.login_content h1:after {
            background: #7e7e7e;
            background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
            right: 60px;
        }*/

        /*.login_content h1:before {
            background: #7e7e7e;
            background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
            left: 0;
        }*/

        .login_content h1:before,
        .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 20%;
        }

        .login_content h1:after {
            background: #7e7e7e;
            background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
            right: 60px;
        }

        .login_content h1:before {
            background: #7e7e7e;
            background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
            left: 60px;
        }

    .login_content form {
        margin: 20px 0 0 0;
        position: relative;
    }

        .login_content form input[type="text"],
        .login_content form input[type="email"],
        .login_content form input[type="password"] {
            border-radius: 3px;
            -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            border: 1px solid #585858;
            color: #777;
            margin: 0 0 20px;
            width: 100%
        }

            .login_content form input[type="text"]:focus,
            .login_content form input[type="email"]:focus,
            .login_content form input[type="password"]:focus {
                -ms-box-shadow: 0 0 2px #ed1c24 inset;
                -o-box-shadow: 0 0 2px #ed1c24 inset;
                box-shadow: 0 0 2px #A97AAD inset;
                background-color: #fff;
                border: 1px solid #A878AF;
                outline: none
            }

        .login_content form div a {
            font-size: 12px;
            margin: 10px 15px 0 0;
        }

.btnone {
    color: #fff;
    background-color: #79c2ea;
    border-color: #b3b3b3;
    width: 100%;
    font-size: 16px;
    margin: 20px 0 0 0;
}

    .btnone:hover {
        transition: all 0.5s linear;
    }

.reset_pass {
    margin-top: 10px !important;
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right;
}


.bor-righ {
    border-left: 2px dotted #c3c3c3;
}

.box-sh {
    box-shadow: 8px 0px 22px #009ce7;
}

.btntw {
    padding: 15px 0;
}

    .btntw input.btn-info {
        padding: 5px 10px;
    }

@media(max-width: 991px) {
    .login-imgone img {
        margin: 0 auto 0 auto;
    }

    .login_content {
        margin: 0 auto 0 auto;
    }

    .bor-righ {
        border-top: 3px solid #87e4ff;
        margin: 10px 0 0 0;
    }

    .box-sh {
        box-shadow: none;
    }

}
