﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Raleway:400,700');
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px !important;
    font-family: Raleway, Calibri !important;
    color:#000;
}


table, table td {
    padding: 0;
    margin: 0;
    font-size: 12px !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
{
    
}

.loginunit {
    width: 100%;
    margin: 5% 0 5% 0;
    padding: 10px 20px;
}



.nopadding {
    padding: 0 !Important;
}

.btn-primary {
   background-color: #ff7f32 !Important;
    border-color: #ff7f32 !Important;
    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: 2% 0 2% 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;
}

.input-group-addon i
{
color:#aeaeae;
}

.forgt {
    display: block;
    float: left;
    padding: 10px;
}

.form-group {
    margin-bottom:5px;
    padding: 0 15px;
}

.error {
    line-height: 18px;
    font-size: 12px;
    margin-top: 5px;
    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;
}

 .introtext
    { 
        position: absolute; background: #000; width:100%; top: 55%; left: 0; padding:20px 5px; color:#fff; background: url(images/transparentbg.png) repeat left top; 
    }
    
   .introtext p
    {
        font-size: 16px; font-family:Raleway;line-height:25px; color:#fff; letter-spacing:0.3px; 
    }
    
    .wrappermaster
    {
        position:relative; height:100%;
    }
    
    .leftblock
    {
        width: 95%; height: 100%; position: absolute; top: 0; height: 100%; float: left; background: url(images/backgroundImage.jpg) no-repeat right top; background-size: cover;
    }
    
    .rightblock
    {
        width: 25%; height: 100%; background: #000; float: left; position: absolute; top: 0; right:0; height: 100%; 
    }
    
    


/*@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:20% !important;
        right: 10% !important;
    }
 
}
 
/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 900px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
          width:30% !important;
        right: 3% !important;
           height:90% !important;
        top:2% !important;
        min-height:90% !important;
    }

.introtext
    { top:25% !important;
       
    }
    
     .introtext p
    {
        
    }
 
}


 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       980x     */
/* ============================================== */
@media screen and (min-width: 980px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
          width:28% !important;
        right: 10% !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: 30% !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;
    }
    
    .introtext
    { top: 25% !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:50% !important;
        right: 10px !important;
    }
    
     .introtext
    { top: 25% !important;
    }
    
    .introtext .col-xs-12
    {
        width:60% !important;
        font-size:13px !important;
        line-height:18px  !important;
    }
}
 
 
/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */
/*                                        568x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:600px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 .login_wrapper {
        width: 100% !important;
        right: 0 !important;
         height:100% !important;
        top:0% !important;
        min-height:100% !important;
    }
    
   .introtext
    { top:0.1% !important;
      font-size:11px !important;
      position:relative !important;
      padding:5px !important;
    
    }
    
     .introtext p
    {
        font-size: 13px; font-family: Raleway, Raleway Fallback, Arial;line-height:25px; color:#fff; letter-spacing:0.3px;   line-height:18px !important;
    }
    
        .wrappermaster
    {
        position: inherit !important;
    }
    
    .leftblock
    {
        width:100%; 
        position: relative !important;
        float: left !important;
      
    }
    
    .rightblock
    {
        display:none !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;
    }
    
    .introtext
    { top:0.1% !important;
      font-size:11px !important;
      position:relative !important;
      padding:5px !important;
    
    }
    
     .introtext p
    {
        font-size: 13px; font-family: Raleway, Raleway Fallback, Arial;line-height:25px; color:#fff; letter-spacing:0.3px;   line-height:18px !important;
    }
    
        .wrappermaster
    {
        position: inherit !important;
    }
    
    .leftblock
    {
        width:100%; 
        position: relative !important;
        float: left !important;
      
    }
    
    .rightblock
    {
        display:none !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;
    }
    
    .introtext
    { top:0.1% !important;
      font-size:11px !important;
      position:relative !important;
      padding:5px !important;
    
    }
    
     .introtext p
    {
        font-size: 13px; font-family: Raleway, Raleway Fallback, Arial;line-height:25px; color:#fff; letter-spacing:0.3px;   line-height:18px !important;
    }
    
        .wrappermaster
    {
        position: inherit !important;
    }
    
    .leftblock
    {
        width:100%; 
        position: relative !important;
        float: left !important;
      
    }
    
    .rightblock
    {
        display:none !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;
    }
    
    .introtext
    { top:0.1% !important;
      font-size:11px !important;
      position:relative !important;
      padding:5px !important;
    
    }
    
     .introtext p
    {
        font-size: 13px; font-family: Raleway, Raleway Fallback, Arial;line-height:25px; color:#fff; letter-spacing:0.3px;   line-height:18px !important;
    }
    
        .wrappermaster
    {
        position: inherit !important;
    }
    
    .leftblock
    {
        width:100%; 
        position: relative !important;
        float: left !important;
      
    }
    
    .rightblock
    {
        display:none !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:20% !important;
margin-top:0% !important;
 
}

.logounit {
      
    }

.logounit img
	{
 
	}
}*/


.w3-bar label
{
  font-weight:normal;
}


/* Change Autocomplete styles in Chrome*/
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 {
  border: 1px solid #C7C8CA;
  -webkit-text-fill-color: black;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 
}