body {
    background: #111133;
    font-family: 'Mooli', sans-serif;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    background-image: url('/img/background.jpg');
    background-size: cover;
}

* {
    box-sizing: border-box;
}

.form_input {
    background: #636d82;
    border: 1px solid #FFFFFF;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 10px;
    width: 250px;
    border-radius: 3px;
}


.form_button {
    background: #00d5c3;
    border: 0px solid #FFFFFF;
    border-bottom: 2px solid #00aa9c;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 10px;
    width: 250px;
    border-radius: 3px;
}

a {
    color: #FFFFFF;
}

.errorMessage {
    color: #FF0000;
    background: #000000;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.dashboardMenu {
    background: #00d5c3;
    color: #FFFFFF;
    padding: 10px 15px;
}

.personicon {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border: 1px solid #FFFFFF;
    text-align: center;
}