h2.index_header.wow.bounceInDown {
    padding-top: 20px;
    color: #3684BC;
    font-size: 20px;
    width: 100%;
    line-height: 1.1;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    float: left;
    margin-bottom: 10px;
    display: -webkit-box;
}
.errorText {
    color: #ff0000;
    font-size: 12px;
    font-family: roboto,sans-serif;
    font-weight: 500;
}

.greenText {
    color: #439D2B;
}
.login_section_admin.login_form h3 {
    font-size: 18px;
    font-family: roboto,sans-serif;
    color: #FBFAFA;
    padding: 24px;
    line-height: 28px;
    border-bottom: 1px solid #4d91b7;
    background: #2383b7;
}
span.welcome {
    text-align: center;
    font-size: 22px;
    font-family: roboto,sans-serif;
    color: #F1ECEC;
    font-weight: normal;
}
div#cont-lock {
    margin-top: 20px;
    font-size: 20px;
    font-family: roboto,sans-serif;
    font-weight: normal;
    padding: 20px;
    background: #0770B2;
    color: #fff;
}
.eleDIv{
	  background: #FFFFFF;
}
.login_section_admin.login_form {
    width: 35%;
    margin: 30px auto;
    display: table;
    background: #1d6f9b;
    border-radius: 6px;
    box-shadow: 3px 10px 14px #585555;
}
a.forgot_login {
    background: #2383b7;
    padding: 8px 12px;
    text-transform: uppercase;
    margin: 12px auto;
    display: -webkit-inline-box;
    cursor: pointer;
	text-decoration: none;
}
a.forgot_login:hover {
    background: #fff;
    color: #000 !important;
    transition: 0.4s ease all;
    border: 1px solid #000;
}
section.login_bg {
    background: url("../images/school.jpg");
    
}
section.login_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(6, 93, 134, 0.56);
}
span.login_form {
    text-align: left;
    font-size: 16px;
    font-family: roboto,sans-serif;
    color: #353434;
    float: left;
    margin-top: 20px;
	min-width: 450px;
}
a.forgot {
    margin: 9px 30px;
    float: left;
    font-size: 15px;
	text-decoration: none;
}
.preigo-main-wrapper-inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 1px 1px;
    background: url("../images/logo.png") no-repeat;
}
input.checkbox.remember {
    width: 55px;
    height: 13px;
    background: #000;
    float: left;
}
.login_section_admin {
    box-shadow: 3px 10px 14px #585555;
    width: 40%;
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 40px auto;
    text-align: center;

 
}
input.submit.button:hover {
    background: #F47C00;
    color: #fff;
    transition: all 400ms linear 0s;
    border: none;
}
.input#admNo:focus::-webkit-input-placeholder {
  color: white;
}
.email_input:focus::-webkit-input-placeholder { /* WebKit browsers */
  color: white;
}
.email_input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: white;
}
.email_input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: white;
}
.email_input:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: white;
}


/*=====VIEW BUTTON=====*/
.button {
    display: -webkit-inline-box;
    width: 170px;
    height: 45px;
    color: #fff;
    margin-top: 60px;
    line-height:44px;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 1px 20px 20px #E0DBDB;
    background: #2383b7;
}
.mad_main2 .button.type1 > span span:first-child {
    background: #000;
}
.button.type1 > span span:first-child {
    background: #04A7D8;
}
.mad_main2 .button > span span {
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.button > span span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s linear, background 0.3s linear;
    transition: transform 0.3s linear, background 0.3s linear;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.mad_main2 .button.type1:hover > span span:nth-of-type(2) {
    background: #27a63d;
}
.button.type1:hover > span span:nth-of-type(2) {
    background: #F47C00;
}
.mad_main2 .button > span span {
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.button > span span:nth-of-type(2) {
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px);
    border-radius: 50px;
}
.button:hover > span {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}
.button > span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/*========VIEW BUTTON=====*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input {
    height: 50px;
    line-height: 30px;
    padding: 0 18px;
    margin: 8px 21px;
    display: block;
    width: 75%;
    border: none;
    color: #007f3e;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    border-bottom: 1px solid#bbb8b8;
    cursor: pointer;
    box-shadow: none;
}
p.contact_field {
    border: none;
}
a.forgot_login:before {
    /*content: "\f0a8";*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.admin img {
    height: 96px;
    margin: 8px;
}
p.contact_field input[type="number"] {
    border: none;
    border-bottom: 1px solid#c7c7c7;
}
p.contact_field input[type="text"] {
    border: none;
    border-bottom: 1px solid#c7c7c7;
}
p.contact_field input[type="email"] {
    border: none;
    border-bottom: 1px solid#c7c7c7;
}
p.contact_field textarea {
    border: none;
    line-height: 20px;
    border-bottom: 1px solid#a5a4a4;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}