﻿body {
  background: url(../Images/login.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
}

html { 
  /*background: url(../Images/login.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.main {
border-top: 5px solid #07a751;
}

.input-label.custom-label {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #05a550;
    padding-bottom: 5px;
}


.wrapper {
    margin-top:4%;
padding: 30px 18px;
}

.login-sfa-text {
    font-size: 24px;
    font-weight: 600;
}

.login-company-text {
    font-size: 16px;
    margin-top: 8px !important;
    margin-bottom: 25px;
}

#txtUsername, #txtpassword {
    border-radius: 5px;
    margin-bottom: 18px;
    height: 45px;
    border: 2px solid #dadada;
}

.input-label {
    font-weight: 500;
    font-size: 15px;
    margin-left: 5px;
}


#btnOK {
    width: 100%;
    border-radius: 5px;
    background-color: #283897;
    border-color: #283897;
    height:45px;
}

#txtpassword {
    margin-bottom: 26px !important;
}

.login-logo {

    width:180px;
}

.input-label.forget-password {
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.footer {
text-align: center;
margin-top: 30px;
font-size: 12px;

}

.footer-label {

font-weight:500 !important;
}


@media only screen and (max-width: 600px) {

    body {
        background:none !important;
    }



}