* {
    padding: 0;
    margin: 0;
    font-family: Raleway;
}

body {
    background: url('/images/fondo_login_autogestion.jpg') no-repeat center fixed;
    background-size: cover;
}

#contain_login {
    width: 300px;
    margin-top: 8em !important;
}

.rounded {
    border-radius: .6em !important;
}

.rounded-top {
    border-top-left-radius: .6em !important;
    border-top-right-radius: .6em !important;
}

.bg-gray {
    background: #f1f1f1;
}

input {
    border: none !important;
    font-size: .85rem !important;
    font-weight: 500;
}

.btn-danger {
    background: #d21217;
}

.btn-danger:hover {
    background: #bd0d11;
}

input:focus {
    background: #f1f1f1 !important;
}

i {
    float: right;
    padding: 0 10px;
    margin-top: -26px;
    color: #7e7e78;
    font-size: .75em;
}

#body_form p {
    color: #a4a4a0;
    font-weight: bold;
}

#body_form .alert {
    width: 80%;
    font-size: 13px;
}

#logo_radio {
    width: 90%;
}

footer {
    font-size: .8em;
    bottom: 0;
    position: absolute;
    right: 0 !important;
    width: 100%;
}

#barra {
    width: 100%;
    height: 11.8px;
}

input.is-invalid {
    border: 1px solid #dc3545 !important;
    background-image: none !important;
}

.invalid-tooltip {
    position: relative;
}