a {
  color: #64676b;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .login_eye {
    cursor: pointer;
    position: absolute;
    top: 265px;
    left: 360px;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 99;
  }
  body {
    background-color: #fff;
  }
  .err_disr {
    color: #bd4a48;
    position: relative;
    top: 90px;
    z-index: 99;
    display: inline;
    font-size: 25px;
  }
  .email {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 208px;
    width: 400px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    outline: none;
  }
  .password {
    position: absolute;
    top: 260px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 400px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    outline: none;
  }
  .code {
    position: absolute;
    top: 313px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 400px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    outline: none;
  }
  .r_submit {
    position: absolute;
    top: 398px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #3A5792;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .r_submit:hover{
    opacity: 0.8;
  }
  .under_login_submit{
    position: absolute;
    top: 345px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 300px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #3A5792;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .under_login_submit:hover{
    opacity: 0.8;
  }

  .login_email {
    border: 1px solid #000;
    outline: none;
    width: 150px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    top: 35px;
    left: 805px;
  }
  .login_password {
    border: 1px solid #000;
    outline: none;
    width: 150px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    top: 35px;
    left: 985px;
  }
  .login_submit {
    position: absolute;
    top: 35px;
    left: 1150px;
    width: 75px;
    height: 25px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #3A5792;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .login_submit:hover{
    opacity: 0.8;
  }
}
@media screen and (max-width: 600px) {
  .err_disr {
    opacity: 0.7;
    color: #fff;
    position: relative;
    top: 10px;
    z-index: 99;
    display: inline;
    font-size: 18px;
  }
  .r_eye {
    cursor: pointer;
    position: absolute;
    text-emphasis: none;
    top: 434px;
    text-align: right;
    right: 12%;
    width: 30px;
    z-index: 99;
  }
  .house_r_eye {
    cursor: pointer;
    position: absolute;
    text-emphasis: none;
    top: 345px;
    text-align: right;
    right: 12%;
    width: 30px;
    z-index: 99;
  }
  .login_eye{
    cursor: pointer;
    position: absolute;
    text-emphasis: none;
    top: 255px;
    text-align: right;
    right: 12%;
    width: 30px;
    z-index: 99;
  }
  .email {
    position: absolute;
    top: 205px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #64676B;
    outline: none;
  }
  .password {
    position: absolute;
    top: 250px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #64676B;
    outline: none;
  }
  .code {
    position: absolute;
    border-radius: 5px;
    border: 1px solid #64676B;
    top: 295px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 16px;
    outline: none;
  }
  .r_submit {
    position: absolute;
    top: 345px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    background-color: #3A5792;
    color: #fff;
    outline: none;
    cursor: pointer;
  }
  .under_login_submit{
    position: absolute;
    top: 300px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 20px;
    border-radius: 3px;
    border: none;
    background-color: #3A5792;
    color: #fff;
    outline: none;
    cursor: pointer;
  }
  .m-go_login{
    background-color: #004EA8;
    position: absolute;
    top: 650px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 110%;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .m-go_text{
    line-height: 35px;
  }
  .login_email {
    display: none;
  }
  .login_password {
    display: none;;
  }
  .login_submit {
    display: none;
  }
}