﻿



 html, body {
    height: 100%;
}


.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.button { width: 100px; height: 40px; border-radius: 5px; text-align: center; border: 1px solid #fff; font-size: 16px; background-color:#2B3C59; color:#ffffff; cursor:pointer; }


.logoImage img {
    margin-top:50px;
    margin-bottom:50px;
}

input[type=text], input[type=password] {
    background-color: rgb(250, 255, 189)!important;
}

ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}