body{
 margin: 0;
 padding: 0;
 background:url(../img/bg.jpg) fixed;
 background-color:#ed811b30;
 background-size: cover;
 /*background-position: center;*/
 background-repeat:no-repeat;
 font-family:Tahoma;
 font-size:14px;
 letter-spacing:1px;
}
.login-box{
 width: 350px;
 height: 460px;
 background: #1279e6;
 color: #ffffff;
 top: 48%;
 left: 20%;
 position: absolute;
 transform: translate(-50%,-50%);
 box-sizing: border-box;
 padding: 10px 30px;
 border: dotted 1px #ffffff;
}

.avtar{
 /*width: 100px;
 height: 100px;
 border-radius: 50%;*/
 position: absolute;
 top: -73px;
 left: calc(25% - 28px);
 display:none;
}

@media only screen and (max-width:800px) {
.login-box{
 left: 50%;	
}
.avtar{
display:block;
}
}

h1{
margin: 0;
padding: 0 0 20px;
text-align: center;
font-size:24px;
color:#ffffff;
}
.login-box p{
margin: 0;
padding: 0;
font-weight:400;
color:#ffffff;
font-family:Tahoma;
}
.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: #aad4ff;
color:#000000 !important;
border-radius: 10px;
 font-family:Tahoma;
 font-size:18px;
 letter-spacing:1px;
width:50%;
/*border:solid 2px #3f8e15;*/
}
.login-box input[type="submit"]:hover
{
cursor: pointer;
background: #0e78a9;
color:#ffffff !important;
border:solid 2px #FFFFFF;
}