body {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #e8f6fd;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}


.fm-header {
    height: 100%;
    background-image: radial-gradient(white, #e8f6fd);
    /*	background-image: radial-gradient(circle, red, yellow, green);*/
}

.fm-header h1 {
    color: #265195;
    font-weight: 800;
    font-size: 3em;
}

.fm-footer {
    background-color: #265195;
    color: white;
}

.fm-pre-footer {
    background-color: white;
    color: #265195;
}

.fm-invalid {
    color: red;
}

.fm-banner {
    /*	background-color: #e8f6fd;*/
    /*	background-color: #3e6cb4;*/
    background-image: linear-gradient(to left, #e8f6fd, white);
    /*	color: #265195;*/
    color: white;
    align-items: center;
    height: 200px;
    border-radius: 10px;
    /*	box-shadow:*/
    /*	  0 2.8px 2.2px rgba(0, 0, 0, 0.034),*/
    /*	  0 6.7px 5.3px rgba(0, 0, 0, 0.048),*/
    /*	  0 12.5px 10px rgba(0, 0, 0, 0.06),*/
    /*	  0 22.3px 17.9px rgba(0, 0, 0, 0.072),*/
    /*	  0 41.8px 33.4px rgba(0, 0, 0, 0.086),*/
    /*	  0 100px 80px rgba(0, 0, 0, 0.12)*/
    /*	;*/
}

.fm-container {
    border-radius: 1em;
}

.fm-container h1 {
    color: #3e6cb4;
    font-weight: 700;
    font-size: 2em;
}

.fm-button {
    color: white;
    background-color: #265195;
    padding: 16px 55px;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    border: none;
}

.fm-button:hover {
    text-decoration: none;
    color: white;
    background-color: #265195;
    padding: 16px 55px;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    border: none;
}

input[type=button], input[type=submit], input[type=reset] {
    width: 300px;
    background-color: #3e6cb4;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    cursor: pointer;
}


.fm-form {
    /*	background-color: #e8f6fd;*/
    background-color: white;
    padding: 1em;
    border-radius: 1em;
    width: -webkit-fill-available;
    border: 2px solid #e5e7eb;
    /*	box-shadow: 2px 2px #e5e7eb;*/
    /*	box-shadow:*/
    /*	  0 2.8px 2.2px rgba(0, 0, 0, 0.034),*/
    /*	  0 6.7px 5.3px rgba(0, 0, 0, 0.048),*/
    /*	  0 12.5px 10px rgba(0, 0, 0, 0.06),*/
    /*	  0 22.3px 17.9px rgba(0, 0, 0, 0.072),*/
    /*	  0 41.8px 33.4px rgba(0, 0, 0, 0.086),*/
    /*	  0 100px 80px rgba(0, 0, 0, 0.12)*/
    /*	;*/
}

.fm-form h1 {
    color: #3e6cb4;
}

.fm-form input[type=checkbox] {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 2px, solid, black;
    padding-right: 1em;
}

.fm-form input[type=text] {
    margin: 1em;

}

.fm-form input[type=password] {
    margin: 1em;
}

.fm-form input[type=date] {
    margin: 1em;
}

input {
    color: #e5e7eb;
    border: 0px solid;
    padding: 10px;
    box-shadow: 1px 1px #e5e7eb;
}

label {
    padding-top: 10px;
}
