@CHARSET "UTF-8";

body {
    font-family: "Nunito Sans",sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #eef5f9;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: #3e5569;
    background: #fff;
}

dd, h1, h2, h3, h4, h5, h6, label {
    margin-bottom: .5rem;
}

dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin-top: 0;
}

body, caption {
    text-align: left;
}

* {
    outline: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}

html[dir=ltr] body .m-b-20 {
    margin-bottom: 20px;
}

html[dir=ltr] body .m-t-20 {
    margin-top: 20px;
}

html[dir=ltr] body .m-b-0 {
    margin-bottom: 0;
}

html[dir=ltr] body .m-t-10 {
    margin-top: 10px;
}

html body .font-medium {
    font-weight: 600;
}
.h5, h5 {
    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.auth-wrapper{
    background: url("/img/login-register.jpg") no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
}

.auth-wrapper .auth-box.on-sidebar {
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    position: absolute;
}
.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    max-width: 400px;
    width: 90%;
    margin: 10% 0;
}

.auth-wrapper .auth-box .logo {
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.text-center {
    text-align: center!important;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: flex;
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child), .input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::after, .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.dropdown-menu, .form-control, .modal-content, .popover {
    background-clip: padding-box;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, hr, input {
    overflow: visible;
}
