body {
    background-color: #B72B32CC;
    vertical-align: middle;
}

.login {
    width: 200px;
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;


    font-size: 16pt;
    font-family: "Playfair Display SC", Sans-serif;
    color: #393A3A;

}

button {
    background-color: #393A3A;
    color: white;
    border: none;
    padding: 5px 10px 5px 10px;
    font-size: 14pt;
    margin-top: 25px;
    float: right;
    margin-right: 25px;
    
    border-radius: 8px;
    cursor: pointer;
}
