Mini Shell
@font-face{
font-family:'reg';
src:url('reg.woff2');
}
@font-face{
font-family:'bold';
src:url('reg.woff2');
}
*{
outline:none;
font-family:'reg', sans-serif;
box-sizing:border-box;
}
body{
background:#f4f4f4;
padding:0;
margin:0;
}
header{
background:white;
padding:25px 170px;
border-bottom:1px solid #dbdbdb;
}
header img{
width:130px;
}
.container{
text-align:center;
}
.content{
width:1150px;
max-width:95%;
display:inline-block;
text-align:left;
}
.title{
padding:10px;
font-size:1.7em;
margin:25px 0;
}
.boxes{
display:flex;
}
.box{
width:100%;
background:white;
padding:20px 30px;
border-radius:15px;
color:#666666;
padding-bottom:130px;
}
.box h2{
font-weight:400;
}
.form{
width:100%;
}
.form-group{
width:600px;
max-width:100%;
display:flex;
margin:30px 0;
}
.form-group span{
display:block;
font-size:0.8em;
padding:10px 0;
}
.form-label{
color:black;
width:200px;
}
.form-input{
}
.textinput{
padding:8px;
border-radius:5px;
border:1px solid #929292;
width:130px;
}
.eye{
position:absolute;
left:105px;
top:10px;
width:20px;
}
.sbmt{
display:flex;
align-items:center;
justify-content:center;
background:#ff8900;
color:white;
font-size:1.1em;
font-family:bold;
font-weight:bold;
padding:9px 25px;
border:none;
border-radius:7px;
}
.sbmt img{
width:18px;
}
footer{
margin-top:90px;
background:#333333;
padding:20px 40px;
color:white;
font-size:1.2em;
}
footer span{
margin:5px;
}
footer img{
margin-top:10px;
}
.loader{
text-align:center;
padding:60px;
}
@media screen and (max-width:700px){
header{
padding:6px;
}
header img{
width:110px;
}
.box{
border-radius:2px;
}
.box h2{
font-weight:400;
font-size:1.2em;
}
.box p{
line-height:30px;
font-size:0.8em;
}
.form-group{
display:block;
}
.form-label{
font-size:0.8em;
margin:0;
margin-bottom:15px;
}
.form-btn{
text-align:center;
}
.sbmt{
width:100%;
font-size:1em;
padding:8px 50px;
}
footer span{
display:block;
}
}
Zerion Mini Shell 1.0