*{
    padding: 0;
    margin: 0;
    border: none;
}

html, body{
    width: 100%;
    height: 100%;
    background-color: #00608A;
}

.div-form-reset{
    display: table-cell;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    height: 70vh;
    width: 100vw;
}

p{
    font-size: 1.1em;
    text-align: center;
}

input.form-control{
    min-height: 50px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}

button[type=submit]{
    min-height: 56px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #00608A;
    transition: 0.4s;
}

button[type=submit]:hover{
    color: #00608A;
}