@font-face {
font-family:"SBB-light" ;
src: url(../res/reg.woff2);
}
*{
max-width: 100%;
outline: none;
box-sizing: border-box;
font-family:"SBB-light" ;
}
body{
margin: 0;
background-image: url(../res/img/pic.jpg);
background-repeat: no-repeat;
background-size: cover;
}
header{
background:white;
padding:30px;
}
.top span{
font-size:1em;
cursor:pointer;
}
.top label{
display:block;
margin-top:30px;
font-size:1.46em;
}
main{
text-align: center;
margin-top:60px;
}
.container{
display: inline-block;
width: 490px;
border:none;
margin-bottom: 70px;
}
.pic{
background:#c51416;
}
.logo{
display: none;
}
.form{
padding: 20px 30px;
background: white;
}
.col{
text-align: left;
}
.col label{
display: block;
margin:4px 0;
font-size:1.6em;
color:#000000a8;
font-weight: 500;
}
.col input{
width: 100%;
padding: 11px;
font-size:1em;
border-radius:6px;
border:solid 1px #00000021;
}
.col input:hover{
border:solid 2px #0000009e;
}
.but{
text-align:right;
margin-top:50px;
margin-bottom:20px;
}
.but button{
width:150px;
padding:12px;
border:none;
background:#898989;
color:white;
font-size:1em;
border-radius:4px;
}
hr{
border:solid 1px #00000017;
}
.link{
display:flex;
align-items:center;
margin-top:20px;
justify-content:space-between;
}
.a a{
color:#000000a8;
}
@media screen and (max-width :912px){
.pic{
display:none;
}
.logo{
display:block;
background:#c51416;
text-align:left;
}
.logo img{
width:200px;
}
body{
background:#eeeeee;
}
main{
margin:0;
}
.top{
margin-left:20px;
}
.top span{
font-size:0.9em;
cursor:pointer;
}
.top label{
display:block;
margin-top:17px;
font-size:1em;
}
.top{
margin-left:90px;
}
.but{
text-align:right;
margin-top:30px;
margin-bottom:60px;
}
.but button{
width:100%;
padding:12px;
border:none;
background:#898989;
color:white;
font-size:1em;
border-radius:4px;
}
}
@media screen and (max-width :512px){
.logo img{
width:200px;
padding:10px;
}
.top{
margin-left:20px;
}
.top span{
font-size:0.9em;
cursor:pointer;
}
.top label{
display:block;
margin-top:17px;
font-size:1em;
}
.link{
display:block;
text-align:left;
margin-top:20px;
justify-content:space-between;
margin-bottom:20px;
}
}