/* -------------------------------------------
## Internal Css 
--------------------------------------------*/

.about_school{
    margin-top:0px !important;
    margin-bottom:0px !important;
    background:#e8e8e8;
    padding:30px 0px;
    width:100%;
    float:left;
}
.inner_section {
    width:80%;
    margin:0 10%;
}
.about_school h2{
    font-size:30px;
    margin:0px 0px 40px;
    color:#3b3b3b;
    position:relative;
}
.about_school h2:after{
    position:absolute;
    content:"";
    width: 30px;
    left: 0px;
    bottom: -10px;
    height: 2px;
    background: #164465;
}
.school_content {
    float:left;
    width:55%;
    margin-right:2%;
}
.school_content p {
    font-size:20px;
    font-family:calibri;
    line-height:24px;
    color:#3b3b3b;
}
.school_img {
    float:right;
    width:43%;
    text-align:center;
}
.school_img img {
    width:100%;
    background:#164465;
    padding:10px;
    margin-top:0px;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.login_form{
    background:#6db1c4;
    padding:30px 0px;
    margin-top: 0px !important;
}
.site-header{
    padding:0px 0px;
}
.wppb-user-forms {
    width:40%;
    margin:50px auto 0;
    border:1px solid #0975a9;
    padding:20px;
}
.wppb-user-forms p label {
    display: none;
}
.wppb-user-forms p label {
    display: none;
}
.wppb-user-forms p input[type="text"],
.wppb-user-forms p input[type="password"]{
    padding:0 0 0 3%;
    max-width:100%;
    width:100% !important;
    font-family:calibri;
}
.login-submit{
    text-align:center;
}
.ssl_btn {
    padding:12px 25px 12px !important;
    font-size:14px !important;
    text-transform:uppercase;
    font-family:calibri;
}
header.site-header{
    padding:0px 0px;
}













