/* @author Atwix Team */
/* @copyright Copyright (c) Atwix (https://www.atwix.com/) */

body {
    margin: 0;
    padding: 0;
}

form {
    width: 20%;
    padding: 5rem;
    margin: 0 auto;
}

.form-wrapper {
    background-color: #f2f5fb;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

h2 {
    font-family: Roboto-Regular, sans-serif;
    color: #30497e;
}

footer > .container {
    text-align: center;
}

.font-weight-normal {
    font-family: Roboto-Regular, sans-serif;
}

.field-wrapper {
    margin-bottom: 0.7rem;
}

.input-label {
    display: inline-block;
    width: 4rem;
    font-family: Roboto-Regular, sans-serif;
}

.input-label-password {
    display: inline-block;
    width: 8rem;
    font-family: Roboto-Regular, sans-serif;
}

.btn {
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto-Regular, sans-serif;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
}

.form-control {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Roboto-Regular, sans-serif;
    font-size: 14px;
    height: 1.5rem;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    box-sizing: border-box;
    margin-left: 1rem;
    width: 12rem;
}

.form-control-checkbox {
    vertical-align: middle;
}

.reset-password {
    margin-left: 1rem;
}

.info {
    margin-bottom: 1rem;
    font-size: x-small;
    font-family: Roboto-Regular, sans-serif;
}

.reset-password > a {
    text-decoration: none;
}

.alert.alert-success {
    font-family: Roboto-Regular, sans-serif;
    color: #0a3622;
    background-color: #d1e7dd;
    border-bottom: 2px solid #a3cfbb;
    padding-top: 0.1rem;
}

.alert.alert-warning {
    font-family: Roboto-Regular, sans-serif;
    color: #9a3412;
    background-color: #ffedd5;
    padding-top: 0.1rem;
    border-bottom: 2px solid #fed7aa;
}

.alert-danger {
    font-family: Roboto-Regular, sans-serif;
    color: #9a3412;
    padding: 0.5rem 0.5rem 0.5rem 0;
}

footer {
    color: #fff;
    background-color: #041050;
}

header {
    background-color: #fff;
    padding: 2rem 5rem;
}

.logo .text {
    fill: #30497e;
}

.logo .logo {
    fill: #15a0ff;
}
