@CHARSET "UTF-8";

body.body-sign-in {
	/*background-image: url(sign-in-bg1.jpg?t=1);*/
	background: url(com-bg.jpg?t=1) no-repeat;
	-moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 12px 16px;
}
.panel-body {
    padding: 30px 15px 50px 15px;
    width: 80%;
    margin: auto;
}
.btn-primary {
    color: #fff;
    background-color: #415c82;
    border-color: #415c82;
}
.body-sign-in .form-container, .body-sign-up .form-container{max-width: 500px;background-color: rgba(255, 255, 255, 0.6);}

._content{
    max-width: 614px;
    float: right;
    margin-right: 5%;
    margin-top: 10%;
}
.user-login{
    font-size: 32px;
    color: #415c82;
}
.english-login{
    font-size: 20px;
    color: #01a7c1;
    opacity: 0.8;
    letter-spacing: 2px;
}
.user-input {
    width: 553px;
    height: 71px;
    background: #fff;
    border: solid 1px #dfdfdf;
    position: relative;
    margin-top: 20px;
}
.user-input img{
    width: 33px;
    height:33px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    z-index: 999;
}
.user-input input[type=text],.user-input input[type=password]{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 60px;
    background: #fff;
    -webkit-appearance: none;
    border: none;
}
._login{
    width: 553px;
    height: 71px;
    background: #415c82;
    color: #fff;
    font-size: 32px;
    margin-top: 60px;
    border: none;
}
.user-input input[type=text]::-webkit-input-placeholder,.user-input input[type=password]::-webkit-input-placeholder{
    font-size: 20px;
}

/*@mediascreen ( max-width: 1068px ) and (min-width: 765px)*/
@media screen and (max-width:480px ){
    ._content{
        width: 100%;
        margin-top: 10%;
        margin-right: 0;
    }
    .user-login{
        font-size: 24px;
        color: #fff;
        text-align: center;
    }
    .english-login{
        font-size: 20px;
        color: #01a7c1;
        opacity: 0.8;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 100px;
    }
    .user-input {
        width: 90%;
        height: 71px;
        background: #fff;
        border: solid 1px #dfdfdf;
        position: relative;
        margin: 20px auto 0;
    }
    .user-input img{
        width: 33px;
        height:33px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        z-index: 999;
    }
    .user-input input[type=text],.user-input input[type=password]{
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 60px;
        background: #fff;
        -webkit-appearance: none;
        border: none;
    }
    ._login{
        width: 90%;
        height: 50px;
        background: #415c82;
        color: #fff;
        font-size: 22px;
        margin-top: 30px;
        margin-left: 5%;
        border: none;
    }
    .user-input input[type=text]::-webkit-input-placeholder,.user-input input[type=password]::-webkit-input-placeholder{
        font-size: 20px;
    }


}