
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;
}



#left_panel{

  width: 30%;
      margin: 0px;
      float: left;
      min-height: 100vh;
      max-height: 100%;
      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;

}


.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: 1em;
  margin-bottom: 20px;
  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-top:15px;
      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-bott:15px;
}

.hr_login{

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

}

#amp-login-portal-image{

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

}

.login-links{

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


}

.terms_message{

  color: #333333;
  font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
  font-size: 15px;
  margin-top: 10px;


}

#message{
  color: #e20000;
  font-family: 'Questrial',Helvetica,Arial,Lucida,sans-serif!important;
  font-size: 15px;


}
