@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@media screen and (max-width: 800px){
  .modal-wrapper2 > .go560px{
   width: 100% !important;
   left: 0 !important;
   margin: auto !important;
   top: 22px !important;
   height: 790px !important;
 
  }
  .content{
    padding: 7% 10% 0% 8% !important; 
  }
 
  .modal-wrapper > .modal{
    width: 100% !important;
    left: 0 !important;
    margin: auto !important;
    top: 22px !important;
    height: 370px !important;
  
   }   
  .loginform_submit,.signup_submit1{
    width: 100% !important;
  }
.head{
  width: 83% !important;
}
.forminput, .files, .secondfile, .thirdfile{
  width: 100% !important;
  height: 23px !important;
}
.signup_submit2{
  width: 100% !important;
  height: 30px !important;
}
.id, .addr{
  width: 68% !important;
}
}

/* desktop */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.page-wrapper {
  width: 100%;
  height: 100%;
  background: url(https://goo.gl/OeVhun) center no-repeat;
  background-size: cover;
}

.blur-it {
  filter: blur(4px);
}

a.btn {
  width: 200px;
  padding: 18px 0;
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background: #a4b9ff;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  background: rgba(37, 37, 37, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.modal-wrapper2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; 
    left: 0;
    background: rgba(37, 37, 37, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .loginform_signbtn{
    font-size: 13px;
    font-weight: bold;
    cursor:pointer;
  }
  .loginform_submit{
    width:341px;
    height:30px;
    background-color: black;font-size: 14px;
    color:white;
    margin:auto;
    line-height: 30px;
    cursor:pointer;
  }
  .loginform_findbtn{
    font-size: 13px;
    font-weight: bold;
    cursor:pointer;
  }
  .signup_submit1{
    width:341px;
    height:37px;
    background-color:black;color:white;
    line-height: 37px;
    margin-top: 10px;
    font-size: 14px;
    cursor:pointer;
  }
  .signup_submit3{
    margin:auto;
    width:150px;
    height:37px;
    background-color:black;color:white;
    line-height: 37px;
    margin-top: 10px;
    font-size: 14px;
    cursor:pointer;
  }

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper2.open {
    opacity: 1;
    visibility: visible;
  }
  .go560px{
    height:500px;
    top:40%;
  }

.modal {
  border-radius: 15px;
  width: 430px;
  height: 370px;
  display: block;
  /* margin: 50% 0 0 -300px; */
    margin: 50% 0 0 -240px;
  position: relative;
  top: 50%; 
  left: 55%;
  background: rgb(255, 255, 255);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal {
  margin-top: -200px;
  opacity: 1;
}
.modal-wrapper2.open .modal {
    margin-top: -200px;
    opacity: 1;
  }

.head {
    border-radius: 15px;
  width: 86%;
  height: 32px;
  padding: 12px 30px;
  overflow: hidden;
  background: white;
}

.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: black;
}

.content {
  padding: 10%;
}

.good-job {
  text-align: center;
  font-family: 'Montserrat', Arial,       Helvetica, sans-serif;
  color: #e2525c;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}
.forminput{
    width:342px;height:30px;border:solid rgba(0,0,0,0.2);border-width:0px 0px 1px 0px;margin-bottom:10px
}
.filebtn{
  height:20px;width:80px;border:1px solid   rgba(0,0,0,0.2);background-color: black;color:white;float:left;font-size: 12px;line-height: 20px;cursor:pointer
}
  /* content sign_2nd */
  .signupform_id{
    width:250px;float:left;
  }
  .signupform_idchkbtn{
    height:25px;width:80px;border:1px dashed   rgba(0,0,0,0.2);float:left;margin-left:10px;font-size: 13px;line-height: 25px;cursor:pointer;
  }
  .signupform_hp{
    width:341px;float:left;
  }
  .signupform_company{
    width:341px;
  }
  .signupform_companyno{
    width:341px;
  }
  .signupform_addr{
    width:250px;float:left;
  }
  .signupform_addrchkbtn{
    height:25px;width:80px;border:1px dashed   rgba(0,0,0,0.2);float:left;margin-left:10px;font-size: 13px;line-height: 25px;cursor:pointer
  }
  .signupform_addrdetail{
    width:341px;
  }
  .files{
    width:340px;height:25px;border: 1px solid rgba(0,0,0,0.2);
  }
  .signup_submit2{
    width:341px;height:37px;background-color:black;color:white;line-height: 37px;margin-top: 25px;font-size: 14px;cursor:pointer;
  }

  .loginform_id{
    padding: 0 5px;
  }
  .loginform_id:focus{
    outline: auto !important;
  }
  .loginform_pw{
    padding: 0 5px;
  }
  .forminput:focus{
    outline: auto !important;
  }