.form-title {
    margin-bottom: 4.9rem;
    color: #0b1f35;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-title:before {
    width: 3rem;
    background-color: #46a1f2;
}

.form-title:after,
.form-title:before {
   position: absolute;
    display: inline-block;
    content: '';
    top: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    right: 16%;
}

.form-title:after {
    width: 12.9rem;
    max-width: -webkit-calc(100% - 30rem);
    max-width: calc(100% - 30rem);
    background-color: #d4e9fc;
}

.form-title span {
    display: inline-block;
    width: 100%;
    max-width: 30rem;
}

.login-box {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 540px;
    padding: 7rem 4.7rem;
    box-shadow: 0 2rem 5.5rem rgba(195, 195, 195, .4);
    border-radius: .5rem;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-left: 4px solid #f44336;
    margin-bottom: 20px;
}

.form-label {
    display: inline-block;
    margin-bottom: 1.4rem;
    font-size: 12px;
    font-weight: 400;
    color: #858f9a;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    width: 100%;
}

.form_input {
    padding: 18px 60px 18px 20px;
    border-radius: .5rem;
    border: 1px solid #cbe7ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    outline: 0;
    color: #858f9a;
    font-size: 12px;
    font-weight: 400;

}

.box-position {
    position: relative;
}

.form-group__icon {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.6rem;
    height: 50%;
    right: 0;
    top: 67%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(70, 161, 242, .3);
    font-size: 1.8rem;
    z-index: 999;
}

.show-password {
    color: #858f9a;
    font-size: 12px;
    font-family: 'Playfair Display', serif;
}

#showPass {
    color: #858f9a;
    font-size: 12px;
    font-family: 'Playfair Display', serif;
}

.form-buttons {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3rem;
    gap: 25px;
}

form__button--gradient {
    max-width: 26rem;
    -webkit-box-shadow: 0 1rem 4rem rgba(243, 85, 68, .3);
    box-shadow: 0 1rem 4rem rgba(243, 85, 68, .3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe6f5f), to(#f1503e));
    background-image: -webkit-linear-gradient(top, #fe6f5f 0, #f1503e 100%);
    background-image: -o-linear-gradient(top, #fe6f5f 0, #f1503e 100%);
    background-image: linear-gradient(to bottom, #fe6f5f 0, #f1503e 100%);
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14rem;
}

.form__button {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 159px;
    padding: 24px 39px;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    box-shadow: 0 2rem 5.5rem rgba(195, 195, 195, .4);
    color: #0b1f35;
    text-transform: uppercase;
    letter-spacing: .14rem;
    border: 1px solid #f35544;
    text-decoration: none;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;

}

.form-links__item,
.form__button,
.form__button--gradient {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
}

.form__button,
.form__input {
    width: 100%;
    background-color: #fff;
    outline: 0;
}

.form__button--gradient {
    max-width: 260px !important;
    box-shadow: 0 1rem 4rem rgba(243, 85, 68, .3);
    background-image: linear-gradient(to bottom, #fe6f5f 0, #f1503e 100%);
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14rem;
}

.form__button--gradient:hover {
    box-shadow: 0 2rem 4rem rgba(243, 85, 68, .6);
}

.form-links-1:before {
    width: 3rem;
    background-color: #46a1f2;
}

.form-links-1:after,
.form-links:before {
    position: absolute;
    display: inline-block;
    content: '';
    transform: translateY(-50%);
    height: 1px;
}

.form-group__icon-1,
.form-links-1:after,
.form-links-1:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
   right: 14%;
    bottom: 14%;
}

.form-links-1:after {
    width: 12.9rem;
    max-width: -webkit-calc(100% - 30rem);
    max-width: calc(100% - 30rem);
    background-color: #d4e9fc;
}

.form-links__item {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    color: #858f9a;
}

.form-mt {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #858f9a;
}

.form-decorations {
    width: 100%;
    height: 145%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.form-decorations__logo {
    width: 100%;
    height: 100%;
    max-width: 22.9rem;
    max-height: 9.9rem;
    top: 17.4rem;
    left: 16px;
}

.form-decorations,
.form-decorations__item {
    position: absolute;
}

.form-decorations__item img {
    max-width: 100%;
    max-height: 100%;
}

.form-decorations__item:nth-child(2) {
    width: 100%;
    height: 100%;
    max-width: 34rem;
    max-height: 24rem;
    left: 9.3rem;
    top: 25rem;
}

.form-decorations__item:nth-child(3) {
    width: 100%;
    height: 100%;
    max-width: 32.8rem;
    max-height: 28.4rem;
    left: 15.3rem;
    top: 27rem;
}

.form-decorations__item:nth-child(4) {
    width: 100%;
    height: 100%;
    max-width: 48.6rem;
    max-height: 42rem;
   left: 33.2rem;
    bottom: 37.4rem;
}

.form-decorations__item:nth-child(5) {
    width: 100%;
    height: 100%;
    max-width: 47.8rem;
    max-height: 39.6rem;
    top: -9.1rem;
    right: -25.7rem;
}

.form-decorations__item:nth-child(6) {
    width: 100%;
    height: 100%;
   max-width: 29.6rem;
    max-height: 37rem;
    top: 3rem;
    right: 24rem;
}

.form-decorations__item:nth-child(7) {
    width: 100%;
    height: 100%;
    max-width: 80.4rem;
    max-height: 86.4rem;
    top: 20.4rem;
    right: -32.4rem;
    z-index: -10;
}

.form-decorations__item:nth-child(8) {
    width: 100%;
    height: 100%;
    max-width: 22rem;
    max-height: 24.1rem;
    bottom: -15.5rem;
}
.form-decorations__item:nth-child(9) {
    width: 100%;
    height: 100%;
       top: -85px;
    left: -16%;
    z-index: -1;
}
.form-section {
    padding: 1rem;
    background-color: #F1F1F1;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #eee;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.form-box {
  background: transparent;
  padding: 30px 40px;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
}

.form-box h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.form-box label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin: 10px 0 5px;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.progress-bar {
  position: relative;
  height: 8px;
  background: #ddd;
  margin-top: 5px;
  border-radius: 4px;
}

.progress {
  height: 100%;
  background: #444;
  width: 0%;
  color: white;
  font-size: 10px;
  text-align: center;
}

.progress-tooltip {
  font-size: 11px;
  background: #444;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  position: absolute;
  top: -25px;
  right: 0;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-box img {
  height: 40px;
}

.captcha-box input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.terms {
  margin-top: 15px;
  font-size: 14px;
}

.terms input {
  margin-right: 5px;
}

.terms a {
  color: #007bff;
  text-decoration: none;
}

.actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.actions button {
  background: #3498db;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.actions a {
  color: #007bff;
  text-decoration: none;
}
