body{
    font-family: 'Roboto', sans-serif;
}

.page{
    background-color: #fafafa;
}

.centered-object{
    width: 320px;
    margin-left: 40px;
    margin-right: 40px;
}

.title{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 26px;
}

.panel{

    margin: auto;
    margin-top:10%;
    width: 400px;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.logo{
    margin-top: 50px;
    margin-bottom: 50px;
}


.inputfield{
    padding-left: 12px;
    border: none;
    background-color: #ddd;
    width: 308px !important;
    height: 50px;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
}

.loginbutton{

    background-color: #0f9d58;
    color: #fff;
    height: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    margin-bottom: 12px;
}

.material-button{
    padding: 0 6px 0 6px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.message{
    margin-top: 25px;
    text-align: center;
}
