﻿
    .login-page-bg{
    width:90%;
    margin:0 auto;
    border:5px solid #D56100;
}
.login-page-bg img{
     width: 100%;
    height: 15vh;
    background-repeat: no-repeat;
    background-size: cover;
}
#shadowcolor {
    border: 1px solid rgba(0,0,0,0);
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.section-login{
    width:100%;
    height:35vh;
    margin:0 auto !important;
    border-radius:2px;
}
input[type="password"] {
    border: 0px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 6px 5px 6px 5px;
    width: 100%;
}

.btn-login {
    color: #fff;
    background-image: linear-gradient(#FC873C, #E55B05);
    padding: 10px 20px 10px 20px;
    font-size: 1.5em !important;
    font-weight:bold !important;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    width: 50%;
    outline:none !important;
}
.btn-login:hover,.btn-login:focus {
    color: rgba(255,255,255,0.9) !important;
    cursor:pointer;
    background-image: linear-gradient(#FC873C, #E55B05) !important;
}
.img-titel{
    color:#fff;
    font-weight:bold;
     font-family: "ui-monospace", Times, serif;
     font-size: 45px !important;
}
.fontsize  h1{
    font-size: 12px !important;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
.inputfields, #searchMIdName, #Introducer1, #Introducer2, #searchAccount {
    border: 0px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 6px 5px 6px 5px;
    width: 100%;
}
.inputfields-medium {
    border: 0px !important;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 4px 5px 4px 5px;
    width: 87%;
}
.inputfields-small {
    border: 0px !important;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 4px 5px 4px 5px;
    width: 50%;
}

.inputfields:focus, .inputfields:active, .search-input:focus, .search-input:active {
    outline: none;
}
.pspace {
    padding: 0px 30px 12px 30px;
}
#shadowcolor {
    border: 1px solid rgba(0,0,0,0);
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
#border-line {
    padding: 1px !important;
    margin: 0px;
    background-color: #F1F3F4;
}
.section-login {
    margin: 0 auto !important;
}
.req-field {
    color: #ff0000;
    font-weight: bold;
}
.imageBackgrond {
    width: 100%;
    height: 100%;
    background-image: url("../../images/bg-images.jpg");
 
    background-repeat: no-repeat;
  background-size: cover;
  padding:0px !important;
  background-position: center;
  position: relative;
  z-index: 1;
}

.school-title{
    text-align:center!important;color:#fff;font-weight:bold;
    font-size:35px;/*text-shadow:1px 1px 1px #ff0000;*/letter-spacing:1px;
    margin-top:2%;
    padding:0px;
}

.imageBackgrond::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

@media only screen and (max-width: 600px) {
  .imageBackgrond {
    height:30%;
  }
  .topmargin{
      margin-top:10%;
  }
}

