body, html {
    color: #22262e;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 12px;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Open Sans',sans-serif;
}

.adrishya {
    opacity: 0;
}

.d-flex.center {
    align-items: center;
    justify-content: center;
}

.auth-container {
    width: 100%;
    min-height: 100vh;
    background: url(../../img/defaults/bg.png) left top repeat #1b1e24;
}

.auth-box {
    transition: opacity 500ms ease-in;
}

.auth-container .auth-logo img {
    height: auto;
    max-width: 72px;
}

.auth-container .auth-box .auth-body .auth-title {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}

.auth-container .auth-box .auth-body .form-control {
    color: #ccc;
    border: 0;
    height: auto;
    padding: 10px 15px;
    line-height: 20px;
    background-color: rgba(0,0,0,.2);
}

.form-control:focus {
    box-shadow: 0 0 0.2rem 0 rgba(20, 255, 0, .0);
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0.25rem 0rem rgba(220,53,69,.25);
}

.the-chkbx {
    height: 100%;
}

.the-chkbx > input {
    margin: 0;
    position: relative;
}

.the-chkbx > label {
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
    font-family: Nunito,Sans-Serif;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-info {
    padding: 4px 15px;
    font-size: 12px;
    transition: all .2s ease;
    line-height: 20px;
    font-weight: 400;
    border-color: #1caf9a;
    border-radius: 0;
    background-color: #1caf9a;
}

.auth-container .auth-box .auth-footer {
    color: #fff;
    width: 100%;
    padding: 15px 0;
    margin-top: 15px;
}

.auth-footer a {
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}
