﻿@charset "utf-8";
/* CSS Document */
html,body{}
body{
background: url(../images/bg.png) no-repeat center center fixed;background-size: cover;
}

.box{width:500px;height:auto;background-color: #ededed;margin-top:70px;border: 5px solid  #eb5819/*#7a0909*/;}
h3 a {
color:#FFFFFF;
padding-right:10px;
text-decoration:none;
}
h3 a:hover {
color:#FFFFFF;
padding-right:10px;
text-decoration:none;
border:1px solid #e8be22;
padding:5px 10px;
}
 
h2{
margin-top: 0px;
padding-top: 15px;
color:#0b3d88;
}
fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
	
}

form.signin .textbox span {
    display: block;
    margin-left: 81px;
    text-align: left;
    padding-top: 8px;
}

form.signin p, form.signin span {
    color:#000000;
    font-size: 17px;
    line-height: 25px;
}

form.signin .textbox input {
    background: #363d52 border: 1px solid #363d52 !important;
    /* border-left: 1px solid #2b3689; */
    /* border-right: 1px solid #2b3689; */
    /* border-top: 1px solid #2b3689; */
    color: #2b2b2b;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 17px Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px;
    width: 310px;
    font-weight: normal;
}
input#btnlogin {
    color: white;
}

input#btnlogin:hover {
 background: #fbcd05;
 color: #000000;
 border: 1px solid #fbcd05 !important;
 border-left: 8px solid #790909;
 border-right: 8px solid #790909;
}

form.signin input:-moz-placeholder {
    color: #8F8F8F;
  
}


form.signin input::-webkit-input-placeholder {
    color: #8F8F8F;
   
}


.popupbtn {
		   
border: 1px solid #363d52;
		   
border-left: 5px solid #363d52;
		   
border-right: 5px solid #363d52;
		   
background-color: #363d52;
		   
border-radius: 4px 4px 4px 4px;
		   
-moz-border-radius: 4px;
		   
-webkit-border-radius: 4px;
		   
color: #FFFFFF;
		   
cursor: pointer;
		   
display: inline-block;
		   
padding: 10px 30px 10px;
		   
font-size:19px;
		}
		
.popupbtn:hover{
      background: #fbcd05;
      color: #000000;
      border: 1px solid #fbcd05;
      border-left: 8px solid #fbcd05;
      border-right: 8px solid #fbcd05;
}

label{

margin-bottom: 12px;

}
.forgot {
    color: #0015ad;
    text-decoration: none;
}
.forgot:hover{
color:#000000;
}
#ddlInstitute {background-color: white;
     
   
    padding: 12px 20px 12px 40px;
     
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    color: #4C4C4C;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 16px Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px;
    width: 310px;
}
#username {background-color: white;
    background-image: url(../images/user.png);
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px}
	
#password {background-color: white;
    background-image: url(../images/pass.png);
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px
	}

#CaptchaInput {
    background-color: white;
}
.logo {
	background-color:#ffffff;
	 /*border-bottom:5px solid #03a3a7;*/
	}fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}.box h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 9px;
    color: black;
}