
body{
  background-image: url("../images/login_background.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin:0;
}


.terms_message{
  font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;

}
#left_panel{

  width: 30%;
      margin: 0px;
      float: left;
      height: 100vh;
      background-image: linear-gradient(#36a066c2, #36a06640);

}

#right_panel{

width:70%;
margin:0px;
height: 100vh;
float:left;
display:flex;

}


#login_box{

  margin: auto auto;
      width: 40%;
      min-height: 40vh;
      background: #ffffffdb;
      padding: 50px;
      border-radius: 10px;

}

#login_status{
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 17px;
    font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
    font-style: italic;
    font-weight: 700;
    color: #d80000;

}

#forgot_password_status{
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 17px;
    font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
    font-style: italic;
    font-weight: 700;
    color: #d80000;

}

.portal_login_input{

  width: 100%;
  margin: auto;
  /* text-align: center; */
  padding: 10px 10px 10px 0px;
  background: #ffffff00;
  border: 0px;
  border-bottom: 1.5px solid #adadad;
  font-size: 25px;
  margin-bottom: 30px;
  font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;

}

.portal_login_input:focus{
  outline:none;
}

.portal_login_submit{

  width: 100%;
      margin: auto;
      /* text-align: center; */
      padding: 20px;
      background: linear-gradient(#36a066, #36a066);
      border: 0px;
      font-size: 25px;
      margin-bottom: 30px;
      color: #ffffff;
      font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
      cursor:pointer;
}

#login_title{


    font-size: 30px;
    font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
    color: #5a5a5a;
    margin-bottom:15px;
}

.hr_login{

  width: 20%;
  color: #6f3b3b;
  border-top: 3px solid #36a066;
  margin-bottom: 40px;

}

#login-portal-image{

  margin: auto auto;
      text-align: center;
      display: block;
      margin-top: 10vh;
      width: 300px;

}

.login-links{

  text-decoration: none;
  color: #36a066;
  font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
  font-size: 18px;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 10px;


}

/* Small screens */
@media only screen and (max-width: 1200px) {

  #left_panel{
      display: none;

  }
  #right_panel{
      width:100vw;

  }

  #login_box{

        width: 75vw;

  }

}

/* Large screens */
@media only screen and (min-width: 1200px) {


}
