html, body {
display: flex;
justify-content: center;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}
form {
border: 6px solid #f6f6f6;
}
input[type=text], input[type=password] {
width: 100%;
padding: 16px 8px;
margin: 12px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
.icon {
font-size: 80px;
display: flex;
justify-content: center;
color: #ccc;
}
button {
background-color: #DE0101;
color: white;
padding: 14px 0;
margin: 10px 0;
border: none;
cursor: grab;
width: 48%;
}
h1 {
text-align:center;
fone-size:14;
}
button:hover {
opacity: 0.8;
}
.formcontainer {
text-align: center;
margin: 40px 60px 20px;
}
.container {
padding: 16px 0;
text-align:left;
}
span.psw {
float: right;
padding-top: 0;
padding-right: 15px;
}
/* Change styles for span on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}