@font-face {
    font-family: 'open_sansregularregular';
    src: url('opensans-regular_1.eot');
    src: url('opensans-regular_1.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular_1.woff2') format('woff2'),
         url('opensans-regular_1.woff') format('woff'),
         url('opensans-regular_1.ttf') format('truetype'),
         url('opensans-regular_1.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    background-image:url('../Images/background.jpg');
}
body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    margin: 0;
    padding: 0;
    font-family: 'open_sansregularregular';
    /*overflow-y: scroll;*/
    background-image:url('../Images/background.jpg');
}
img
{
    border:0;
    }
#wrapper {
   width: 944px;
   margin: 0 auto;
   padding-top: 40px;
}

.image{
   float:left;
   padding-bottom: 50px;
}

.login-section{
   float: right;
   width: 338px;
}

.logo {
    text-align: center;
}
.form-control {
    display: block;
    width:294px;
    padding:5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin-bottom: 20px;
    border: 1px solid #b8b8b8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-default {
    background-color:#024d87;
    border-color: #cccccc;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    /*border-radius: 4px;*/
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding:5px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 20px;
}
.btn-default:hover {
    background-color: #044475;
    color: #fff;
}
.icon {
    float: left;
    text-align: center;
    width: 112px;
}
.footer {
    position: absolute;
    bottom: 0;
    width:944px;
    text-align: left;
    color: #ffffff;
    padding: 10px;
    font-size: 13px;
    border-top: 2px solid #024d87;
}
/*.footer {
    position: inherit;
    bottom: 0;
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 10px 0;
    font-size: 13px;
    border-top: 2px solid #024d87;
    float: left;
    background: #024D87;
}*/
.container {
    margin-right: auto;
    margin-left: auto;
}
h1 {
    font-size: 16px;
}
.username{
  background-image:url('../images/user-icon.png');
  background-repeat:no-repeat;
  padding-left:30px;
  background-position: 5px 5px;
}

.password{
  background-image:url('../images/password.png');
  background-repeat:no-repeat;
  padding-left:30px;
  background-position: 5px 5px;
}
.login-bottom {
    margin-top: 40px;
}
.icon a{color:#000; text-decoration:none;}
.icon a:hover{color:#000; text-decoration:underline;}
.login {
    margin-top: 50px;
}
#sbg, #bu {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
}
.search-para{text-align:right;}

/*media query added by krishna 16-12-2015 start*/

/* ===========================
   ====== Media Queries ====== 
   =========================== 	*/
@media only screen and (min-width : 761px) and (max-width : 960px)
{
   .image {float: left; padding-bottom: 50px; width: 50%;}   
   .login-section {float: right; width: 50%;}   
   .slider-wrapper {height: 461px; width: 100%;}   
   .login-section {float: right; margin-left: 15px; width: 45%;}
   body{margin:10px;}   
   #wrapper {margin: 0 auto; padding: 0; width: auto;}   
   .login {margin-top: 10px;}   
   .login-bottom {margin-top: 20px;}
   .footer{width: 100%;float: left; position: inherit;background: #024d87 none repeat scroll 0 0; color: #ffffff; text-align:center;}
}
/* ===========================
   ====== Media Queries ====== 
   =========================== 	*/
@media only screen and (min-width : 481px) and (max-width : 768px)
{
	.image{display: none;}	
	#wrapper{margin: 0 auto; padding: 0;width: auto;}    
   .login-section {float: none; width: auto;}   
   .form-control{width: 85%;}   
   .footer{width: 100%;float: left; position: inherit;}   
   .icon{margin-bottom: 20px;}   
   body{margin:10px;}
   .footer{width: 100%;float: left; position: inherit;background: #024d87 none repeat scroll 0 0; color: #ffffff; text-align:center;}
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
@media only screen and (min-width : 280px) and (max-width : 480px)
{
	.image{display: none;}	
	#wrapper{margin: 0 auto; padding: 0; width: auto;}    
   .login-section {float: none; width: auto;}   
   .form-control{width: 85%;}   
   .footer{width: 100%;float: left; position: inherit;background: #024d87 none repeat scroll 0 0; color: #ffffff; text-align:center;}   
   .icon{margin-bottom: 20px;}   
   body{margin:10px;}
}


.validation-summary-errors {
    color: #e80c4d !important;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*media query added by krishna 16-12-2015 end*/