* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-width: 1200px;
    overflow: hidden;
}

body {
    background: linear-gradient(#67bcd6, #405864);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    body, html {
        overflow: unset;
    }
}

img {
    display: block;
    width: 188px;
    margin: 50px auto;
}

.logo-background {
    background: no-repeat center;
    /*background-size: cover;*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*max-height: 100%;*/
    /*margin: 30px auto;*/
}

/*.login-footer {*/
    /*justify-content: center;*/
    /*align-content: center;*/
    /*margin: 0 auto;*/
/*}*/

.form {
    background-color: #ffffff;
    width: 500px;
    margin: 50px auto 10px auto;
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px -3px #333;
    text-align: center;
}

input {
    border-radius: 5px;
    padding: 10px 15px;
    width: 50%;
    border: 1px solid #D9D9D9;
    outline: none;
    display: block;
    margin: 20px auto 20px auto;
}

button {
    border-radius: 5px;
    border: none;
    /*background: #719BE6;*/
    background-color: #8fa7b3;
    width: 50%;
    padding: 10px;
    color: #FFFFFF;
    margin-top: 25px;
    cursor: pointer;
    box-shadow: 0 2px 10px -3px #719BE6;
    display: block;
    margin: 55px auto 10px auto;
}

button:hover {
    background: #719BE6;
}

.button-active {
    background-color: #67bcd6;
}

a {
    text-align: center;
    margin-top: 30px;
    color: #719BE6;
    text-decoration: none;
    padding: 5px;
    display: block;
}

.input-active {
    border: 1px solid #67bcd6;
}

a:hover {
    text-decoration: underline;
}




.has-error .help-block-error {
    border: 1px solid #fe142c;
    padding: 3px;
    position: relative;
    top: -230px;
    border-radius: 5px;
    margin-left: 50px;
    margin-bottom: 10px;
    width: 386px;
    color: red;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    margin-top: -10px;
}

#request-password-reset-form .has-error .help-block-error {
    position: absolute;
    top: 370px;
}

/*.has-error .help-block-error:before, .has-error .help-block-error:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 390px;*/
    /*bottom: -20px;*/
    /*border: 10px solid transparent;*/
    /*border-top: 10px solid #fe142c;*/
/*}*/

.has-error .help-block-error:after {
    border-top: 10px solid white;
    bottom: -19px;
}

p:before, p:after {
    content: '';
    position: absolute;
}

p.help-block-error {
    position: absolute;
    padding: 10px;
    min-height: 30px;
    min-width: 100px;
    font-family: 'Trebuchet MS';
    margin-right: 30px;
    text-align: left;
}

.submit {
    margin-top: 100px;
}

.submit-restore {
    margin-top: 30px;
}

.submit-reset {
    margin-top: 60px;
}

.submit, .submit-restore, .submit-reset p {
    text-align: center;
}

.comment {
    margin: 10px auto;
    color: #8fa7b3;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    text-align: center;
    width: 400px;
}

.field-loginform-password_hash {
    height: 10px;
}

.grey {
    color: #dbdbdb;
}

.close-href {
    text-decoration: none;
    color: #8fa7b3;
    font-size: 24px;
}

