.page-sign {
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

@media (min-width: 576px) {
    .page-sign {
        background-color: #fbfcfe;
    }
}

.page-sign.d-block {
    background-image: linear-gradient(to right, #506fd9 40%, #2747b5 100%);
}

.page-sign.d-block .row {
    min-height: inherit;
}

.page-sign.d-block .col-wrapper {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.page-sign.d-block .card-sign {
    border-radius: 0;
    box-shadow: none;
}

.page-sign .header-logo, .page-sign .sidebar-logo {
    font-size: 28px;
}

.card-sign {
    width: 100%;
    border-width: 0;
    border-radius: 0;
}

@media (min-width: 400px) {
    .card-sign {
        width: 380px;
    }
}

@media (min-width: 576px) {
    .card-sign {
        border-radius: 10px;
        box-shadow: 0 2.8px 2.2px rgba(110, 121, 133, 0.02), 0 6.7px 5.3px rgba(110, 121, 133, 0.028), 0 12.5px 10px rgba(110, 121, 133, 0.035), 0 22.3px 17.9px rgba(110, 121, 133, 0.042), 0 41.8px 33.4px rgba(110, 121, 133, 0.05), 0 100px 80px rgba(110, 121, 133, 0.07);
    }
}

.card-sign .card-header {
    background-color: transparent;
    border-bottom-width: 0;
    padding: 30px 30px 0;
}

.card-sign .card-title {
    letter-spacing: -.5px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
    color: #212830;
}

.card-sign .card-text {
    color: #6e7985;
    margin-bottom: 0;
}

.card-sign .card-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.card-sign .card-thumb img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.card-sign .card-body {
    padding: 30px;
    position: relative;
}

.card-sign .card-body small, .card-sign .card-body .small {
    font-size: 12px;
    color: #6e7985;
    display: block;
}

.card-sign .card-body strong {
    font-weight: 600;
    color: #212830;
}

.card-sign .form-label {
    font-weight: 500;
    font-size: 0.8125rem;
    display: block;
}

.card-sign .form-control, .card-sign .gridjs-input {
    font-weight: 500;
    color: #212830;
    height: 40px;
}

.card-sign .form-control::placeholder, .card-sign .gridjs-input::placeholder {
    font-weight: 400;
    color: rgba(110, 121, 133, 0.6);
    text-shadow: none;
}

.card-sign .form-control:focus, .card-sign .gridjs-input:focus {
    border-color: #506fd9;
}

.card-sign .btn, .card-sign .gridjs-pages button, .gridjs-pages .card-sign button, .card-sign .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .card-sign button {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Archivo", sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

.card-sign .btn i, .card-sign .gridjs-pages button i, .gridjs-pages .card-sign button i, .card-sign .ui-datepicker-buttonpane button i, .ui-datepicker-buttonpane .card-sign button i {
    line-height: 1;
    font-size: 16px;
    margin-right: 5px;
}

.card-sign .divider {
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
    letter-spacing: .5px;
}

.card-sign .divider span {
    font-size: 10px;
    color: rgba(110, 121, 133, 0.75);
}

.card-sign .card-footer {
    background-color: transparent;
    text-align: center;
    padding: 0 30px 30px;
    color: #6e7985;
    border-top-width: 0;
}

.btn-facebook {
    background-color: #395498;
}

.btn-facebook:hover, .btn-facebook:focus {
    background-color: #324a85;
}

.btn-google {
    background-color: #fd6584;
}

.btn-google:hover, .btn-google:focus {
    background-color: #fd4c70;
}

.auth-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: .3;
}

.card-auth {
    max-width: 420px;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
}

.card-auth .card-title {
    font-size: 24px;
    color: #212830;
    margin-bottom: 15px;
}

.card-auth .card-text {
    color: #6e7985;
}

.card-auth .btn, .card-auth .gridjs-pages button, .gridjs-pages .card-auth button, .card-auth .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .card-auth button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px;
    font-family: "Archivo", sans-serif;
}

.page-auth .content .container {
    height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-auth .form-control, .page-auth .gridjs-input {
    height: 40px;
}