select {
    font-size: 13px;
    background-color: white;
    border-radius: 0;
    border: 1px solid darkgray;
    padding: 5px;
}

input[type=text], input[type=password] {
    font-size: 13px;
    background-color: white;
    border-radius: 0;
    border: 1px solid darkgray;
    padding: 5px;
}

input[type=submit] {
    line-height: 30px;
    font-size: 15px;
    padding: 0 15px;
    font-weight: 700;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
}

.h2-title {
    text-transform: uppercase;
    padding: 10px 15px;
}

.bold {
    font-weight: 700;
}

.height100per {
    height: 100%;
}

.body {  
    font-family: Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    margin: 0;
    z-index: 10000;
}

.mt40 {
    margin-top: 40px;
}

.content {
    position: relative;
}
/*
.main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}
*/
.login {
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    margin-top: 40px;
}

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.login-button {
    border-radius: 0;
    color: white;
    border: 1px solid #0070C0;
    background-color: #0070C0;
    cursor: pointer;
}

.login-button:hover {
    background-color: white;
    color: #0070C0;
}

.login-button:active {
    position: relative;
    top: 1px;
}

.centered-justify {
    width: 480px;
    text-align: justify;
    line-height: 22px;
}

.cl {
    text-align: center;
}

.welcome {
    color: darkslategray;
    font-size: 20px;
    line-height: 30px;
}

.bq {
    text-align: center;
    color: darkgrey;
    font-size: 13px;
}

.recap {
    margin: 20px;
}

.fpass-login {
    margin-top: 30px;
}