﻿body {
    margin: 0;
    font-family: Nunito,Arial,sans-serif,Glyphicons Halflings,FontAwesome,icomoon;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #181818;
    text-align: left;
    background-color: #fff;
}

.bg {
    background-image: url(../../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.auth-header {
    height: 50px;
    padding-right: 40px;
}

    .auth-footer > div, .auth-header > a, .text-white {
        color: #fff !important;
    }

    .auth-footer > div, .auth-header > a, .ml-auto, .mx-auto {
        margin-left: auto !important;
    }

.font-size-6 {
    font-size: 16px;
}

a {
    color: #f77530;
    text-decoration: none;
    background-color: transparent;
}

.auth-container {
    min-height: calc(100vh - 114px);
    padding-right: 40px;
    padding-left: 40px;
}

.align-items-center, .auth-container, .auth-footer, .auth-header {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.auth-container, .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.auth-container, .auth-footer, .auth-header, .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.auth-container, .auth-footer, .auth-header, .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .auth-footer > div, .auth-header > a, .ml-auto, .mx-auto {
        margin-left: auto !important;
    }

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.font-size-2 {
    font-size: 30px;
}

.text-primary {
    color: #f77530 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-size-4 {
    font-size: 20px;
}

.auth-footer > div, .auth-header > a, .text-white {
    color: #fff !important;
}

.login-container {
    width: 420px;
}

.card, .login-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.p-4 {
    padding: 1.5rem !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.h5, h5 {
    font-size: 1.09375rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.font-size-6 {
    font-size: 16px;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.font-size-5 {
    font-size: 18px;
}

.auth-footer {
    height: 64px;
    padding-right: 40px;
    padding-left: 40px;
}

.align-items-center, .auth-container, .auth-footer, .auth-header {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.auth-container, .auth-footer, .auth-header, .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (min-width: 1215px)
.auth-container > div:nth-child(2) {
    width: 240px;
}

.auth-container > div:nth-child(2) {
    width: 40px;
}
