﻿body {
    background: #f1f2f7;
    display: table;
    width: 100%;
}


a, button {
    text-decoration: none !important;
    outline: none !important;
    color: #878787;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}

h1, h1 span {
    font-size: 2em;
    color: #e52312;
    font-weight: 700;
    /*text-shadow: 1px 1px 1px #e52312, 1px -1px 1px #e52312, -1px 1px 1px #e52312, -1px -1px 1px #e52312;*/
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.btn, button, input, textarea {
    box-shadow: none;
    outline: 0 !important;
}
.ul-logo-et {
    text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
    color: #dadada;
    font-weight: 500;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.login-content {
    max-width: 540px;
    margin: 8vh auto;
}
.login-logo {
    text-align: center;
    margin-bottom: 15px;
}

#btn-login {
    background-color: #e52312;
}
.login-form {
    background: #ffffff;
    padding: 30px 30px 20px;
    border-radius: 2px;
}
.form-group {
    margin-bottom: 0.25rem;
}
.login-form label {
    color: #878787;
    text-transform: uppercase;
}
    .login-form label a {
        color: #ff2e44;
        text-decoration: underline;
    }
.login-form .checkbox label {
    text-transform: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0;
}

.pull-right{
    float: right;
}

#loginErrorMessageWrapper {
    height: 1.4em;
}

#loginErrorMessage {
    font-size: 0.8em;
    color: red;
    margin: 0 0 0.5rem 0;
}