@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Oswald|Roboto";
body {
  margin: 0 !important;
  width: 100%;
  padding-top: 25px;
  min-height: 100vh;
  height: auto !important;
  font-family: roboto, sans-serif;
  background-image: linear-gradient(80deg, #f71735 30%, #485563 100%), url('../image/datacenter.webp');
  background-color:  linear-gradient(80deg, #f71735 100%, #485563 100%);
  background-position: center; 
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover; 
  position: relative;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
h1.title {
  font-size: 60px;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
h3.title {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
}
.title_top {
  width: 100%;
  color: #333;
  height: 75px;
  margin-top: -25px;
  margin-bottom: -25px !important;
}
.title_top h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  padding-top: 25px;
}
img.anamo_login_logo {
  width: 350px;
  margin-top: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.register_form {
  margin-top: -70px;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container {
  position: relative;
  width: 600px;
  margin: 30px auto 0;
  height: 320px;
  background-color: #f71735;
  background-image: linear-gradient(147deg, #f71735 0%, #db3445 74%);
  color: #fff;
  top: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 100px;
}
.container .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .container-forms {
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.19);
}
.container .btn_shift {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .btn_shift:hover {
  opacity: 0.7;
}
.container .btn,
.container input {
  padding: 10px 15px;
  font-size: 16px;
}
.container input {
  margin: 0 auto 15px;
  display: block;
  width: 220px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container .container-forms .container-info {
  text-align: left;
  font-size: 0;
}
.container .container-forms .container-info .info-item {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  width: 300px;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container .container-forms .container-info .info-item p {
  font-size: 20px;
  margin: 20px;
}
.container .container-forms .container-info .info-item .btn_shift {
  background-color: transparent;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.container .container-forms .container-info .info-item .table-cell {
  padding-right: 35px;
}
.container
  .container-forms
  .container-info
  .info-item:nth-child(2)
  .table-cell {
  padding-left: 35px;
  padding-right: 0;
}
.container .container-form {
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: -30px;
  width: 305px;
  height: 380px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.19);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .container-form:before {
  content: "✔";
  position: absolute;
  left: 160px;
  top: -50px;
  color: #5356ad;
  font-size: 130px;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .container-form .btn {
  position: relative;
  margin-top: 10px;
  width: 85%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
.container .form-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .form-item.sign-up {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.container.log-in .box:before {
  position: absolute;
  left: 180px;
  top: 62px;
  height: 265px;
}
.container.log-in .box:after {
  top: 22px;
  left: 192px;
  width: 324px;
  height: 220px;
}
.container.log-in .container-form {
  left: 265px;
  height: 600px;
}
.container.log-in .container-form .form-item.sign-up {
  left: 0;
  opacity: 1;
}
.container.log-in .container-form .form-item.log-in {
  left: -100%;
  opacity: 0;
}
.container.active {
  width: 260px;
  height: 140px;
  margin-top: -70px;
}
.container.active .container-form {
  left: 30px;
  width: 200px;
  height: 200px;
}
.container.active .container-form:before {
  content: "✔";
  position: absolute;
  left: 51px;
  top: 5px;
  color: #5356ad;
  font-size: 130px;
  opacity: 1;
}
.container.active input,
.container.active .btn,
.container.active .info-item {
  display: none;
  opacity: 0;
  padding: 0;
  margin: 0 auto;
  height: 0;
}
.container.active .form-item {
  height: 100%;
}
.container.active .container-forms .container-info .info-item {
  height: 0%;
  opacity: 0;
}
footer {
  margin-top: 100px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 200;
}
.container span.anamo_span_help_block {
  color: #cf000f !important;
  text-align: center !important;
  font-weight: 300 !important;
}
@media (max-width:450px) {
    img.anamo_login_logo {
        width: 60%;
      }
    .container{
        width: 100%;
        height:auto
    }
    .container .container-form {
        left: 2.5%;
        top: -30px;
        width: 95%;
      }
      .container .container-forms .container-info .info-item {
        width: 100%;
      }
      .container .form-item.sign-up {
        top: 100%;
      }

      .container.log-in .container-form {
        top: 265px;
        left: 2.5%;
      }
      .container.log-in .container-form .form-item.sign-up {
        top: 0;
        left: 2.5%;
      }
      .container.log-in .container-form .form-item.log-in {
        top: -100%;
        left: 2.5%;
      }
      .container
 
  .table-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}
.btn_forgot_password{
  color: black;
  font-size: 14px;
  margin-top:0
}
.btn_forgot_password .btn{
  font-size: 14px;
  margin-top: 0 !important;
}

.forgot-password{
  color:black;
}
.forgot-password .title_top{
  width: auto;
  padding: 0 25px;
  margin: auto !important;
  height: auto;
}
.forgot-password .title_top h3{
  margin-bottom: 5px;
}


/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #333;
}

.modal-content p {
  font-size: 1rem;
  color: #666;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  /* z-index: 20; */
  font-size: 1.5rem;
  cursor: pointer;
  color: #000;
}