.main-div {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.card {
    padding: 35px 30px;
    max-width: 445px;
    width: 100%;
    min-height: 425px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.login-card {
    background-color: rgba(171,147,112,0.1);
    border: 1px solid #e1e1e1;
    height: 100%;
}

.signup-card {
    background-color: #35717f;
    height: 100%;
  }
  
.title {
    font-size: 24px;
    margin-bottom: 3rem;
}

.subtitle {
    color: #030303;
    font-size: 12px;
    /* font-family: "Lora"; */
    font-weight: 500;
    line-height: 16px;
  }
.signup-card input[type="text"], .signup-card input[type="password"], .login-card input[type="text"], .login-card input[type="password"] {
    max-width: 378px;
    width:95%;
    min-height: 53px;
    padding: 0px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    /* font-family: "Lora"; */
    line-height: 18px;
    outline: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.address-input-placeholder-en::placeholder {
    font-family: 'Lora', serif;
}
.address-input-placeholder-ar::placeholder {
    font-family: 'El Messiri', sans-serif;
}
.signup-card input[type="text"], .signup-card input[type="password"] {
    width: 100%;
}

.main-btn {
    width: auto;
}

.forget-link {
    color: #858585;
    font-size: 12px;
    /* font-family: "Lora"; */
    line-height: 16px;
    text-align: right;
    margin-top: 0.5rem;
    height: 16px;
}

#id_remember {
    accent-color: #35717f;
    mix-blend-mode: multiply;
}

#id_terms {
    accent-color: #c7ab91;
    mix-blend-mode: lighten;
}

.placeholder-span-en {
    position: absolute;
    top: 26px;
    left: 10px;
    color: #c0bdbd;
    font-size: 14px;
    z-index: 0;
}
.placeholder-span-ar {
    position: absolute;
    top: 26px;
    right: 10px;
    color: #c0bdbd;
    font-size: 14px;
    z-index: 0;
}
.placeholder-span-en::after {
    content: '*';
    color: #c0bdbd;
    top: -4px;
    right: -10px;
    position: absolute;
}
.placeholder-span-ar::after {
    content: '*';
    color: #c0bdbd;
    top: -4px;
    left: -10px;
    position: absolute;
}

.id_last_name_en {
    left: 205px;
}
.id_last_name_ar {
    right: 205px;
}

.input-divs {
    width:378px;
    position: relative;
}

.error-span {
    color: #c88b6b;
    font-size: 12px;
}

.fname_input, .lname_input {
    width:185px!important;
}

.terms-label a{
    font-size: 12px;
    color: white;
}

/* .signup-link, .login-link {
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
} */
.signup-button {
    width:378px;
    margin-top: 1rem;
}
#signup-form {
    width: auto;
}
@media screen and (max-width:400px) {
    .card {
        padding: 20px;
    }
    .title {
        margin-bottom: 1rem;
    }
    .fname_input, .lname_input {
        width: 169px!important;
    }
    .input-divs {
        width: 350px;
    }
    #signup-form {
        width: 100%;
    }
    .signup-button {
        width:340px;
    }
    .id_last_name_en {
        left: 190px;
    }
    .id_last_name_ar {
        right: 190px;
    }
    .reverse-margin-10-en {
        margin-right: 5px;
    }
    .reverse-margin-10-ar {
        margin-left: 5px;
    }
}
.guest-div {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 12px;
}

.guest-btn {
    background-color: #35717f;
}
.captcha{
    margin-right:1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.google-link{
    width: -webkit-fill-available;
    background-color: white;
    color: black;
    justify-content: center;
    margin-bottom: 0.25rem;
}
.google-link a{
    margin: auto;
    color: #000000;
}
.google-link a:visited, .google-link a:hover {
    color: #000000;
}
.google-link img, .apple-link img {
    width:25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
}
.apple-link a{
    margin: auto;
    color: #ffffff;
}
.apple-link a:visited, .google-link a:hover {
    color: #ffffff;
}
.apple-link{
    width: -webkit-fill-available;
    background-color: black;
    color: white;
    justify-content: center;
}
.or-div {
    display: flex;
    justify-content: center;
    height: fit-content;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.or-line {
    background-color: #ab9370;
    display: inline;
    width:45%;
    height: 1px;
}

.or-div span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}