﻿body
{
    background: #eee;
    font: normal 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ceb9ad;
}

.container
{
    width:100%;
    padding-top:6%;     
  }
  @media(max-width:1366px)
  {
      .container
{
    width:100%;
    padding-top:2%!important;     
  }
      } 
.login-img
{
    border:1px #808080 solid;
    }
.logo-border
{
    border:1px #9e715c solid;
    }
.login-text
{
    padding-top:5px;
    font-size:20px;
    color:#575757;
    text-transform:uppercase;
    }
.footer
{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px #beb8b5 solid;
    text-align:center;
    font-size:12px;
    color:#834d33;
    bottom:0;
    position:absolute;
    }

a img
{
    border: none;
}
input
{
    /*color: #c6c6c6;*/
    color: #616161;
    font-style: normal;
}
.userTxt
{
    background: url(../images/user_txt.png) no-repeat left top;
    width: 349px;
    font-weight: bold;
    padding:5px 5px 5px 0px;    
}
.userTxt input
{
    border: none;
    margin-left: 40px;
    /*margin-top: 2px;*/
    width: 270px;
    padding: 6px 10px; /*margin-top: 11px\0/8;*/
    background: transparent;
    font-weight: normal;
    font-size:20px;
    width: calc(100% - 40px);   
    width: -webkit-calc(100% - 40px);  
    width: -moz-calc(100% - 40px);  
    width: -ms-calc(100% - 40px);   
}
.passTxt
{
    background: url(../images/password_txt.png) no-repeat left top;
    width: 349px;
    font-weight: bold;    
}
.passTxt input
{
    border: none;
    margin-left: 40px;
    margin-top: 5px;
    width: 270px;
    padding: 6px 10px; /*margin-top: 11px\0/8;*/
    background: transparent;
    float: left;
    font-weight:normal;
    font-size:20px;
    width: calc(100% - 42px);   
    width: -webkit-calc(100% - 42px);  
    width: -moz-calc(100% - 42px);  
    width: -ms-calc(100% - 42px);   
}
.passTxt input:focus, .userTxt input:focus
{
    outline:none;
}
input.goBtn
{
    float: right;
    padding: 0px;
    margin: 0;
}
.forgot
{
    color: #3a7ea9;
    text-decoration: none;
    padding-right: 2px;
    font-style: normal;
}
.forgot:hover
{
    color: #0083D6;
    text-decoration: none;
    padding-right: 2px;
    /*font-style: italic;*/
    cursor: pointer;
}

.button-login
{
    background-color:#834d33;
    border:1px #88573f solid;
    width:169px;
    height:42px;
    color:#fff;
    font-family:ebrima;
    font-style:normal!important;
    font-size:18px;
    margin-top:15px;
}
    
  .button-shiftsignin
{
    background-color:#375182;
    border:1px #375182 solid;
    width:169px;
    height:42px;
    color:#fff;
    font-family:ebrima;
    font-style:normal!important;
    font-size:18px;
    margin-top:15px;
  }