/*
Compile-Minify: true
Compile-Area: account
Compile-OutputGroup: headtag
Compile-Exports: signup
Compile-Dependencies: bootstrap
*/

.signup-section-left {
    width: 49%;
}

.signup-section-left .signup-image-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.signup-section-right {
  width: 35.7%;
  margin: auto auto;
}

.register-text {
  font-family: Oswald;
  font-size: 64px;
  font-weight: 700;
  line-height: 90px;
}

.new-address-book-data {
    width: 37.7%;
    margin-left: auto;
    margin-right: auto;
}


.new-address-book-data input[type="text"] {
    width: 100%;
}

.signup-section-right label {
    padding: 10px 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.signup-section-right input[type="email"],
.signup-section-right input[type="text"],
.signup-section-right input[type="password"],
.signup-section-right input[type="tel"] {
    height: 3rem;
    padding: 0 .75rem;
    border: .063rem solid #949494;
    border-radius: 4px;
    gap: 10px;
}

.select-styling {
    height: 58px;
    border: .063rem solid #949494;
    border-radius: 10px;
    gap: 10px;
}

#create-new-address {
    background-color: #383634;
}

.signup-section-right button {
    font-family: 'RefregratorDx', sans-serif;
    width: 11.688rem;
    height: 3rem;
    background-color: #000;
    /* padding: 27px 67px 27px 67px; */
    border-radius: 4px;
    border: 1px;
    gap: 10px;
    margin-top: 20px;
    color: #fff;
    font-size: clamp(.8rem, 2vw, 1rem) !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11rem;
}

.link-to-login p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  padding: 15px 0;
}

.link-to-login a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #383634;
  padding: 15px 15px;
}

@media (min-width: 768px) and (max-width: 992px){
    .new-address-book-data {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .new-address-book-data {
        width: 80.7%;
        margin-left: auto;
        margin-right: auto;
    }

    .signup-section-left {
        width: 100%;
    }
  .signup-section-right {
    width: 90%;
    margin: auto auto;
  }
}