button.btn.btn-default.round.btn-md.btn-block {
  background: #001f60 !important;
  color: white !important;
}

h3.title {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #001f60;
  margin: 30px auto;
}

body {
  background: #ffffff !important;
}

a.btn.btn-default.btn-md.btn-block {
  display: none;
}


/* ------------------------ */

.main_title {
  text-align: center;
  margin: 30px auto;
}

.alert_title {
  font-weight: 800;
  color: darkred;
}

form#login_form {
  width: 100%;
}

/* message */
.message_login {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.message_login h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px auto;
}

.message_login img {
  margin: 20px auto;
}

.message_login p {
  display: none;
}

p.forgot_password {
  text-align: center;
}

p.forgot_password a {
  font-weight: 700;
  /* color: #39497e; */
  color: #616161;
}

p.forgot_password:hover {
  cursor: pointer;

}

/* Checkbox */
input#exampleCheck1 {
  width: 25px;
}

.form-group.form-check {
  display: inline-flex;
}

label.form-check-label {
  font-weight: 600;
  font-size: 13px;
}


/* box_login */
.login_box {
  width: 100%;
  height: 600px;
  margin: 30px auto;
  background: white;
  box-shadow: 3px 4px 29px -10px rgba(0, 0, 0, .3);
  overflow: hidden;
  border-radius: 20px;
}

.login_section {
  width: 50%;
  height: 100%;
  float: left;
  /* padding: 30px 60px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* IMAGE SECTION */
.image_section {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('https://atlantisheadwear.com/wp-content/uploads/2025/05/DSC02950-scaled.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

.velina {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: red; */
  background-image: linear-gradient(#39497e7a, #1d2e53cc);
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_dx {
  /* width: 195px; */
}

.logo_dx img {
  width: 100%;
}

.username_section, .password_section {
  position: relative;
}

svg.svg-inline--fa.fa-user.fa-w-16, svg.svg-inline--fa.fa-unlock-alt.fa-w-14 {
  position: absolute;
  bottom: 0;
  height: 40px;
  font-size: 18px;
  margin-left: 15px;
  color: #39497E;
}

.username_section input, .password_section input {
  text-align: center;
  height: 45px;
  font-size: 16px;
}

button.btn.btn-primary.login_btn {
  width: 80%;
  margin: 12px auto;
  font-size: 14px;
  font-weight: 100 !important;
  box-shadow: none !important;
}

.form-group.l_button_section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_log_section p {
  text-align: center;
}

.btn_log_section strong {
  color: #f14747;
}

.username_section input:focus, .password_section input:focus {
  /* background: #39497e3d; */
  border: 1px solid #ffd000 !important;
}



/* MODAL */
.modal-header {
  background-image: url('/myatl/assmod/new_site_public/new_login/hand.jpg');
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 15px;
}

.modal-content .modal-header button.close {
  position: absolute;
  position: absolute;
}

button.close {
  color: white;
  position: absolute;
  top: 15px;
  right: 15px;
}

h5#recovery_psw {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.recovery_user input {
  border-radius: 30px;
  height: 40px;
}

.recovery_user {
  position: relative;
}

.recovery_user svg.svg-inline--fa.fa-user.fa-w-16 {
  position: absolute;
  bottom: 0;
  height: 40px;
  font-size: 18px;
  margin-left: 15px;
  color: #65B7CC;
}

.row_modal h4 {
  text-transform: uppercase;
  margin: 30px auto;
  color: #65b7cc;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

button.btn.btn-default.btn-primary.center-block {
  width: 100%;
  border-radius: 30px;
  margin: 12px auto;
  background: #65b7cc;
}

.recovery_user input:focus {
  background: #65b7cc3d;
  border: 1px solid #65b7cc !important;
}

form.form-card {
  position: relative;
}

svg#icon_recovery {
  color: #65b7cc;
}

a.signUP {
  /* color: #39497e; */
  color: #616161;
}

label.rememberLogin {
  font-size: 14px;
  font-weight: 600;
}

p.haveAccount {
  text-align: center;
}

/* AVVISO MODAL */
.form-group.message_avviso {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#dResRecPas {
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

/* .btnModalSection {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.row_modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


h3.title {
  text-transform: initial;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: rgb(49, 38, 29);
  font-family: 'Atlantis-regular';
  letter-spacing: 0px;
}

span.account_login {
  color: #fad200;
}

.accesso_login_text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

span.b_text_login {
  font-weight: 600;
}

.btn:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  background: #2d251a !important;
  color: #ffd000 !important;
  /* font-weight: 100 !important; */
}



/* ****************************** */
/* MEDIA QUERY */
@media (min-width: 768px)and (max-width: 1024px) {
  .login_section {
    width: 100%;
  }

  .btn_log_section p {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .modal-header {
    height: 300px;
  }

  .login_section {
    width: 100%;
    padding: 25px 25px;
  }

  .btn_log_section p {
    text-align: center;
    font-size: 14px;
  }

  .col-sm-8.rec_col {
    width: 100%;
  }

  h3.recovery_title {
    text-transform: uppercase;
    margin: 30px auto;
    color: #65b7cc;
    text-align: center;
    font-weight: 500;
  }
}