body {
background: #ca434c;
color: #ffffff;
max-width: 900px;
margin: auto;
font-family: Roboto, Arial, sans-serif;
}
a {text-decoration: none;}
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v135/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.block_load {
width: 300px;
color: #fff;
margin: auto;
position: relative;
top: 200px;
}
.block_load button {
background: #400b05;
color: #fff;
padding: 5px 10px;
border-radius: 10px;
border: none;
}
.block_load input {
background: #90180c;
color: #fff;
padding: 10px;
border-radius: 10px;
margin-bottom: 3px;
border: none;
outline: none;
width: 95%;
}
.block_load input:hover {
background: #90180c;
color: #fff;
padding: 10px;
border-radius: 10px;
margin-bottom: 3px;
border: none;
outline: none;
width: 95%;
box-shadow: inset 0 0 5px #ffaab5;
}
.block_load input::placeholder {
color: #fff;
}
.block_load a {
color: #fff;
padding: 5px;
display: block;
margin-left: 10px;
}
.logo img {
width: 250px;
}