.login_section_content1 {
  margin: 0px;
  border-radius: 16px;
  padding: 30px 40px 34px 20px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.entry_level {
  display: flex;
  justify-content: space-between;
}

.contact .form_fillup {
  text-align: center;
  margin: 15px;
}
.contact .regis {
  font-size: 15px;
}
.contact .regis .field_center {
  display: flex;
  align-items: baseline;
}
.contact .left_pad {
  padding-left: 32px;
  font-size: 15px;
}
.contact .form_details {
  font-size: 15px;
}
.contact .form_details .form_suchana {
  display: flex;
  align-items: end;
}
.contact .form_details .form_suchana .size_form {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 10px;
  border: none;
  border-bottom: 1px solid #bbb;
}
.contact .float_right .left_div {
  padding: 20px;
  background-color: #efefef;
  height: 300px;
  width: 48%;
  float: left;
}
.contact .float_right .left_div .in_row {
  display: flex;
}
.contact .float_right .right_div {
  padding: 20px;
  background-color: #efefef;
  height: 300px;
  width: 48%;
  float: right;
}
.contact .float_right .right_div .in_row {
  display: flex;
}
.contact .root_div {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact .root_div .in_row {
  display: flex;
}
.contact .head_color {
  font-size: 15px;
}
.contact th {
  font-size: 15px;
}
.contact .span_div {
  margin: 15px;
  text-align: center;
  background-color: #d3cdcd;
  padding: 10px;
}
.contact .box_border {
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 15px;
}
.contact .box_border .width_field {
  width: 121px;
}

.save_btns {
  text-align: center;
  padding: 10px;
}

.color_btns {
  color: #fff;
  background-color: #b08441;
  border-color: #b08441;
}

.color_btns:hover {
  background-color: #b08441;
}/*# sourceMappingURL=form.css.map */


/* ************************************loginpagecss***************************************************** */
.login_form{
    width:100%;
    padding:30px;
    background-color:white;
    margin-bottom:10px;
    height:650px;


}
.login_form_forget{
    width:100%;
    padding:20px;
    background-color:white;
    margin-bottom:10px;
    height:550px;
}
.login_form_register{
    width:100%;
    padding:10px 26px;
    background-color:white;
    margin-bottom:10px;
    height:700px;
}
.login_change_password{
    width:100%;
    padding:20px;
    background-color:white;
    margin-bottom:10px;
    height:550px;
}
.login_reset{
    width:100%;
    padding:20px;
    background-color:white;
    margin-bottom:10px;
    height:550px;
}
.formgroup{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.form-group .card{
    height:550px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}
.card-forget{
    height:400px;
    background-color:#FFF;
    padding:10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.card_headers{
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    /* background-color: rgba(0,0,0,.03); */
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card_change_password{
    height:450px;
    background-color:#FFF;
    padding:10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.card_reset_password{
    height:380px;
    background-color:#FFF;
    padding:10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.form_class{
    background-color:white;
    padding:10px 20px;
}
.form_class button{
    background-color: #b08441;
    border: 2px solid #b08441;
    border-radius:15px;
    color:#FFF;


}
.form_class img{
    align-items: center;
    height:100px;
margin:auto;

    object-fit: cover;
    padding:20px;
}
.form_class .form_image{

    height:120px;
    margin:auto;
    /* margin-left:20px; */
    object-fit: cover;
    padding:20px;
}
.sub{
    margin:15px;
    /* background-color: #b08441; */

}
.subs{
    margin:13px;
}
.subs button{
    background-color:#b08441 ;
    /* padding: 11px 30px; */
    border: 2px solid #b08441;
    border-radius:15px;
}


.but_on{
    background-color:#b08441 ;
    padding: 11px 30px;
    border: 2px solid #b08441;
   border-radius:16px;
   text-align: center;
   color:#FFF !important;
   font-weight:600;


}

.just a{
    padding:10px;
    color: #b08441;
    margin-left:20px;
    font-size:18px;
}
.signs{

text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight:500;

}
.signs a{
    padding:10px;
    color: #b08441;
    font-size:18px;

}


