﻿@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:#E0E0E0;
margin-top:70px;
border:5px solid  #03a3a7/*#042293*/ ;
}
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:70px;
    text-align: left;
}

form.signin p, form.signin span {
    color:#000000;
    font-size: 17px;
    line-height: 25px;
}

form.signin .textbox input {
    background: rgba(255, 255, 255, 1);
    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;
}

form.signin .textbox input:hover {
 border-bottom: 1px solid  #03a3a7;
    border-left: 1px solid #03a3a7;
    border-right: 1px solid #03a3a7;
    border-top: 1px solid #03a3a7;
}

form.signin input:-moz-placeholder {
    color: #8F8F8F;
}

form.signin input::-webkit-input-placeholder {
    color: #8F8F8F;
}

.popupbtn {
		    border:1px solid #03a3a7;
			border-left:5px solid #03a3a7;
			border-right:5px solid #03a3a7;
			background-color: #03a3a7;
		    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: transparent;
       color:#34486e;
	   border: 1px solid #03a3a7;
	   border-left:8px solid #03a3a7;
	 border-right:8px solid #03a3a7;
}

label{
margin-bottom: 12px;
}
.forgot {
color:#0b3d88;
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
	}

.logo {
	background-color:#ffffff;
	 /*border-bottom:5px solid #03a3a7;*/
	}