

body{
    background: url('../images/bg.png') no-repeat top;
    /*background: url('../images/bg.png') no-repeat center;*/
    background-size: cover;
}



.login-box{
    position: absolute;
    top: 34.5%;
    left: 13%;
}
.login-box .title{ 
    font-size: 38px;
    color: #FFFFFF;
    /*font-weight: 600;*/
    line-height: 53px;
    margin-bottom: 26px;
}
.login-box .input{
    margin-bottom: 35px;
}
.login-box .input input{ 
    width: 395px;
    height: 50px;
    /*background: #1A3FA7;*/
    /*border-radius: 25px;*/
    background: #4777FF;
    border-radius: 4px;

    padding: 0 26px;
    font-size: 18px;
    color: #FFFFFF;
}
.login-box .submit button{ 
    width: 395px;
    height: 50px;
    /*background: #0F98FF;*/
    /*border-radius: 25px;*/
    font-size: 20px;
    /*color: #FFFFFF;*/

    color: #014FF7;
    background: #FFFFFF;
    border-radius: 4px;
}