﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Raleway:400,700');

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('font/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway'),
       url('font/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('font/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/raleway-v12-latin-regular.svg#Raleway, Raleway Fallback, Arial') format('svg'); /* Legacy iOS */
}
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px !important;
    font-family: Raleway, Calibri !important;
    color:#000;
}

.login_wrapper h1, .login_wrapper h2, .login_wrapper h3, .login_wrapper h4, .login_wrapper h5, .login_wrapper h6, .login_wrapper .h1, .login_wrapper .h2, .login_wrapper .h3, .login_wrapper .h4, .login_wrapper .h5, .login_wrapper .h6 {
    font-family: Raleway, Calibri !important;
}


table, table td {
    padding: 0;
    margin: 0;
    font-size: 13px !important;
   
}

body {
    background: #000;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.login_wrapper {
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    width: 28%;
    max-height:90% !important;
    position: absolute;
    top:5%;
    right: 10%;
     height:90% !important;
    min-height:90%;
    z-index: 9999;
    -webkit-box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 18px 0px rgba(0,0,0,0.75);
    overflow: auto;
    float: right;

}


.login_wrapper table
{
    height:98%;
}

.loginunit {
    width: 100%;
    margin: 5% 0 5% 0;
    padding: 10px 20px;
}



.nopadding {
    padding: 0 !Important;
}

.btn-primary {
    background: #ff7f32;
    border: 0;
    font-size:16px;
}

    .btn-primary:hover {
        background: #002855;
        border-color: #002855;
    }

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;  
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
   font-family: Raleway, Calibri !important;
    font-weight: bold;
}



.logounit, .logounitfsl {
    width: 100%;
    margin: 2% 0 0% 0;
}

.logounitfsl img
{
 
}

.logounit {
    width: 100%;
    margin: 5% 0 5% 0;
}

.form-control, .form-control:hover {
    display: block;
    width: 100%;
    font-size: 13px !important;
    font-family: Raleway, Calibri !important;
    padding: 6px 12px !important;
    line-height: 1.428571429;
    height: 35px !important;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #C7C8CA;
    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;
}

.forgt {
    display: block;
    float: left;
    padding: 10px;
}

.form-group {
    margin-bottom:5px;
    padding: 0 15px;
}

.error {
    line-height: 1;
    font-size: 10px;
   
    padding-left:10px;
    color: #de0a0a;
}

    .error ul {
            margin: 0 20px !important;
    padding: 0;
    list-style-position: outside;
    }

        .error ul li {
            margin-bottom: 5px;
            padding:0;
        }

h4 {
    font-size: 16px;
    padding: 5px 0;
    margin: 0;
}


/*@media screen and (min-width:200px) and (max-width:599px) {

    .login_wrapper {
        width: 100% !important;
        right: 0 !important;
    }

.logounitfsl img
{
     
}
}*/

 
/*                                      1920x1080 */
/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width:28% !important;
        right: 10% !important;
    }
 
}
 
/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 1280px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
          width:28% !important;
        right: 10% !important;
           height:90% !important;
        top:2% !important;
        min-height:90% !important;
    }

 .logounit img
 {
     width:75% !important;
 }
 
}

 
 
/* ============================================== */
/* iPad Landscape & Portrait                      */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
    }
 
}
 
/* ============================================== */
/* iPad Landscape                                 */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
    }
 
}
 
/* ============================================== */
/* iPad Portrait                                  */
/*                                       768x1024 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
    }
 
}
 
/* ============================================== */
/* Small Tablet Landscape/Portrait                */
/*                                        800x600 */
/* ============================================== */
@media screen and (min-width: 600px) and (max-width: 800px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
    }
}
 
 
/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */
/*                                        568x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:568px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
         height:100% !important;
        top:0 !important;
        min-height:100% !important;
    }
}
 
/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:480px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
         height:100% !important;
        top:0 !important;
        min-height:100% !important;
    }
}
 
/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media screen and (max-width:320px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
         height:100% !important;
        top:0 !important;
        min-height:100% !important;
    }
}
 
/* ============================================== */
/* Smaller devices                                */
/* Android Landscape                      320x240 */
/* ============================================== */
@media screen and (min-width:240px) and (max-width:320px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
         height:100% !important;
        top:0 !important;
    }
}
 
/* ============================================== */
/* Smaller devices                                */
/* Android Portrait                       240x320 */
/* ============================================== */
@media screen and (max-width:240px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
        height:100% !important;
        top:0 !important;
    }
}

 



/*@media screen and (min-width:600px) and (max-width:800px) {
    .login_wrapper {
        width: 50% !important;
        right: 5% !important;
 
    }

    .logounit {
         margin:2% 0 2% 0 !important;
    }

.logounitfsl img
	{
 
	}
}


@media screen and (min-width:860px) and (max-width:1200px) {

    .login_wrapper {
     
        width:35% !important;
right: 10% !important;
    }

    .logounit {
     
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {

.login_wrapper {
width:25% !important;
right: 10% !important;
 
}
}

@media screen and (min-width:1280px) {

.login_wrapper {
width:28% !important;
margin-top:0% !important;
 
}

.logounit {
      
    }

.logounit img
	{
 
	}
}*/

input::placeholder {
  color: #000000;
   background-color:#fff !important;
   opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000000;
  background-color:#fff !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
 color: #000000;
  background-color:#fff !important;
}

.login_wrapper input:-internal-autofill-selected {
    background-color:#fff !important;
}

.form-control:valid {
  background-color:  #fff !important;
}

 


input:placeholder-shown {
   background-color:  #ffffff!important;
}
