h1 {
color: #5f6988;
font-weight: 300;
border-bottom: 1px solid #dee2ef;
padding-bottom: 5px;
font-family: 'Poppins',sans-serif;
}

input {
    padding: 10px 13px;
    margin-bottom: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 2px;
    border: 1px solid #d4d9e3;
    font-weight: 200;
    color: #4d5060;
    font-family: 'Poppins',sans-serif;
    transition: all .3s ease-out;
    font-size: .9em;
    outline-color: transparent;
    outline-style: none;
}

label {
    font-size: .9em;
    color: #5f6988;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
    font-family: 'Poppins',sans-serif;
}

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

input[type="submit"] {
    background: #5eb9d7;
    color: white;
    border-radius: 2px;
    margin-top: 15px;
    font-weight: 400;
    border: 1px solid #5eb9d7;
    transition: all .3s ease-out;
}

.reset {
    font-weight: 300;
    font-size: .8em;
    font-family: 'Poppins',sans-serif;
}

.login-signup {
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    font-family: 'Poppins',sans-serif;
    margin-top: 20px;
}

a {
    color: #5eb9d7;
    font-weight: 500;
}

.errors {
    margin-top: -11px;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
    font-size: .9em;
    color: #b75353;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: 300;
    font-size: .8em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.alert-warning .close {
    color: #856404;
    background-color: #fff3cd;
    border: none;
    font-weight: 300;
    order: 1;
    outline: none!important;
    transition: all .3s ease-out;
}