body{
background:#F2ECE4;
font-family:"Trebuchet MS";
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}

.login-box{

width:380px;
padding:40px;
background:white;

box-shadow:
0 4.5px 8.6px rgba(0,0,0,0.11),
0 12.5px 23.8px rgba(0,0,0,0.072),
0 30.1px 57.3px rgba(0,0,0,0.055),
0 100px 190px rgba(0,0,0,0.038);

text-align:center;
}

.logo{
width:280px;
margin-bottom:25px;
}

input{

width:100%;
padding:12px;
margin-bottom:15px;

border:none;
border-bottom:1px solid #c0c0c0;
font-size:16px;

}

button{

width:100%;
padding:12px;

background:#748C88;
color:white;
border:none;

font-weight:bold;
font-size:16px;
}

button:hover{
opacity:0.9;
cursor:pointer;
}

.error{
color:red;
margin-top:10px;
}

.version{
font-size:12px;
color:#c0c0c0;
}