body {
    background: url("/static/assets/imgs/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.panel-logo {
    margin-bottom: 0px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgba(21, 21, 21, 0.65);
}
.panel-login-form {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.colap-logo {
    max-width: 280px;
    display: block;
    margin: auto;
}
.sa-error-container {
    text-align: center;
    background-color: #D9D9D9;
    padding: 10px 0 10px 0;
    max-height: 100px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.sa-error-container .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #FF7043;
    color: white;
    margin-right: 8px;
}
.sa-error-container p {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.lista-errores {
    list-style-type: none;
    padding-left: 0px;
}
