/* html {  
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("/images/NSEBuilding.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size:100%;
                         
        } */
/* html{
	overflow: auto;
} */

h2 {
     font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration:inherit;
    line-height: 2;
    font-size: 30px;
    text-align: center;
}
        
#login-box {
    position: fixed;
	width: 400px;
	/* width: 25%; */
    height: auto;
	padding: 20px;
	margin: 150px auto;
	background-color: white;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border: 2px solid black;
    border: 2px solid black;
    background-color: whitesmoke;
    border-radius: 20px;
    margin-left: 10%;
}

.form input {
  font-family: 'Montserrat', sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 95%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

/* .button { */
input[type=submit], input[type=reset]{
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  text-align: center;
  background: #3A2D7F;
  width: 40%;
  height: 40%;
  border: 0;
  padding: 12px 10px;
  color: #FFFFFF;
  font-size: 13px;
  transition: all 0.3 ease;
  cursor: auto;
  border-radius: 5px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  
}

.button:hover {
    background-color: black; 
    color: white;
}

input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    line-height: 20px;
    font-size: 20px;    
}

textarea:focus, input:focus{
    outline: none;
}

:-ms-input-placeholder {
  font-size: 15px;
}

::-webkit-input-placeholder {
  font-size: 15px;
}

.b1 {
    text-align: center;
}

.form-top-right {
    float: left;
    width: 25%;
}

.form-top-left {
    float: left;
    width: 75%;
}

.form-top {
    overflow: hidden;
    text-align: left;
    padding: 15px 0;
}

input:-moz-read-only { /* For Firefox */
	font-size: 15px
  	background-color: #cdcdcd;
}

input:read-only {
	/* background-color: #cdcdcd; */
	background-image: linear-gradient(to bottom, whitesmoke , #cdcdcd);
	font-size: 15px
}

input[type="submit"]:disabled {
  background-image: #b7c7ff;
}

input[type="button"] {
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  text-align: center;
  background: #3A2D7F;
  width: 40%;
  height: 40%;
  border: 0;
  padding: 12px 10px;
  color: #FFFFFF;
  font-size: 13px;
  transition: all 0.3 ease;
  cursor: auto;
  border-radius: 5px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#resend_otp{
	position: absolute;
    right: 40px;
}