p {
    padding-left: 15px;
    display: none;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h4 {
    font-weight: bold;
}

.btn-signin {
    text-align: center;
}

.btn-reset {
    text-align: center;
}

.div-signin {
    height: 300px;
    border-radius: 5px;
    background-color: white;
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
}

.div-register {
    text-align: center;
    font-size: smaller;
    display: inline-block;
}

.div-reset {
    text-align: center;
    font-size: smaller;
    display: inline-block;
    float: right;
}
