html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

html {
    font-size: 14px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #757575;
    background-color: #fff;
}

    body.layout-full {
        padding-top: 0 !important;
    }

.page-dark.layout-full::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(33, 33, 33, .6);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #008ece;
    border-color: #008ece;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    border-color: #5c6bc0;
    background-color: #5c6bc0;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    display: inline-block;
    padding: .429rem 1.072rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .215rem;
}
@media (min-width: 1200px) {
    .css-menubar .page, .css-menubar .site-footer {
        margin-left: 260px;
    }
}

.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
}

img {
    border-style: none;
}

.page-dark.layout-full::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.page {
    position: relative;
    min-height: -webkit-calc(100% - 44px);
    min-height: calc(100% - 44px);
    background: #f1f4f5;
}

@media (min-width: 992px) {
    .page-login-v2 .page-content {
        padding-right: 500px;
    }
}

.page-dark.layout-full .brand {
    margin-bottom: 21px;
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 479px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 480px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 769px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width: 1599px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important
    }
}

img {
    border-style: none;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0078a1), to(#0078a1)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#0078a1, #0078a1), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#0078a1, #0078a1), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#0078a1, #0078a1), linear-gradient(#e0e0e0, #e0e0e0);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-material .form-control {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.form-control {
    -webkit-box-Air: border-box;
    -moz-box-Air: border-box;
    box-Air: border-box;
    height: 2.501rem;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input, select, textarea {
    max-width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media (min-width:768px) {
    .form-inline .checkbox-custom,
    .form-inline .radio-custom {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox-custom label,
        .form-inline .radio-custom label {
            padding-left: 0
        }

        .form-inline .checkbox-custom input[type=checkbox],
        .form-inline .radio-custom input[type=radio] {
            position: relative;
            margin-left: 0
        }

        .form-inline .radio-custom label {
            padding-left: 10px
        }

        .form-inline .checkbox-custom label {
            padding-left: 10px
        }

        .form-inline .checkbox-custom input[type=checkbox] {
            position: absolute;
            margin-left: -20px
        }

        .form-inline .radio-custom input[type=radio] {
            position: absolute;
            margin-left: -20px
        }
}

.form-horizontal .checkbox-custom,
.form-horizontal .radio-custom {
    padding-top: .501rem;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox-custom,
.form-horizontal .radio-custom {
    min-height: 2.001rem
}

.form-material {
    position: relative
}

    .form-material.floating {
        margin-top: 20px;
        margin-bottom: 20px
    }

        .form-material.floating + .form-material.floating {
            margin-top: 40px
        }

    .form-material .form-control {
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center bottom, center -webkit-calc(100% - 1px);
        background-position: center bottom, center calc(100% - 1px);
        -webkit-background-size: 0 2px, 100% 1px;
        background-size: 0 2px, 100% 1px;
        -webkit-transition: background 0s ease-out;
        -o-transition: background 0s ease-out;
        transition: background 0s ease-out
    }

        .form-material .form-control,
        .form-material .form-control.focus,
        .form-material .form-control:focus {
            float: none;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#0078a1), to(#0078a1)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
            background-image: -webkit-linear-gradient(#0078a1, #0078a1), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
            background-image: -o-linear-gradient(#0078a1, #0078a1), -o-linear-gradient(#e0e0e0, #e0e0e0);
            background-image: linear-gradient(#0078a1, #0078a1), linear-gradient(#e0e0e0, #e0e0e0);
            border: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

.no-cssgradients .form-material .form-control {
    border-bottom: 2px solid #e0e0e0
}

.form-material .form-control::-webkit-input-placeholder {
    color: #9e9e9e
}

.form-material .form-control::-moz-placeholder {
    color: #9e9e9e
}

.form-material .form-control:-ms-input-placeholder {
    color: #9e9e9e
}

.form-material .form-control:disabled::-webkit-input-placeholder {
    color: #bdbdbd
}

.form-material .form-control:disabled::-moz-placeholder {
    color: #bdbdbd
}

.form-material .form-control:disabled:-ms-input-placeholder {
    color: #bdbdbd
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.no-cssgradients .form-material .form-control.focus,
.no-cssgradients .form-material .form-control:focus {
    background: 0 0;
    border-bottom: 2px solid #0078a1
}

.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
    background: 0 0;
    background: 0 0;
    border-bottom: 1px dashed #bdbdbd
}

    .form-material .form-control:disabled ~ .floating-label,
    .form-material .form-control[disabled] ~ .floating-label,
    fieldset[disabled] .form-material .form-control ~ .floating-label {
        color: #bdbdbd
    }

.form-material select[multiple],
.form-material select[size],
.form-material textarea.form-control {
    height: auto
}

.form-material.form-group .form-control-label {
    font-weight: 500
}

.form-material.form-group .form-control-label {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:768px) {
    .form-horizontal .form-material.form-group .form-control-label {
        padding-top: 7px
    }
}

.form-material .floating-label {
    position: absolute;
    left: 0;
    font-size: 1rem;
    color: #757575;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

    .form-material .floating-label.floating-label-static {
        position: relative;
        top: auto;
        display: block
    }

.form-material [class*=col-] > .floating-label {
    left: .9375rem
}

.form-material .form-control ~ .floating-label {
    top: .5rem;
    font-size: 1rem
}

.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
    top: -.8rem;
    font-size: .8rem
}

.form-material .form-control:-webkit-autofill ~ .floating-label {
    top: -.8rem;
    font-size: .8rem
}

.form-material .form-control-sm ~ .floating-label {
    top: .429rem;
    font-size: .858rem
}

.form-material .form-control-sm.focus ~ .floating-label,
.form-material .form-control-sm:focus ~ .floating-label,
.form-material .form-control-sm:not(.empty) ~ .floating-label {
    top: -.6864rem;
    font-size: .6864rem
}

.form-material .form-control-sm:-webkit-autofill ~ .floating-label {
    top: -.6864rem;
    font-size: .6864rem
}

.form-material .form-control-lg ~ .floating-label {
    top: .428667rem;
    font-size: 1.286rem
}

.form-material .form-control-lg.focus ~ .floating-label,
.form-material .form-control-lg:focus ~ .floating-label,
.form-material .form-control-lg:not(.empty) ~ .floating-label {
    top: -1.0288rem;
    font-size: 1.0288rem
}

.form-material .form-control-lg:-webkit-autofill ~ .floating-label {
    top: -1.0288rem;
    font-size: 1.0288rem
}

.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
    font-weight: 500
}

.form-material .form-control:-webkit-autofill ~ .floating-label {
    font-weight: 500
}

.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:focus ~ .floating-label {
    color: #0078a1
}

.form-material textarea.form-control {
    padding-bottom: .429rem;
    resize: none
}

.form-material.floating textarea.form-control {
    padding-top: .429rem
}

.form-material select.form-control {
    border: 0;
    border-radius: 0
}

.form-material:not(.floating) .form-control-label + select[multiple] {
    margin-top: 5px
}

.form-material .hint {
    position: absolute;
    display: none;
    font-size: 80%
}

.form-material .form-control.focus ~ .hint,
.form-material .form-control:focus ~ .hint {
    display: block
}

.form-material .form-control.focus:invalid ~ .floating-label,
.form-material .form-control:not(.empty):invalid ~ .floating-label {
    color: #f44336
}

.form-material .form-control:invalid {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0)
}

.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#ff9800, #ff9800), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#ff9800, #ff9800), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
    background: 0 0;
    border-bottom: 2px solid #ff9800
}

.form-material.form-group.has-warning .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#ff9800, #ff9800), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-warning .form-control:-webkit-autofill {
    background: 0 0;
    border-bottom: 2px solid #ff9800
}

.form-material.form-group.has-warning .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-warning .form-control-label {
    color: #ff9800
}

.form-material.form-group.has-warning .form-control.focus ~ .floating-label,
.form-material.form-group.has-warning .form-control:focus ~ .floating-label,
.form-material.form-group.has-warning .form-control:not(.empty) ~ .floating-label {
    color: #ff9800
}

.form-material.form-group.has-warning .form-control:-webkit-autofill ~ .floating-label {
    color: #ff9800
}

.form-material.form-group.has-danger .form-control.focus,
.form-material.form-group.has-danger .form-control:focus,
.form-material.form-group.has-danger .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-danger .form-control.focus,
.no-cssgradients .form-material.form-group.has-danger .form-control:focus,
.no-cssgradients .form-material.form-group.has-danger .form-control:not(.empty) {
    background: 0 0;
    border-bottom: 2px solid #f44336
}

.form-material.form-group.has-danger .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-danger .form-control:-webkit-autofill {
    background: 0 0;
    border-bottom: 2px solid #f44336
}

.form-material.form-group.has-danger .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-danger .form-control-label {
    color: #f44336
}

.form-material.form-group.has-danger .form-control.focus ~ .floating-label,
.form-material.form-group.has-danger .form-control:focus ~ .floating-label,
.form-material.form-group.has-danger .form-control:not(.empty) ~ .floating-label {
    color: #f44336
}

.form-material.form-group.has-danger .form-control:-webkit-autofill ~ .floating-label {
    color: #f44336
}

.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99c013), to(#99c013)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#99c013, #99c013), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#99c013, #99c013), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#99c013, #99c013), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
    background: 0 0;
    border-bottom: 2px solid #99c013
}

.form-material.form-group.has-success .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99c013), to(#99c013)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#99c013, #99c013), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#99c013, #99c013), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-success .form-control:-webkit-autofill {
    background: 0 0;
    border-bottom: 2px solid #99c013
}

.form-material.form-group.has-success .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-success .form-control-label {
    color: #99c013
}

.form-material.form-group.has-success .form-control.focus ~ .floating-label,
.form-material.form-group.has-success .form-control:focus ~ .floating-label,
.form-material.form-group.has-success .form-control:not(.empty) ~ .floating-label {
    color: #99c013
}

.form-material.form-group.has-success .form-control:-webkit-autofill ~ .floating-label {
    color: #99c013
}

.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#00bcd4, #00bcd4), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#00bcd4, #00bcd4), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
    background: 0 0;
    border-bottom: 2px solid #00bcd4
}

.form-material.form-group.has-info .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#00bcd4, #00bcd4), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#e0e0e0, #e0e0e0)
}

.no-cssgradients .form-material.form-group.has-info .form-control:-webkit-autofill {
    background: 0 0;
    border-bottom: 2px solid #00bcd4
}

.form-material.form-group.has-info .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px
}

.form-material.form-group.has-info .form-control-label {
    color: #00bcd4
}

.form-material.form-group.has-info .form-control.focus ~ .floating-label,
.form-material.form-group.has-info .form-control:focus ~ .floating-label,
.form-material.form-group.has-info .form-control:not(.empty) ~ .floating-label {
    color: #00bcd4
}

.form-material.form-group.has-info .form-control:-webkit-autofill ~ .floating-label {
    color: #00bcd4
}

.form-material .input-group .form-control-wrap {
    margin-right: 5px;
    margin-left: 5px
}

    .form-material .input-group .form-control-wrap .form-control {
        float: none
    }

.form-material .input-group .input-group-addon {
    background: 0 0;
    border: 0
}

.form-material .input-group .input-group-btn .btn {
    margin: 0;
    border-radius: .286rem
}

.form-material input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0
}

.form-control-wrap {
    position: relative
}

.label {
    display: inline-block;
    margin-bottom: .5rem;
}

.page-content {
    padding: 30px 30px;
}

.page-login-v2 {
    height: 100%;
}

    .page-login-v2:before {
        background-image: url("../Content/images/login.jpg");
    }

    .page-login-v2.page-dark.layout-full:after {
        background-color: rgba(0, 120, 161, .4);
    }

    .page-login-v2 .page-brand-info {
        margin: 220px 100px 0 90px;
    }

        .page-login-v2 .page-brand-info .brand-img {
            vertical-align: middle;
        }

        .page-login-v2 .page-brand-info .brand-text {
            display: inline-block;
            margin: 11px 0 11px 20px;
            vertical-align: middle;
        }

        .page-login-v2 .page-brand-info p {
            max-width: 650px;
            opacity: .8;
        }

.page-dark.layout-full {
    color: #0078a1;
}

.page-login-v2 .page-login-main {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    min-height: 100%;
    padding: 150px 60px 225px;
    color: #757575;
    background: #fff;
}

    .page-login-v2 .page-login-main .brand {
        margin-bottom: 60px;
    }

    .page-login-v2 .page-login-main .brand-img {
        vertical-align: middle;
    }

    .page-login-v2 .page-login-main .brand-text {
        display: inline-block;
        margin: 11px 0 11px 20px;
        color: #0078a1;
        vertical-align: middle;
    }

.page-login-v2 form {
    width: 350px;
    margin: 45px 0 20px;
    /* height: 100%; */
    /* bottom: 0; */
}

    .page-login-v2 form > button {
        margin-top: 38px;
    }

    .page-login-v2 form a {
        margin-left: 20px;
    }

.page-login-v2 footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 50px 60px;
    text-align: center;
}

.page-login-v2 .social .icon, .page-login-v2 .social .icon:hover, .page-login-v2 .social .icon:active {
    color: #fff;
}

@media (min-width: 992px) {
    .page-login-v2 .page-content {
        padding-right: 500px;
    }
}

@media (max-width: 991px) {
    .page-login-v2 .page-login-main {
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-login-v2 .page-login-main {
        padding-top: 80px;
    }

    .page-login-v2 .page-brand-info {
        margin: 160px 0 0 35px;
    }

        .page-login-v2 .page-brand-info > p {
            color: transparent;
            opacity: 0;
        }
}

@media (max-width: 767px) {
    .page-login-v2 .page-login-main {
        width: 100%;
        padding-top: 60px;
    }

    .page-login-v2 form {
        width: auto;
    }
}

@media (max-width: 479px) {
    .page-login-v2 .page-brand-info {
        margin: 220px 0 0;
    }

    .page-login-v2 .page-login-main {
        padding: 50px 30px 180px;
    }

    .page-login-v2 form {
        width: auto;
    }

    .page-login-v2 footer {
        margin: 50px 30px;
    }
}

.arts_grande {
    font-family: 'Shadows Into Light', cursive;
    font-size: 150pt;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
}

.arts_normal {
    font-family: "tahuregular";
}

.arts_margin_left {
    margin-left: 13%;
}

.arts_margin_top {
    margin-top: -91px;
}
