
/* body { */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* min-height: 100vh; */
  /* width: 100%; */
  /* padding: 0 10px; */
/* } */
/* body::before { */
  /* content: ""; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* background:url(../images/bg4.jpg) no-repeat left top rgba(0,0,0,0.1); */
  /* background-blend-mode:multiply; */
  /* background-position: center; */
  /* background-size: cover; */
/* } */
.login-page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height:500px;
}
.wrapper2 {
    width: 500px;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    border: 1px solid var(--primary-color);
}
.wrapper2 form button{
    background:var(--secondary-color);
    color:var(--white);
    font-family:var(--main-font);
    font-size:15px;
    padding: 6px 0px;
    border-radius:3px;
    border:none;
}
form {
  display: flex;
  flex-direction: column;
}
.login-terms p {
    font-size: 12px;
    font-style: italic;
    color:var(--paragraph-color);
}
    .login-terms p a {
        color: #3b91d9;
    }
h2 {
    font-size: 2rem;
    color: #000;
}
.input-field {
  position: relative;
  border-bottom: 2px solid #000;
  margin: 15px 0;
}
.input-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #000;
  font-size: 17px;
  pointer-events: none;
  transition: 0.15s ease;
}
.input-field input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #000;
}
.input-field input:focus~label,
.input-field input:valid~label {
  font-size: 0.8rem;
  top: 10px;
  transform: translateY(-120%);
}
.forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 35px 0;
  color: #fff;
}
#remember {
  accent-color: #fff;
}
.forget label {
  display: flex;
  align-items: center;
}
.forget label p {
  margin-left: 8px;
}
.wrapper a {
  color: #9a5e26;
  text-decoration: none;
}
.wrapper a:hover {
  text-decoration: underline;
}
/*button {
    background: #9a5e26;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 9px 14px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}*/
.register {
  text-align: center;
  color: #fff;
}
.register p{
	color:#000;
}

.continue-with-google a {
    width:100%;
    padding: 5px;
    border: 1px solid var(--secondary-color);
    font-size: 15px;
    color: var(--secondary-color);
    border-radius:3px;
}
.continue-with-google a:hover{
    font-size:15px;
    color:var(--tertiary-color);

}
.continue-with-google a img{
    height:30px;
}

.login-img {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 485px;
}
.login-img img{
	width:100%;
	height:100%;
	border-radius:10px;
	border:1px solid #9a5e26;
	border-radius:10px;
	border:1px solid #9a5e26;
}




@media only screen and (min-width: 320px) and (max-width: 767px) {
  .login-img {
    margin-top: 30px;
    margin-bottom: 0px;
    height: 200px;
}
  .login-img img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #9a5e26;
    border-radius: 10px;
}
.wrapper {
  margin: 30px 0px 30px 0px;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  border: 1px solid #9a5e26;
  height: 300px;
}
.wrapper a {
  color: #9a5e26;
  text-decoration: none;
  font-size: 13px;
  margin-left: 10px;
}
.register {
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.register p::after{
    content:"";
    height:2px;
    position:absolute;
    right:20px;
    width:40px;
    color:var(--black);
}
.wrapper h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}
.input-field label {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 70%;
  text-align: left;
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
  pointer-events: none;
  transition: 0.15s ease;
}
.input-field {
  position: relative;
  border-bottom: 2px solid #000;
  margin: 8px 0;
}
.forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 5px 0;
  color: #fff;
}
/*button {
  background: #9a5e26;
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}*/

}