﻿@font-face {
    font-family: "texgyreheroscnregular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/texgyreheroscn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheroscn-regular-webfont.woff") format("woff"), url("../fonts/texgyreheroscn-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular") format("svg");
}

@font-face {
    font-family: "bebas_neue_regularregular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
}
body {
    font-family: "texgyreheroscnregular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bebas_neue_regularregular";
    margin: 0 0 15px;
}

h2 {
  color: rgb(195, 214, 0);
  font-family: Fjalla One;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.login-logo-wrap {
    display: block;
    margin: 0 0 30px;
}

ul {
    list-style: none
}


@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
@media(min-width: 768px) V{
    h2 {
        font-size: 25px;
    }
}

@media(min-width: 1400px) {
    .login-logo-wrap {
        margin: 0 0 50px;
    }
}

.login-banner {
    background-image: url("img/bg-login.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

.login-form {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.login-wrap {
    margin: 0 auto;
}

.login-form a {
    color: #c3d600;
    display: block;
    font-family: "texgyreheroscnregular";
    font-size: 14px;
    padding: 8px 0 0;
    transition: all 400ms ease 0s;
    width: 100%;
    text-align: left;
}

.login-form a:hover,
.login-form a:focus {
    color: #c1d72e;
}

.login-wrap p {
    width: 100%;
    margin: 0 auto 10px;
}

.login-form span {
    display: block;
    font-size: 14px;
    margin: 0 0 40px;
}

span.field-validation-valid.text-danger,
span.text-danger.field-validation-error,
span.text-danger.field-validation-error span {
    margin: 5px 0 0;
    text-align: left;
}

.login-form .col-xs-2.col-sm-2.col-md-2 {
    padding-right: 0;
}

.login-form .col-xs-10.col-sm-10.col-md-10 {
    padding-left: 0;
}

.login-form  .form-group {
    position: relative;
}

.login-form label {
    width: 16px;
    position: absolute;
    left:0;
    top:5px;
}

.login-form label img {
    width: 100%;
}

.login-form .center-box {
  margin: 20px 0 0;
}

.center-box a {
  font-size: 16px;
  text-align: center;
}

.login-form input.form-control {
    padding-left: 30px;
    border: none;
    border-bottom: 1px solid rgb(119, 119, 119);
    border-radius: 0;
    background-color: transparent;
    color: rgb(255, 255, 255);
}

.login-form input.form-control:focus {
    border-color: #c3d600;
    box-shadow: none;
}

.btn-login {
    width: 88px;
    height: 33px;
    background-color: rgb(195, 214, 0);
    color: rgb(51, 51, 51);
    text-align: center;
    transition: all 400ms ease 0s;
}

.btn-login:hover,
.btn-login:focus {
    background-color: #C1D52F;
    color: #fff;
}

.checkboxWrap {
    text-align: left;
}

.checkboxWrap label {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.checkboxWrap input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.rev-slider-full {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, #27394a 0%, #040b15 100%) repeat scroll 0 0;
    display: block;
}

.rev-slider-banner-full,
.rev-slider-full .tparrows {
    display: none;
}

.inline-group {
    width: 50%;
    margin: 22px 0 0;
    float: left;
}

@media (min-width: 768px) {
    .login-header .container {
        max-width: 750px;
    }
    .login-wrap p {
        width: 320px;
    }
}

@media (min-width: 992px) {
    .login-header .container {
        max-width: 970px;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .login-header .container {
        max-width: 1170px;
        width: auto;
    }
}

@media (max-width: 1024px) {
    .login-header .container {
        max-width: 100%;
        padding: 0;
    }
}

.login-header {
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  padding: 60px 25px;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media(min-width: 768px) {
    .login-header {
        right: 20%;
        padding: 200px 30px 60px;
    }
}

@media (min-width: 1024px) {
    .login-header {
        margin-top: 0;
    }
    .login-wrap {
        margin: 0 auto;
        width: auto;
    }
    .rev-slider-banner-full,
    .rev-slider-full .tparrows {
        display: block;
    }
}

@media (min-width: 1200px) {
}

label.error, 
label.valid {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 3px;
  text-align: left;
  width: 100%;
}

.ms-fullscreen-template {
    background-color: #333;
    position: fixed !important;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    html, body {
        height: 100%;;
    }
    body {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .login-header {
        position: relative;
    }
}

/*=============================================================================================================*/

.text-danger {
    color: #ffffff;
}
/*================================================Access Denied Page=============================================================*/
.access-wrap p {
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.access-wrap .btn-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: #000;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
	text-align: center;
}

.access-wrap .btn-link:hover,
.access-wrap .btn-link:focus {
    background-color: #17b3e6;
    color: #fff;
    outline: none;
    text-decoration: none;
}