body{
 margin: 0;
 padding: 0;
 background:url(../img/bg.jpg) fixed;
 background-size: cover;
 background-position: center;
 background-repeat:no-repeat;/**/
 background-color:#e4d8b5;
 font-family:Tahoma;
 font-size:14px;
 letter-spacing:1px;
}
.login-box{
 width: 350px;
 height: 460px;
 background: #cd8503;
 color: #000;
 top: 52%;
 left: 20%;
 position: absolute;
 transform: translate(-50%,-50%);
 box-sizing: border-box;
 padding: 10px 30px;
}


.avtar{
 /*width: 100px;
 height: 100px;*/
/* border-radius: 50%;*/
 position: absolute;
 top: -70px;
 left: calc(48% - 50px);
 display:none;
}

@media only screen and (max-width:767px) {
.login-box{
 top: 50%;
 left:50%;
}
.avtar{
display:block;
}
}
h1{
margin: 0;
padding: 0 0 20px;
text-align: center;
font-size:24px;
color:#fff700;
}
.login-box p{
margin: 0;
padding: 0;
font-weight: bold;
color:#ffffff;
}
.login-box input{
width:100%;
margin-bottom: 20px;
}
.login-box input[type="checkbox"]{
width:10%;
margin-bottom: 10px;
}
.login-box input[type="text"], input[type="password"], input[type="image"]
{
border: none;
border-bottom: 1px solid #fff;
background: transparent;
outline: none;
height: 30px;
color:#FFF;
 font-family:Tahoma;
 font-size:14px;
 letter-spacing:1px;
}
.login-box input[type="submit"]
{
border: none;
outline: none;
height: 40px;
background: #8f5a00;
color:#FFF;
border-radius: 20px;
 font-family:Tahoma;
 font-size:18px;
 letter-spacing:1px;
width:50%;
}
.login-box input[type="submit"]:hover
{
cursor: pointer;
background: #ffb502;
color:#000;
}

