.auth-background {
    background-image: url(/files/jpg/fundo_novo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    overflow: auto;
}

.radius-large{
    border-radius: 10px;
}

.radius{
    border-radius: 5px;
}

.box-auth {
    padding: 5px;
    background: #1c2128 !important;
}

.box-auth p{
    color: #8b949e;
    margin-bottom: 0;
}

.box-auth .panel-body {
    padding: 0;
    margin: 0;
}

.box-auth .box-auth-header {
    background: #161b22;
    overflow: hidden;
}

.box-auth .box-auth-header-logo {
    padding: 20px 40px;
    text-align: center;
    background-color: #00193a;
    background-image: url("/files/png/background_header.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0;
    overflow: hidden
}

.box-auth-header h3{
    color: #dbe7f3;
    padding: 15px 0 0 0;
    margin: 0;
}

.auth-form{
    padding: 15px;
    text-align: left;
}

.auth-form .form-control{
    border: 1px solid #30363d;
    background-color: #21262d;
    color: #dbe7f3;
}

.auth-form .form-control::placeholder {
    color: #8b949e;
}

.auth-form .form-control:focus {
    border-color: #58a6ff;
    background-color: #21262d;
    color: #dbe7f3;
}

/* Select2 dark compat */
.box-auth .select2-container--default .select2-selection--single {
    background-color: #21262d;
    border-color: #30363d;
    color: #dbe7f3;
}

.box-auth .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dbe7f3;
}

.box-auth .select2-dropdown {
    background-color: #21262d;
    border-color: #30363d;
}

.box-auth .select2-container--default .select2-results__option {
    color: #dbe7f3;
}

.box-auth .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0063af;
}

/* Links */
.box-auth .pad-all a,
.box-auth .pad-all .btn-link {
    color: #58a6ff;
}

.box-auth .pad-all a:hover,
.box-auth .pad-all .btn-link:hover {
    color: #79c0ff;
}
