/*------------------------------------------------------------------
ATHLON LOGIN STYLESHEET
Generic default styling
-------------------------------------------------------------------*/

/* 
Font family: Athlon
-----------------------------------------------------------------*/
.login-pf{
    height:100%;
}

@font-face {
   font-family: 'Athlon';
   src: url('../fonts/Athlon-Light.woff2')
     format('woff2');
   font-weight: 300;
 }
 @font-face {
   font-family: 'Athlon';
   src: url('../fonts/Athlon-Regular.woff2')
     format('woff2');
   font-weight: 400;
 }
 
 @font-face {
   font-family: 'Athlon';
   src: url('../fonts/Athlon-SemiBold.woff2')
     format('woff2');
   font-weight: 600;
 }
 
 @font-face {
   font-family: 'Athlon';
   src: url('../fonts/Athlon-Bold.woff2')
     format('woff2');
   font-weight: 700;
 }
 

/* Web icons
Glyphicons Halflings
-----------------------------------------------------------------*/
@font-face{
   font-family: 'Glyphicons Halflings';
       src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
       src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
               url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
               url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
               url('../fonts/glyphicons/glyphicons-halflings-regular.svg#[glyphicons-halflings-regular]') format('svg');
   font-weight: normal;
   font-style: normal;
}

/* MyAthlon icons
-----------------------------------------------------------------*/
@font-face {
 font-family: 'myathlonicons';
 src: url("../fonts/myathlonicons/myathlonicons.eot?74381919");
 src: url("../fonts/myathlonicons/myathlonicons.eot?74381919#iefix") format("embedded-opentype"), 
      url("../fonts/myathlonicons/myathlonicons.woff?74381919") format("woff"), 
      url("../fonts/myathlonicons/myathlonicons.ttf?74381919") format("truetype"), 
      url("../fonts/myathlonicons/myathlonicons.svg?74381919#myathlonicons") format("svg");
 font-weight: normal;
 font-style: normal;
}

[class^="iconat-"]:before, [class*=" iconat-"]:before {
   font-family: "myathlonicons";
   font-style: normal;
   font-weight: normal;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   margin-right: .2em;
   text-align: center;
   /* opacity: .8; */
   /* For safety - reset parent styles, that can break glyph codes*/
   font-variant: normal;
   text-transform: none;
   /* fix buttons height, for twitter bootstrap */
   line-height: 1em;
   /* Animation center compensation - margins should be symmetric */
   /* remove if not needed */
   margin-left: .2em;
   /* you can be more comfortable with increased icons size */
   /* font-size: 120%; */
   /* Font smoothing. That was taken from TWBS */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   /* Uncomment for 3D effect */
   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
} 

.iconat-add-comment:before {
   content: '\e800';
}
.iconat-collapse-up:before {
   content: '\e801'; 
}
.iconat-find-car:before {
   content: '\e802'; 
}
.iconat-collapse-down:before {
   content: '\e803'; 
}
.iconat-parking-place:before {
   content: '\e804'; 
}
.iconat-ungroup:before {
   content: '\e805'; 
}
.iconat-group:before {
   content: '\e806'; 
}
.iconat-parking-place2:before {
   content: '\e807'; 
}
.iconat-compare-car:before {
   content: '\e808'; 
}
.iconat-configure-car:before {
   content: '\e809'; 
}
.iconat-sort:before {
   content: '\e80a'; 
}
.iconat-car-policy:before {
   content: '\e80b'; 
}

/* Text styling
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
   font-family: 'Athlon', sans-serif;
   font-weight: 700;
}

p, span {
   font-family: 'Athlon', sans-serif;
   font-weight: 400;
}

a {
   font-family: 'Athlon', sans-serif;
   font-weight: 400;
}

#email h1, #email h2, #email h3, #email h4, #email h5, #email h6, #email p, #email span, #email a {
   font-family: 'Athlon', Verdana, Helvetica, Arial, sans-serif;
} 
body{
   max-width: 1920px;
   margin: 0 auto;
   background: #fff;
   position: relative;
   height: 100vh;
}

/* Page structure and layout
-----------------------------------------------------------------*/
.login-pf body {
   background-color: #ffffff;
   background-repeat: no-repeat;
   background-size: cover;    
}
html{
   background: #d0d0d0;
}
#kc-logo{
   background-color: white;
   height: 80px;
    display: flex;
    border-bottom: 1px solid #d0d0d0;
}
#kc-logo-sec{
      background: url("../img/logo-header.png") no-repeat;
      background-size: 100% 100%;
      width: 144px;
      max-width: 150px;
      height: 79px;
      display:table;
      margin-left:50px;
}

#kc-logo-wrapper {
   display: none;
}
#kc-locale:after {
   position: absolute;
    top: 36px;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
#kc-locale:hover#kc-locale:after {
  transform: rotate(180deg);
}
#kc-country{
   font-size: 8px;
    position: absolute;
    margin-top: -59px;
    text-align: center;
    width: 100%;
    margin-left: 5px;
    bottom: -1px;
    z-index: -1;
}
#kc-locale-wrapper{
   position: relative;
   z-index:999
}
#main-container{
   display: flex;
   flex-direction: column;
   height: 100vh;
   width: 100%;
}
#bottom-div{
   display: flex;
    flex: 2;
    background: #ffffff;
}
#kc-container{
   background-color: white;
   display: flex;
   align-items: center; 
   height: 100%;
   flex:1;
   margin-left: 0px;
   padding-left: 0px;
   padding-right:0px;
}
#side-container{
flex:2;
background: url("../img/BG_login.jpeg") 100% 50%;
background-color: #ffffff;
background-repeat: no-repeat;
background-size: cover !important;
}

#kc-container-wrapper {
   position: relative;
   width: 100%;
   max-width: 520px; 
   padding: 0px;
   display: table;
}

#kc-header, #browser-alert {
   width: 100%;
   color: #1d447e;
}

#kc-header-wrapper {
   font-family: 'Athlon' , sans-serif;
   font-size: 60px;
   text-transform: none;
   color: #333;
   font-weight: 700;
}

.login-pf .container {
   padding: 0px 30px;
}

.alert.alert-success {
   color: #6ccc15;
   border: 2px solid #6ccc15;
}

.alert.alert-warning {
   color: #f46166;
   border: 2px solid #f46166;
}

.alert.alert-error {
   color: #f46166;
   border: 2px solid #f46166;
   padding-left: 14px;
}

.alert.alert-success span.pficon:before {
   color: #6ccc15;
}

.alert.alert-warning span.pficon:before {
   color: #f46166;
}

.alert.alert-error span.pficon:before {
   color: #f46166;
}

#kc-content-wrapper > .alert.alert-success {
   border: 1px solid #6ccc15;
}

#kc-content-wrapper > .alert.alert-warning {
   border: 1px solid #f46166;
}

#kc-content-wrapper > .alert.alert-error {
   border: 1px solid #f46166;
}

.alert.alert-success .kc-feedback-text {
   color: #6ccc15; 
}

.alert.alert-warning .kc-feedback-text {
   color: #f46166; 
}

.alert.alert-error .kc-feedback-text {
   color: #f46166; 
}

#kc-locale {
   position: absolute;
   right: 0px;
   display: inline-block;
   max-width: 150px;
    flex: 1;
    padding: 20px 0;
    margin-right: 50px;
    height:80px;
} 
 
#kc-locale a {
   font-family: 'Athlon', sans-serif;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   font-weight: 400;
}

#kc-locale a:hover, #kc-locale a:focus, #kc-locale a:active {
   /* background-color: #365d9e; 
   color: #fff; */
}

div#kc-form-wrapper {
   position: relative;
   min-height: 50px;
}

a.back-button {
   background-color: #1d447e;
   margin: 10px auto;
   padding: 6px 12px;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   border: 1px solid transparent;
   border-radius: 20px;
   color: white;
   text-transform: none;
   display: table;
}

a.back-button:hover {
   color: white;
   text-decoration: none;
}

#kc-current-locale-link {
   padding: 6px 12px;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   border: 1px solid transparent;
   border-radius: 4px;
}

#kc-locale .kc-dropdown-item a {
   color: #333 !important;
}

#kc-content {
   position: relative;
   color: #ffffff; 
}

#kc-content .control-label {
   color: #8d887e;
   font-family: 'Athlon', sans-serif;
   font-weight: 400;
   font-size: 16px;
}

#kc-content-wrapper > div.col-md-12 {
   position: absolute;
   left: 0px;
   bottom: -100px;
   background-color: white;
   margin: 0px;
   padding: 20px 20px 0px 20px;
}

.kc-feedback-text {
   font-family: 'Athlon', sans-serif;
   font-size: 16px;
   line-height: 1.42857143;
   font-weight: 300;
}

#kc-content-wrapper:before {
   margin: 0px 20px;
   font-family: 'Athlon', sans-serif;
   font-weight: normal;
   font-size: 18px;
   color: #8d887e;
   line-height: 32px;
   font-weight: 300;
}



#kc-info {
   padding: 0px;
   border: 0px;
}

/* Login form
-----------------------------------------------------------------*/
#kc-form {
   width: 100%;
   padding: 15px 0px 0px 0px;
   display: block;
}

#kc-form-login {
   color: $grey;
}

#kc-login {
   background: #265daf !important;
}

#kc-form .form-group {
   margin: 0px 0px 20px 0px;
}

#kc-form-login input[type="radio"]:not(:checked),
#kc-form-login input[type="radio"]:checked,
#kc-form-login input[type="checkbox"]:not(:checked),
#kc-form-login input[type="checkbox"]:checked {
   position: absolute;
   left: -9999px;
}

#kc-form-login input[type="checkbox"], 
#kc-form-login input[type="radio"] {
   margin: 4px 0 0;
   padding: 0;
   box-sizing: border-box;
   line-height: normal;
}

/*Radio button*/
#kc-form-login input[type="radio"]:checked:before {
   content: '';
   position: absolute;
   left: 9999px;
   top: 0px;
   width: 22px;
   height: 22px;
   border: 1px solid #aaa;
   border-radius: 50%;
   background: #f8f8f8;
   box-shadow: inset 0 1px 3px rgba(0,0,0,.3); 
}

#kc-form-login input[type="radio"]:checked:after {
   opacity: 1;
   transform: scale(1);
}

#kc-form-login input[type="radio"]:not(:checked):after, 
#kc-form-login input[type="radio"]:checked:after {
   content: '';
   position: absolute;
   top: 3px;
   left: 9999px;
   width: 16px;
   height: 16px;
   border: 2px solid #ffffff;
   border-radius: 50%;
   transition: all .2s;
}

/*Checkbox*/
#kc-form-login input[type="checkbox"]:checked + div.mimic-checkbox:before {
   background-color: #1d447e;
   position: absolute;
   top: 0px;
   left: -0px;
   width: 22px;
   height: 22px;
   padding: 5px;
   padding-top: 3px;
   content: "\e013";
   font-family: 'Glyphicons Halflings';
   font-size: 11px;
   color: #ffffff;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
   z-index: 2;
}

#kc-form-login input[type="checkbox"]:checked + div.mimic-checkbox:after {
   opacity: 1;
   transform: scale(1);
}

#kc-form-login input[type="checkbox"]:not(:checked) + div.mimic-checkbox:after, 
#kc-form-login input[type="checkbox"]:checked + div.mimic-checkbox:after {
   background-color: #cccccc;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 22px;
   height: 22px;
   padding: 5px;
   content: " ";
   font-family: 'Glyphicons Halflings';
   font-size: 11px;
   color: #8d887e;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px rgba(0,0,0,.3); 
   transition: all .2s;
   z-index: 1;
}

#kc-form-login input[type="checkbox"] {
   visibility: hidden;
}

#kc-form-login label {
   font-family: 'Athlon', sans-serif;
   max-width: 100%;
   margin-bottom: 5px;
   color: #333;
   font-size: 18px;
   line-height: 1.42857143;
   display: inline-block;
   font-weight: 600;
}

#kc-form-login .radio label, 
#kc-form-login .checkbox label {
   position: relative;
   padding-left: 30px;
}

#kc-form-login input {
   width: 100%;
   padding: 4px 10px;
   border-radius: 3px;
   border: 1px solid #d0d0d0;
   background-color: #ffffff;
   font-size: 18px;
   color: #333;
   height:50px;
   box-shadow: 2px 2px 0px #0000001A;
}

#kc-form-options a {
   padding: 12px 0 12px 0px;
   color: #989898;
   font-family: 'Athlon',sans-serif;
   font-weight: 400;
   font-size: 18px;
   cursor: pointer;
   text-decoration: underline;
}

#kc-form-options a:hover {
   color: #265daf;
}

#kc-form-buttons button,
#kc-form-buttons input[type="button"],
#kc-form-buttons input[type="reset"],
#kc-form-buttons input[type="submit"] {
   background: #265daf;
   color: #fff;
   display: inline-block;
   padding: 6px 12px;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 30px;
   min-width: 150px;
   margin: 0px 20px 0px 0px;
}

#kc-reset-password-form label {
   font-family: 'Athlon', sans-serif;
   max-width: 100%;
   margin-bottom: 5px;
   color: #333;
   font-size: 18px;
   line-height: 1.42857143;
   display: inline-block;
   font-weight: 600;
}


#kc-form-options {
   max-width: 250px;
   display: inline-block;
   padding-left: 0;
}
#kc-form-buttons{
   margin-top: 20px;
}

.login-pf .container .submit {
   float: right;
   max-width: 200px;
   width: 200px;
   margin-right: 20px;
   display: inline-block;
}
#kc-reset-password-form input {
   width: 100%;
   padding: 4px 10px;
   border-radius: 3px;
   border: 1px solid #d0d0d0;
   background-color: #ffffff;
   font-size: 18px;
   color: #333;
   height:50px;
   box-shadow: 2px 2px 0px #0000001A;
}
#kc-content {
   font-family: 'Athlon', sans-serif;
   font-weight: 400;
   max-width: 100%;
   margin-bottom: 5px;
   color: #8d887e;
   font-size: 16px;
   line-height: 1.42857143;
}
.pf-c-form-control{
   width: 100%;
   padding: 0px 10px;
   border-radius: 4px;
   border: 1px solid #cccccc;
   background-color: #ffffff;
   box-shadow: 1px 1px 3px rgba(0,0,0,0.1) inset;
   font-size: 15px;
   color: #333;
}
.resetBlock{
   display: block;
}
.resetmobileBlock{
   display: none;
}

/* Custom checkboxes for FF */
@-moz-document url-prefix() {
   #kc-form-login input[type="radio"]:not(:checked), #kc-form-login input[type="radio"]:checked, #kc-form-login input[type="checkbox"]:not(:checked), #kc-form-login input[type="checkbox"]:checked {
       position:absolute !important;
       left:-104px !important;
   }
}

/* Custom checkboxes for IE6, IE7, IE8, IE9 */
#kc-form-login input[type="radio"]:not(:checked), #kc-form-login input[type="radio"]:checked, #kc-form-login input[type="checkbox"]:not(:checked), #kc-form-login input[type="checkbox"]:checked {
   position: absolute\0/;
   left: -104px\0/; 
}
@media (max-width: 766px) {

   #kc-logo-sec{
      margin-left:40px;
   }
   #kc-locale{
      margin-right: 40px;
      text-align: right;
      max-width: 110px;

   }
   #side-container{
      order: 1;
      flex:none;
      height: 250px;
      background: url("../img/BG_login_mobile.jpg") no-repeat ;
      background-size: cover !important;
   }
   #kc-container{
      order:2;
      margin-right: 40px !important;
      margin-left:40px !important;
      align-items: inherit;
   }
   #bottom-div{
      flex-direction: column;
   }
   #kc-right-arrow{
      right:18px;
      border-color: #265daf;
   }
   #kc-container-wrapper{
      margin-top:-90px;
   }
   #kc-content-wrapper{
      overflow-y: visible;
   }
   #kc-header-wrapper{
      color:#fff;
      font-size: 30px;
      margin-bottom: 80px;
   }
   .resetBlock{
      display: none;
   }
   .resetmobileBlock{
      display: block;
   }
   .reset-button{
      width: 100%!important; 
      padding: 10px!important;
      height: 50px!important;
      background: #fff!important;
      color: #265daf!important;
      border: 2px solid #265daf!important;
      font-weight: 900!important;
   }
   .reset-button a{
      color:#265daf;
   }
   #kc-form-button-container{
      display: block;
   }
}
@media (min-width: 767px) and (max-width: 820px) {
   #side-container{
      order: 1;
      background-size: cover !important;
      background: url("../img/BG_login_tablet.jpg") no-repeat;
   }
}
@media (min-width: 767px) and (max-width: 1919px) {
  #kc-container{
      margin-left:50px;
      margin-right: 50px;
   }
   #kc-header-wrapper{
      font-size: 40px;
   }
   #kc-form-login input{
      height:40px
   }
   #kc-reset-password-form input{
      height:40px;
   }
   #kc-form-login label{
      font-size: 14px;
   }
   #kc-form-options a{
      font-size: 14px;
   }
   #kc-content-wrapper > div.col-md-12{
          bottom: -74px;
   }
   .kc-feedback-text{
      font-size: 12px;
   }
   #kc-right-arrow{
      bottom: 17px;
   }
   
}

@media (min-width: 1920px) {
   #kc-logo-sec{
      margin-left:140px;
   }
   #kc-container{
      margin-left:140px;
      margin-right:110px;
   }
}
