body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
button {
    font-family: 'open sans', sans-serif !important;
}


body {
    background-color: #f4f4f4;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;


}

input.form-control-lg {
    min-height: 60px;
    font-size: 15px;
    line-height: 1.2;
}

.logo {
    width: auto;
}

.bottom_text {
    margin-top: 1.5rem;
}

.login-flags {
    margin-top: 4rem;
}

.form-control-lg {
    border: 1px solid #e6e6e6 !important;
}

.credits {
    position: fixed;
    bottom: 5px;
    width: 100%;
    color: #888;
}

.btn-login {
    height: 50px;
    font-size: 14px;
    background-color: rgb(0, 102, 153);
    color: #fff;
    font-weight: bold !important;
    border-radius: 3px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-login:hover {
    background-color: rgba(0, 102, 153, 0.8);
}

.error {
    padding: 10px 15px;
    background: #ffdcdc;
    font-size: 12px;
    margin-bottom: 12px;
    color: red;
    min-width: 100px;
    border-radius: 3px;
}

.dialog-box {
    margin-top: 5rem;
    background-color: white;
}