body {
    display: flex;
    width: 100%;
    height: 100vh;
    margin:0;
    font-family: 'Roboto', sans-serif;
    align-items: center;
}

body>div:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
}
body.form>div:first-child >div:first-child {
    height: 30%;
}
body.form>div:first-child >div:last-child {
    height: 70%;
}

input, select, button.btn {
    width: 100%;
    text-align: center;
    font-size: 21px !important;
    /* padding: 40px 0 !important; */
    height: 80px !important;
}

h4 {
    margin-top: 30px;
}

button.btn {
    background-color: #009c88;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}

#message {
    margin-top: 20px;
}

body.login>div:first-child {
    justify-content: center;

}

body.login input,body.login  select,body.login  button.btn {
    height: 50px !important;
}