body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px; 
    padding-left: 20px;
    padding-right: 20px;
    background-color: #eef2f3;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}


input[type=text], input[type=password],input[type=date], input[type=number], input[type = tel],select{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

input[type=checkbox]{
    background-color: #eee;
}

input[type=checkbox]:hover{
    background-color: #ccc;
}

input[type=checkbox]:checked{
    background-color: black;
}

::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: blue; }
::-webkit-datetime-edit-year-field { color: blue; }

button{
    background-color: #6f9bde;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 20px;
    font-family: 'Roboto';
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 50px;
}
button:hover{
    background-color: #5264AE;
}

#sig_button{
    background-color: #d3cce3;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-size: 20px;
    font-family: 'Roboto';
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid grey;
    cursor: pointer;
    width: 100%;
    border-radius: 50px;
}

.error{
    outline: 1px solid red;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;

}

img {-webkit-animation-timing-function: cubic-bezier(.18, 1.31, .82, .15);}
img {animation-timing-function: cubic-bezier(.18, 1.31, .82, .15);}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {width: 0%;
        height: 0%;}
    to {width: 50%;
        height: 50%;}
}

/* Standard syntax */
@keyframes mymove {
    from {width: 0%;
        height: 0%;}
    to {width: 50%;
        height: 50%;}
}

.header{
    background-color: #6f9bde;
    text-align: center;
    align-items: center;
    margin-top: -10px;
    height: 50px;
}

h2{
    color: white;

}
.main {
    padding: 20px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

img{
    border-radius: 5px;
    border: 0px solid blue;
    height: 100px;
    width: 250px;
}

div.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    color: white;
    background-color: #6f9bde;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    z-index: 1;
}

.navbar .title {
    position: fixed;
    left: 44px;
    right: 44px;
    text-align: center;
    text-justify: auto;
    font-size: 20px;
    font-family:serif;
    margin: 8px;
    font-weight: bold;
}

#userName{
    float: right;
    background-color: whitesmoke;
    color: black;
    padding: 7px 10px;
    margin-right: 20px;
    margin-left: 20px;
    border: none;
    width:100px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    text-align: center;
}

#back{
    float: left;
    color: white;
    padding-top: 12px;
    padding-left: 12px;
    border: none;
}

#back:hover{
    color: black;
}

#button:hover{
    background-color: darkred;
    color: white;
}

.textinput {
    float: left;
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid grey;
    border-radius: 5px;
}
fieldset{
    border: 0.4px solid grey;
    border-radius: 5px;
}
legend{
    font-family: halvetica;
}

#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img
{
    height: 10%;
    width: 10%;
    justify-content: center;
    left: 40%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 40%;
}


