@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body{
    background: #27313f;
    height: 100vH;
    font-family: 'Lato', sans-serif;
}
h1 .main-text, .h1 .main-text, #block0title{
    font-family: 'Lato', sans-serif;
}
html, body, input, select, textarea, label{
    font-family: 'Lato', sans-serif;
}

.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 5px!important;
    margin: auto;
    max-width: 40%;
}
#block0body{
    width: 100%;
}
#block0title{
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 40px;
    margin-top: 50px;
    padding-bottom: 30px;
}
.form-container .form-control
{
    padding: 8px 15px;
    line-height: 1.6;
    font-size: inherit;
    height: auto;
    background: none;
    color: inherit;
}
.adminform_savebutton input {
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
    cursor: pointer;
    color: #ffffff;
    line-height: 1.33333;
    display: block;
    width: 100%;
    transition: all 0.25s ease-in 0s;
    border-radius: 5px;
    font-size: 20px;
    padding: 22px 35px;
    background: #539cc4 none repeat scroll 0 0!important;
    border-color: #539cc4!important;
    margin-top: 2px;
    box-shadow: none;
    border: 0px;
}