html,
body {
    height: 100%;
}

/*
* {
  border: 1px solid blue;
}
*/

body {
    background-color: #009cc4;
}

.account-container {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 70%;
    width: 25%;
    transform: translate(-50%, -50%);
}

.image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.blue-input-container {
    width: 90%;
}

.blue-small-input-container {
    width: 47.5%;
}

.blue-input-field {
    background-color: #D5ECF6;
    border: 2px solid #009cc4;
}

.blue-submit-btn {
    width: 90%;
    background-color: #009cc4;
    color: #ffffff;
    font-weight: 600;
}

.blue-submit-btn:hover, .blue-submit-btn:visited {
    width: 90%;
    background-color: #66C4DC;
    color: #ffffff;
    font-weight: 600;
}

.lightBlue-submit-btn {
    width: 90%;
    background-color: #99D7E7;
    border: 2px solid #009cc4;
    color: #ffffff;
    font-weight: 600;
}

.lightBlue-submit-btn:hover, .lightBlue-submit-btn:visited {
    width: 90%;
    background-color: #66C4DC;
    border: 2px solid #009cc4;
    color: #ffffff;
    font-weight: 600;
}

.blue-seperator {
    width: 90%;
    color: #009cc4;
}

.lab-blue {
    color: #009cc4;
}

.form-floating > label::after {
    background-color: transparent !important;
}