.over-login{
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url('img/diagmonds.png');
    background-color: #3586a7;
   
}
/* 
.over-login-texture{

  width: 100vw;
  height: 100vh;

position: absolute;
  background-image: url('brushed-alum.png');
opacity: 50%;
  
} */

.gform_body{
  margin-left: 30px;
}
.gform_heading .gform_title{
  display: none;
}
.gf_login_links{
  display: none;
}

.gform_fields {
  list-style-type: none !important;
  padding: 0 !important;
  
}

.gfield_checkbox{
  padding: 0;
  margin-top: 10px;
}

#input_1{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
    height: 35px;
    font-size: 14px;
    width: 250px;
    border-radius: 10px;
    border:none;

}

#input_2{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  height: 35px;
  font-size: 18px;
  width: 250px;
  border-radius: 10px;
  border:none;
  border-bottom: 10px;

}

#validation_message_0_2 a {
  display: none;
}

.gfield_checkbox{
  list-style-type: none;
}

.gfield_checkbox{
  list-style-type: none;
}

.gform_button{
  margin-top: 15px;
  border-radius: 20px;
border: 1px solid #1B7BAD;
background-color: #1B7BAD;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
width:85% !important;
    margin-left: 5px !important;
}

.gform_button:hover{
  -webkit-box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
  
}

.gfield_description{
  color:#c10000;
  margin-top: 10px;
  margin-bottom: 10px;

}

.gfield_description
{
  color: #c10000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login-form
{

  background-image: linear-gradient(#37b6e8, #528EE0);;
  padding: 30px;
 border-radius: 20px;
 box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    width: 375px;
    height: auto;
}

.login-username{
  color: white;
  font-weight: bold;
}

.login-password{
  color: white;
  font-weight: bold;
}

.login-remember{
  color: white;
  font-weight: bold;
}

#user_login{
  
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 30px;
  background: 0 0;
border-bottom: thin solid white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#user_login:focus{
  outline: none;
  
}

#user_pass:focus{
  outline: none;
  
}
  
  #user_pass{
    font-size: 15px;
  color: white;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 30px;
  background: 0 0;
  border-bottom: thin solid white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  }
  #wp-submit{
    width:85% !important;
    margin-left: 5px !important;
    margin-top: 15px;
    border-radius: 20px;
	border: 1px solid #1B7BAD;
	background-color: #1B7BAD;
	color: #FFFFFF;
	font-size: 12px;
  
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
  }
  
  #wp-submit:hover {
    -webkit-box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.5) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
  }