.login-panel{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(101,101,102,0.4);
    background-size: 100% 100%;
    text-align: center;
}

.login-from{
    position: absolute;
    top:50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    height: 550px;
    background-color: #FFFFFF;
}

.login-img{
    background: url("../img/logo.png") no-repeat no-repeat;
    background-size: 100% 100%;
    width: 192px;
    height: 87px;
    margin: 58px auto;
}

.login-from form{
    width: 70%;
    margin: 0 auto;
}

.login-from form input[type="text"]{
    border: 0px solid;
    border-bottom: 1px solid #CACEDB;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #A5A7B0;
    padding-bottom: 10px;
    margin-bottom: 47px;
}

input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 12px;
}

.login-from-user{
    padding: 0 10px 0 30px;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-size: 23px 21px;
}

.login-from-pwd{
    padding: 0 10px 0 30px;
    background-image: url(../img/pwd.png);
    background-repeat: no-repeat;
    background-size: 23px 21px;
}

.loginButton {
    margin: 60px auto auto auto;
    width:209px;
    height: 36px;
    font-size: 14px;
    border-radius: 15px;
}