@font-face {
    font-family:'A1Sans';
    src:url('../fonts/A1SansV54-Regular.ttf')
        format('truetype'),url('../fonts/A1SansV54-Regular.woff') 
        format('woff'),url('../fonts/A1SansV54-Regular.woff2') 
        format('woff2');
    font-weight:normal;
    font-style:normal;
    font-style:normal;
}

@font-face {
    font-family:'A1Sans';
    src:url('../fonts/A1SansV54-Light.ttf')
        format('truetype'),url('../fonts/A1SansV54-Light.woff') 
        format('woff'),url('../fonts/A1SansV54-Light.woff2') 
        format('woff2');
    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family:'A1Sans';
    src:url('../fonts/A1SansV54-Bold.ttf')
        format('truetype'),url('../fonts/A1SansV54-Bold.woff') 
        format('woff'),url('../fonts/A1SansV54-Bold.woff2') 
        format('woff2');
    font-weight:700;
    font-style:normal;
}

@font-face {
    font-family:'A1Serif';
    src:url('../fonts/A1SerifV54-Regular.ttf')
        format('truetype'),url('../fonts/A1SerifV541-Regular.woff') 
        format('woff'),url('../fonts/A1SerifV541-Regular.woff2') 
        format('woff2');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'A1Serif';
    src:url('../fonts/A1SerifV54-Light.ttf')
        format('truetype'),url('../fonts/A1SerifV54-Light.woff') 
        format('woff'),url('../fonts/A1SerifV54-Light.woff2') 
        format('woff2');
    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family:'A1Serif';
    src:url('../fonts/A1SerifV54-Bold.ttf')
        format('truetype'),url('../fonts/A1SerifV54-Bold.woff') 
        format('woff'),url('../fonts/A1SerifV54-Bold.woff2') 
        format('woff2');
    font-weight:700;
    font-style:normal;
}



/* Basic */
body {
    font-family: 'A1Sans', Tahoma, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    background-color: #f8f8f8;
    background: #F7F7F7 url(../imgs/bgr.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.center-img {
    margin: 80px auto 0;
    display: block;
}

.page-login-v3:before {
    display: none;
}

.page-login-v3 .panel {
    box-shadow: none;
    border: 1px solid #c8c8c8;
    margin: 0 0 0 auto;
}

.page-login-v3 .panel .panel-body {
    padding: 30px 40px 40px !important;
}

.page-login-v3 .form-control {
    border: 1px solid #000;
}

.page-login-v3 .text-center a {
    color: #da291c;
}

.page-login-v3 form a:hover {
    color: #da291c;
}

.page-login-v3 input[type="text"]:focus, 
.page-login-v3 input[type="email"]:focus, 
.page-login-v3 input[type="password"]:focus {
    border: 1px solid #da291c !important;
}

.captch img {
    border: 1px solid #c8c8c8;
    margin: 0 0 5px 0;
}

.checkbox-custom label::before {
    border-color: #c8c8c8;
}

.form-group .form-group-icon {
    background-color: #000 !important;
}

.form-group .form-group-icon:after {
    color: #000 !important;
    line-height: 1.5;
}

.btn-theme:hover {
    opacity: .9;
}

.btn-theme:hover,
.btn-theme {
    border-color: #da291c;
    background-color: #da291c !important;
}

a {
    color: #163746;
}

.btn-theme {
    background-color: #0775bc;
    color: #fff;
}

.btn-theme:hover {
    background-color: #0a82d0;
    color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border: 1px solid #0775bc;
}

.border-button {
    color: #0775bc;
    padding: 0 20px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #0775bc;
    background: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.border-button .fa {
    margin-left: 4px;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.border-button:hover {
    color: #fff;
    box-shadow: inset 250px 0 0 #0775bc
}

/* Brand */
.avatar {
    margin-bottom: 10px;
}

.brand span {
    display: block;
    font-family: 'A1Serif', Tahoma, sans-serif;
}

.brand-logo {
    font-family: 'A1Serif', Tahoma, sans-serif;
    font-size: 26px;
    line-height: 28px;
    color: #000;
    font-weight: normal;
}

.logo {
    height: 100px;
    margin: 0 0 10px 0;
}

.brand-slogan {
    font-size: 13px;
    color: #163746;
}

.brand-text {
    font-family: 'A1Serif', Tahoma, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
}

.page-login-v3 .panel .brand-text {
    text-shadow: none;
}

/* Form */
.form-group {
    position: relative;
}

.form-group .form-group-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 3px 3px 0px;
    height: 36px;
    width: 36px;
    background-color: #0775bc;
    color: #fff;
    text-align: center;
}

.form-group .form-group-icon:after {
    content: "\f18d";
    font-family: 'Web Icons';
    position: absolute;
    top: calc(50% - 23.5px);
    left: -18px;
    color: #0775bc;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    speak: none;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.form-control {
    border-radius: 0;
}

.form-group .form-group-icon .icon {
    position: relative;
    top: 5px;
    height: 15px;
}

.form-group .checkbox-primary input[type=radio]:checked+label::before,
.form-group .checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #57c743;
    border-color: #57c743;
    outline: none;
}

/* Page */
.page-login-v3 .panel {
    margin-bottom: 0 !important;
}

.page-login-v3 form {
    margin: 20px 0 !important;
}

.page-content {
    position: relative;
    z-index: 100;
    width: 100%;
}

/* Panel */
.panel {
    margin: 0 auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,0.6);
}

.panel .panel-body {
    padding: 37px 40px 40px !important;
}

/* Intro
================================================== */
.intro {
    position: relative;
}

.intro-text {
    text-align: center;
}

.intro-text img {
    margin: 25px auto 0;
    display: block;
    max-width: 300px;
}

.intro-text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.intro-text h1 span {
    color: #fff;
    font-weight: bold;
}

/* errors
================================================== */
.alert {
    margin-bottom: 0;
    margin-top: 15px;
}

/* locked
================================================== */
.locked {
    color: #fff;
}

.locked .btn-orange {
    padding: 7px 10px;
}

.locked p a {
    color: #0775bc;
}

/* thank you
================================================== */
.thank-you h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #000;
}

.thank-you img {
    margin: 0 auto 20px;
    display: block;
}

.thank-you p {
    text-align: center;
    font-size: 15px;
}

.thank-you p a {
    color: #0775BC;
}

.thank-you p a:hover {
    text-decoration: underline;
}

.thank-you h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.thank-you .subscribe h3 {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.thank-you .subscribe form {
    position: relative;
    margin: 10px 0 15px;
}

.thank-you .subscribe form input[type="email"] {
    width: 100%;
    height: 38px;
    padding: 0 100px 0 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.thank-you .subscribe form input[type="email"]:focus {
    border: 1px solid #0775bc;
    outline: none;
}

.thank-you .subscribe form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px;
    height: 38px;
}

/* social
================================================== */

.social {
    display: table;
    margin: 0 auto 30px;
    padding: 0;
}

.social li {
    display: inline-block;
    margin: 0 3px;
}

.social li:first-of-type {
    margin-right: 10px;
}

.social li a {
    background-color: #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #0775bc;
    border: 2px solid #0775BC;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social li a:hover {
    border: 2px solid #0775BC;
    color: #fff;
    background-color: #0775BC;
}



a:focus, a:hover {
    color: #0a82d0;
}

.gdpr-line {
    position: fixed;
    padding: 5px 0;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    z-index: 10000;
    color: #727272;
    text-align: right;
}

.gdpr-line span {
    display: block;
    padding: 5px 0 5px 0;
}

.gdpr-line span small {
    padding: 0 5px;
    font-size: 14px;
}

.gdpr-line a {
    color: #727272;
    display: inline-block;
    padding: 0 7px;
}

.gdpr-line a:hover {
    color: #da291c;
}

.gdpr-line ul {
    text-align: center;
    display: block;
    margin: 10px 0;
    padding: 0;
}

.gdpr-line ul li {
    display: inline-block;
}

.gdpr-line ul li a {
    font-size: 20px;
    color: #727272;
    padding: 0 10px;
}

.gdpr-line ul li a:hover {
    color: #da291c;
}

.footer-links a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-family: 'A1Serif', Tahoma, sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.alert.dark.alert-danger {
    background-color: transparent;
    border: 0;
    color: #da291c;
    text-align: left;
    padding: 5px 0 0 25px;
    margin-top: 0;
}

.alert-icon>.icon {
    top: 7px;
    left: 0;
}

.alert-dismissible .close {
    top: 2px;
    right: 0;
}

.alert.dark.alert-danger .close {
    color: #000;
}

.alert.dark.alert-danger .close:hover {
    color: #da291c;
}


/* Responsive
================================================== */
@media (max-width: 991px) {
    .page-login-v3 .page-content {
        padding: 10px 0px !important;
    }

    .panel .panel-body {
        padding: 37px 10px 40px !important;
    }

    .intro-text h1 {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 0 10px 0;
    }

    .thank-you h1 {
        font-size: 26px;
        line-height: 1.5;
    }

    .thank-you h5 {
        line-height: 1.5;
    }

    .page-login-v3 .panel {
        border: 0;
        width: auto !important;
    }

    .gdpr-line {
        text-align: center;
    }

    .vertical-align-middle {
        vertical-align: initial;
    }

    .layout-full .page {
        height: initial;
    }

    body {
        background: none;
    }

}


@media (max-width: 480px) {
    .page-login-v3 .panel {
        padding: 0 !important;
    }
}

.page-login-v3 {
    padding-top: 30px;
}

.page-login-v3 .page {
    background-color: transparent;
    min-height: calc(100% - 80px);
}