::selection {
    background: #fa4299;
    color: #fff;
}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
    form .btn input[type="submit"] {
        height: 100%;
        width: 100%;
        z-index: 1;
        margin-right: -21px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
    .wrapperr_reset {
        margin: 37px 7px 26px 340px !important;
    }

    /* i.fas.fa-arrow-right {


        margin-left: -95px;
    } */

    form .btn input[type="submit"] {
        height: 100%;
        width: 100%;
        right: 29px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 500px) {
    .titleloginn {
        margin-left: 31px !important;
        /* margin-right: -39px; */
        font-size: 18px !important;
    }

    form .btn input[type="submit"] {
        height: 100%;
        width: 100%;
        z-index: 1;
        margin-right: 5px !important;
    }

    label.areyou {
        margin-top: 20px;
    }

    /* .btn i {

            position: relative;
            top: 1px;
            margin-left: -50px;
        } */
    .wrapperr .title {

        font-size: 20px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {

    .wrapperr_reset {
        margin: 37px 7px 26px 14 140px !important;
    }

}

@media screen and (min-width: 319px) and (max-width: 320px) {

    label.areyou {
        margin-top: 20px;
    }

    /* i.fas.fa-arrow-right {
        margin-left: -30px;
    } */

    .wrapperr .title {

        font-size: 16px !important;
    }

    .wnat-cen {
        right: 8px !important;
    }

    .titleloginn {
        font-size: 18px !important;
        color: #000;
        text-align: center !important;
    }

}

.wrapperr_reset {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 37px 7px 26px 14 140px;

    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

::selection {
    background: #fa4299;
    color: #fff;
}

.wnast-cen {
    margin-top: 50px;
}

.or-cent {
    text-align: center;
}


.custooom-hr {
    position: relative;
    border: none;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    /* background-color: black; */
}

.custooom-hr::before {
    content: "or";
    position: absolute;
    top: -17px;
    left: 50%;
    font-weight: 700;
    color: #465156;
    font-size: 18px;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 10px;
}


.custom-checkbox-container {
    width: 30px;
}


label.areyou {
    margin-top: 36px;
    color: black;
    font-weight: 500;
    font-size: 12px;
}

input#agree_terms {
    margin-right: 10px;
    margin-top: 12px;
}

.google-btn {
    display: flex;
    align-items: center;
}

.google-btn img {
    margin-right: 20px;
    /* Adjust the margin as needed */
}

.wrapperr_reset {
    display: grid;
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapperr_reset.title-text {
    display: flex;
    width: 200%;
}

.wrapperr_reset.title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperr_reset.slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(right, #00B207, #00B207, #00B207, #00B207);
    /* Updated background color */
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapperr_reset.form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field_reset input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field_reset input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field_reset input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field_reset input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #00B207;
    ;
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    margin-top: -14px;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #00B207, #00B207, #00B207, #00B207);
    /* Updated background color */
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}

form .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: -9px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.field_reset-icon {
    position: absolute;
    right: 15px;
    /* Adjust the right property as needed */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.field_reset-icon:hover {
    color: #57B846;
    /* Change the color on hover if needed */
}

.field_reset {
    position: relative;
    margin-bottom: 20px;
}


















/* sign in */


::selection {
    background: #fa4299;
    color: #fff;
}

.wrapperr {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapperr .title-text {
    display: flex;
    width: 200%;
}

.wrapperr .title {
    width: 50%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperr .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(right, #00B207, #00B207, #00B207, #00B207);
    /* Updated background color */
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapperr .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px !important;
}

/* .wnat-cen {
    position: relative;
    top: -4px;
    right: 20px;
} */

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #00B207;
    ;
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    margin-top: -14px;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #00B207, #00B207, #00B207, #00B207);
    /* Updated background color */
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}

form .btn:hover .btn-layer {
    left: 0;
}

.pass-link {
    display: flex;
    justify-content: space-between;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: -9px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.field-icon {
    position: absolute;
    right: 29px;
    top: 120%;
    transform: translateY(-50%);
    cursor: pointer;
}

.field-icon:hover {
    color: #57B846;
    /* Change the color on hover if needed */
}

.field {
    position: relative;
    margin-bottom: 20px;
}

.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #E4E7E9;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.google-btn:hover {
    background-color: #00B207;
}

.google-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #000;
    /* Google white color */
}

.google-text {
    font-size: 16px;
    color: #000;
    /* Google white color */
}





.login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* Google blue color */
    border: 1px solid #E4E7E9;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background-color: #00B207;
    /* Google hover blue color */
}

.google-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #000;
    /* Google white color */
}

.mac-icon {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    font-size: 24px;
    margin-right: 10px;
    color: #000000;
    /* Black color for Mac symbol */
}

.login-text {
    font-size: 16px;
    color: #000;
    /* Google white color */
}



.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-label {
    margin-left: 10px;
}


















.forget_text {
    font-size: 12px;
    color: #b3b3b3;
    text-align: center;
}


/* email_verify */


::selection {
    background: #fa4299;
    color: #fff;
}

.wrapperr {
    display: grid;
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapperr .title-text {
    display: flex;
    width: 200%;
}

.wrapperr .title {
    color: #000;
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperr .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(right, #00B207, #00B207, #00B207, #00B207);
    /* Updated background color */
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapperr .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 10px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #00B207;
    ;
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    margin-top: -14px;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #00B207, #00B207, #00B207, #00B207);
    /* Updated background color */
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}

form .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: -12px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.field-icon:hover {
    color: #57B846;
    /* Change the color on hover if needed */
}

.titleloginn {
    font-size: 27px;
    font-weight: 700;
    color: #000;
    text-align: center !important;
}

.wrapper_dataa {

    display: grid;
    height: 100%;
    width: 100%;
    place-items: center;
}

.foregetp_text {
    margin-top: 30px;
    font-size: 13px;
}
img.applee-icon {
    margin-right: 30px;
}span.google-text {
    position: relative;
    left: 8px;
}