body{
    font-family: Roboto, sans-serif;
}
.submit_button{
    color: #fff;
    background: #37beff;
    border-color: #37beff;
    width: 100%;
    margin-top: 8px;
    border-radius: .3rem;
    line-height: 1.5;
    font-size: 1.25rem;
    padding: .5rem 1rem;
    text-transform: uppercase;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    border: 1px solid;
}

#logo{
    top: 16vh;
    display: inline-block;
    justify-content: center;
    position: relative;
    max-height: 100px;
}

#layout_content{
    text-align: center;
    width: 100%;
    display: block;
    flex: 6;
}

#login-form{
    margin: 0 auto;
    top: 20vh;
    width: 95%;
    max-width: 320px;
    position: relative;
}


#unban-form{
    margin: 0 auto;
    top: 20vh;
    width: 95%;
    max-width: 320px;
    position: relative;
}

#login-form input{
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    border: 1px solid #ced4da;
}

#unban-form input{
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    border: 1px solid #ced4da;
}

.message_error{
    font-family: Roboto, sans-serif;
    display: block;
    border: 1px solid #fd6767;
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin-bottom: .5rem;
}

.message_success{
    font-family: Roboto, sans-serif;
    display: block;
    border: 1px solid #53ce67;
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin-bottom: .5rem;
}

.message_warning{
    font-family: Roboto, sans-serif;
    display: block;
    border: 1px solid #ea8125;
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin-bottom: .5rem;
}

.message_info{
    font-family: Roboto, sans-serif;
    display: block;
    border: 1px solid #ced4da;
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin-bottom: .5rem;
}