
/* ----------------------
 sign_in
------------------------- */
#signin_area{
 padding:3px 3px 3px 6px;
 border:1px solid #000;
 border-top:none;
 font-size: 12px;
}

.wrapper7 {
  width: 740px;
  margin: 0 auto;
  padding: 0;
}

.sign_in {
  margin: 20px auto 30px auto;
}
.sign_in .radio {
  margin: 0 5px 15px 0;
}
.sign_in table td .forget {
  margin-left: 5px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.sign_in table .next_time {
  padding: 10px 0 10px 15%;
}
.sign_in table .send_btn {
  padding-bottom: 15%;
}
.sign_in .accounts {
  padding-left: 10px 0;
  line-height: 200%;
}
.sign_in .accounts ul {
  list-style: none;
}
/* ----------------------
 password reminder
------------------------- */
.pass_reminder {
  margin: 20px auto 30px auto;
  line-height: 1.5em;
  width:450px;
}
.pass_reminder p{
  font-size: 100%;
  line-height: 1.5em;
}
.pass_reminder p .note {
  font-size: 90%;
}

/* ----------------------
 reset_password
------------------------- */
.reset_password {
  font-size: 100%;
  margin-bottom: 30px;
}
.reset_password .headline {
  font-weight:bold;
  line-height:1.5em;
  font-size:100%;
  margin-top:20px
}
.reset_password span {
  margin: 0 30px 0 20px;
}
.reset_password .hintmask {
  width: 200px;
  margin-right: 10px;
}
.reset_password p.note {
  margin-top: 30px;
}
.reset_password table td.password {
  padding-left: 25.2%;
}
.reset_password table td.note {
  padding: 10px 0 0 25.4%;
  font-size: 90%;
}
.reset_password table td.btn {
  padding-top: 40px;
}
.reset_password table td.passwd input {
  float: left;
}

/* ----------------------
 error form
------------------------- */
.error_form {
  border: #ff0000 2px solid;
  padding: 3px;
}
.error_form_text {
  font-size: 85%;
  color: #ff0000;
  padding-left: 5px;
}
.error_message {
  padding: 7px;
  color: #ff0000;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
#error_message_area {
  margin:15px;
  padding:7px;
  border:#ff0000 2px solid;
  font-size:115%;
  text-align:center;
  font-weight:bold
}
#error_message_area .default {
  color:#222222;
  font-size:100%;
  line-height:1.5em;
  margin-bottom:5px
}
#error_message_area .error_text {
  color:#ff0000;
  font-size:100%;
  font-weight:normal;
  line-height:1.2em;
}
/* ----------------------
 message/alart area
------------------------- */
#message_area {
  background-color:#ffe6ff;
  color:#222222;
  font-size:100%;
  font-weight:normal;
  padding:7px;
  margin:5px 0 15px 0;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#fora1haptr {
  margin: 0 auto;
  border: 1px solid #cccccc;
  background: #fafafa;
  padding: 20px;
  margin: 15px;
}

/* ----------------------
 two_step_authentication
------------------------- */
#two_step_auth_area {
  padding: 3px 3px 3px 6px;
  border: 1px solid #000;
  border-top: none;
  font-size: 12px;
}

.wrapper7 {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
}

.two_step_auth {
  margin: 20px auto 30px auto;
  text-align: center;
}

.two_step_auth h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.two_step_auth p {
  font-size: 14px;
  margin-bottom: 20px;
}

.two_step_auth table {
  width: auto;
  margin: 20px auto;
}

.two_step_auth table td .please_input {
  color: #999;
  padding: 3px;
  width: 100% !important; 
}

.two_step_auth .next_time {
  padding: 10px 0 10px 15%;
}

.two_step_auth .submit_btn {
  padding-top: 12px;
}

.two_step_auth .remember_device {
  margin-top: 10px;
}

#error_message_area.success-message {
  color: #28a745;
  border: 1px solid #28a745;
}

#error_message_area.success-message .error_text {
  color: #28a745;     
}

.two_step_auth .error_message_area {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border: 1px solid #f5c6cb;
  margin-bottom: 20px;
}

.two_step_auth .error_message_area img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.two_step_auth .error_text {
  font-size: 14px;
}

.two_step_auth .resend_link {
  text-align: center;
  margin-top: 20px;
}

.two_step_auth .resend_link a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.two_step_auth .resend_link a:hover {
  color: #0056b3;
}

#two_step_auth_area input[type="submit"] {
  background-color: #ffae00;
  color: #053587;
  font-weight: bold;
  border: aliceblue;
  padding: 2px 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: auto;
  font-size: 12px;
}

input[type="submit"]:hover {
  background-color: #ff7f00;
}

.row{
  display: inline-flex !important;
  margin: 20px auto !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .wrapper7 {
    width: 90%;
    padding: 15px;
  }

  .two_step_auth {
    margin: 100px auto 30px auto;
    text-align: justify;
  }

  .two_step_auth table td .please_input {
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
    padding: 12px 20px;
  }

  .two_step_auth label {
    font-size: 14px;
  }

  .two_step_auth .next_time {
    padding: 10px 0;
  }

  .two_step_auth .error_message_area {
    margin-bottom: 15px;
  }

  #error_message_area {
    text-align:justify;
  }
}

@media (max-width: 480px) {
  .two_step_auth label {
    font-size: 12px;
  }

  .two_step_auth p {
    font-size: 12px;
  }
}