﻿.login {
    width: 100%;
    height: 100vh;
    background: url('../images/bg.png') no-repeat center;
    background-size:cover;
}
.login_pop{
    width:460px;
    background-color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:40px 50px;
}
    .login_pop .title {
        font-size: 20px;
        color: #000000;
        text-align:center;
        font-weight:400;
    }
.login_pop-ipute {
    padding-left: 100px;
    border: 1px solid #E5E5E5;
    position:relative;
    margin-top:20px;
}
    .login_pop-ipute span {
        font-size: 16px;
        color: #000000;
        position:absolute;
        left:20px;
        top:50%;
        transform:translate(0,-50%);
    }
    .login_pop-ipute input {
        border: none;
        line-height:50px;
        font-size:16px;
        width:100%;
    }
.login_pop .but {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2841B1;
    color:#fff;
    margin-top:30px;
    font-size:16px;
}
.login-tetx{
    font-size:16px;
    color:#000;
    margin-top:10px;
    text-align:right;
}
.login_pop_code input{
    width:40%;
    display:inline-block;
}
.login_pop_code .placeholder {
    /*width: 30%;*/
    height:100%;
    display: inline-block;
    float:right;
}

.from {
    width: 100%;
    height: 960px;
    background: url('../images/from.png') no-repeat center;
    background-size:cover;
}
.login_pop-ipute textarea {
    width: 100%;
    height: 150px;
    border: none;
    padding:10px;
    font-size:16px;
}
.login_pop-textarea{
    width:100%;
    padding-left:0;

}
.from .login_pop {
    transform: translate(-50%,-38%);
}



@media screen and (max-width: 1000px) {
    .login_pop {
        width: 100%;
        padding: 20px ;
    }

    .login_pop-ipute {
        margin-top: 15px;
    }
    .from {
        height: 800px;
    }
}

