:root {
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --primary-orange: rgba(255, 210, 51, 1);
    --parragraph-font-family: "Inter", Helvetica;
    --parragraph-font-weight: 400;
    --parragraph-font-size: 16px;
    --parragraph-letter-spacing: 0px;
    --parragraph-line-height: 24px;
    --parragraph-font-style: normal;
    --button-font-family: "Inter", Helvetica;
    --button-font-weight: 700;
    --button-font-size: 16px;
    --button-letter-spacing: 0px;
    --button-line-height: 20px;
    --button-font-style: normal;
    --variable-collection-lila-AI: rgba(195, 144, 225, 1);
    --variable-collection-peach-AI: rgba(239, 198, 155, 1);
}

body {
    margin: 0;
    background-color: #000000;
}

.frame {
    background-color: #000000;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    
    grid-template-columns: 1fr 1fr;
    height: 100%;
    max-height: 100dvh;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.frame .div {
    background-color: #ffffff;
    width: 100%;
    /*height: 1117px;*/
    /*position: relative;*/
}

.frame .form {
    background-color: #ffffff;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    /*position: relative;*/
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.form > *{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 22px;
    /*width: 90%;*/
    padding:  4px;
    padding-top: 40px;
    max-width: 340px;
    margin: 0 auto;
    
}

.frame .rectangle {
    /*position: absolute;*/
    /*width: 864px;*/
    /*height: 1117px;*/
    /*top: 0;*/
    /*left: 0;*/
    background-color: transparent;
}

.frame .text-wrapper {
    /*position: absolute;*/
    width: 100%;
    /*top: 199px;*/
    /*left: 981px;*/
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: #121212;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}

.frame .title-wrapper {
    /*position: absolute;*/
    width: 100%;
    /*top: 60px;*/
    /*left: 981px;*/
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: #121212;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}

.frame .nav-wrapper {
    /*position: absolute;*/
    width: 100%;
    /*top: 160px;*/
    /*left: 981px;*/
}

.frame .text-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*align-items: flex-start;*/
    gap: 24px;
    /*position: absolute;*/
    /*top: 280px;*/
    /*left: 981px;*/
}

.frame .email {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .label {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--black);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    background: transparent;
    border: none;
    padding: 0;
}

.frame .label-wrapper {
    padding: 12px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 12px;
    border: 1px solid;
    border-color: #000000;
    background: none;
    flex: 1;
    margin-top: -1px;
    font-family: var(--parragraph-font-family);
    font-weight: var(--parragraph-font-weight);
    color: #000000;
    font-size: var(--parragraph-font-size);
    letter-spacing: var(--parragraph-letter-spacing);
    line-height: var(--parragraph-line-height);
    font-style: var(--parragraph-font-style);
}

.frame .label-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter-SemiBold", Helvetica;
   /* font-weight: 600;*/
    color: var(--black);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.frame .div-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 12px;
    border: 1px solid;
    border-color: #000000;
}

.frame .label-3 {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: var(--parragraph-font-family);
    font-weight: var(--parragraph-font-weight);
    color: #000000;
    font-size: var(--parragraph-font-size);
    letter-spacing: var(--parragraph-letter-spacing);
    line-height: var(--parragraph-line-height);
    font-style: var(--parragraph-font-style);
}

.frame .div-2 {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    /*position: absolute;*/
    /*top: 664px;*/
    /*left: 981px;*/
}

.frame .label-4 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #575757;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.frame .label-5 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: #7635f4;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.frame .btn-login {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: flex-start;
    /*position: absolute;*/
    /*top: 568px;*/
    /*left: 981px;*/
    cursor: pointer;
    text-decoration: none;
}

.frame .btn-register {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: flex-start;
    /*position: absolute;*/
    /*top: 668px;*/
    /*left: 981px;*/
    cursor: pointer;
    text-decoration: none;
}

.frame .btn-login:disabled {
    opacity: 0.5;
}

.frame .primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: #7635f4;
    border-radius: 12px;
}

.frame .text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    color: var(--white);
    font-size: var(--button-font-size);
    letter-spacing: var(--button-letter-spacing);
    line-height: var(--button-line-height);
    white-space: nowrap;
    font-style: var(--button-font-style);
}

.frame .div-3 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    /*position: absolute;*/
    /*top: 722px;*/
    /*left: 981px;*/
}

.frame .line {
    position: relative;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.frame .label-6 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    white-space: nowrap;
}

.frame .div-4 {
    display: flex;
    align-items: center;
    gap: 50px;
    /*gap: 345px;*/
    /*position: absolute;*/
    /*top: 512px;*/
    /*left: 981px;*/
}

.frame .div-5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.frame .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.frame .label-7 {
    position: relative;
    width: fit-content;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.frame .label-8 {
    position: relative;
    width: fit-content;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #575757;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.frame .p {
    /*position: absolute;*/
    /*height: 18px;*/
    /*top: 1050px;*/
    /*left: 1062px;*/
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    /*white-space: nowrap;*/
}

.frame .span {
    color: #000000;
}

.frame .text-wrapper-2 {
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: #7635f4;
    text-decoration: underline;
}

.frame .text-wrapper-3 {
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: #7635f4;
}

.frame .div-6 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
    /*position: absolute;*/
    /*top: 781px;*/
    /*left: 981px;*/
}
.frame .div-6 .link{
    width: 100%;
}
.frame .div-7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid;
    border-color: #cccccc;
}

.frame .img-2 {
    position: relative;
    width: 28px;
    height: 28px;
}

.frame .div-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.frame .text-wrapper-4 {
    width: fit-content;
    margin-top: -1px;
    white-space: nowrap;
    position: relative;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.frame .div-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-radius: 12px;
    border: 1px solid;
    border-color: #cccccc;
}

.frame .text-wrapper-5 {
    flex: 1;
    text-align: center;
    position: relative;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.checkField {
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #000000;
    appearance: none;
    border-radius: 4px;

}

.checkField:checked {
    background-image: url("../images/property-1-variant2.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
}

.checkField:checked::before {
    display: block;
    text-align: center;
    color: white;
    font-size: 12px;
}

.checkField:checked::after {
    content: '';
}


.link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 28px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid;
    border-color: #cccccc;
}


.link-forgot-pass {
    text-decoration: none;
}

.link-forgot-pass:hover {
    text-decoration: none;
    color: #7635f4;
}
.link-forgot-pass:visited {
    text-decoration: none;
    color: #000000;

}

.password {
    padding: 12px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 12px;
    border: 1px solid;
    border-color: #000000;
    background: none;
    flex: 1;
    margin-top: -1px;
    font-family: var(--parragraph-font-family);
    font-weight: var(--parragraph-font-weight);
    color: #000000;
    font-size: var(--parragraph-font-size);
    letter-spacing: var(--parragraph-letter-spacing);
    line-height: var(--parragraph-line-height);
    font-style: var(--parragraph-font-style);
}


.text-danger {
    /*position: absolute;*/
    /*top: 240px;*/
    /*left: 981px;*/
    color: red;
    align-self: flex-start;
    margin-top: -20px;
    margin-left: 20px;
}



select {
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 16px;
    border: 1px solid #000000;
    border-radius: 12px;
   /* height: 65px;   */
    background: #fff;
    margin: 0 5px 5px 0;
    font-family: var(--parragraph-font-family);
    font-weight: var(--parragraph-font-weight);
    font-size: var(--parragraph-font-size);
    letter-spacing: var(--parragraph-letter-spacing);
    line-height: var(--parragraph-line-height);
    font-style: var(--parragraph-font-style);
}

@media (min-width: 728px) {
    .frame {
        display: grid;
    }
    .form > *{
        padding: 40px 14px;
    }
    .background-wrapper{
        display: flex;
        max-height: 100dvh;
    }
   
}
@media (min-width: 1024px) {
    
    .form > *{
        max-width: 580px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .frame .div-6 {
        flex-direction: row;
    }
    .frame .div-6 .link{
       width: auto;
    }
}
