.password_recovery_code {
    height: 100%;
    padding-top: 3%;
    width: 40%;
    margin: 0 auto;
    align-content: center;
    margin-top: 12%;
}

.paswword_recovery_code_side{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.password_recovery_code_submit {
     background-color:#2d8566;
    color: white !important;
    border: none !important;
}

.password_recovery_code_submit:hover {
    background-color: #036341  !important;
}

@media (max-width: 1000px) {
  .password_recovery_code {
    width: 500px;
    margin-top: 20%;
  }
}


@media (max-width: 700px) {
  .password_recovery_code {
    width: 350px;
    margin-top: 25%;
  }
}

@media (max-width: 500px) {
  .password_recovery_code {
    width: 300px;
    margin-top: 35%;
  }
}

@media (max-width: 350px) {
  .password_recovery_code {
    width: 200px;
    margin-top: 60%;
  }
}