html, body{
    width:100%;
    height:100%;
    font-weight: 200;
}
body{
    background:#343a40;
    color:#f8f9fa;
}
button{cursor: pointer;}
#form-side{
    max-width: 320px;
}
@media (max-width: 768px){
    #form-side{
        max-width: none;
    }
}