html {
    min-width: 290px;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #406C94 /*#003b71*/;
}

#login {
    color: #8fcbf2;
}

#login-row {
    height: 80vh;
}

#login-box {
    max-width: 600px;
    height: 320px;
}

#login .side-image {
    background-image: url(https://placehold.co/600x400); 
    background-size: cover;
    background-position: center;
}

.btn-ms {
    align-items: center;
    background-color: #fff;
    border: solid 1px #5e5e5e;
    border-radius: 0%;
    color: #5e5e5e;
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    gap: 12px;
    height: 41px;
    padding-left: 12px;
    padding-right: 12px;
}