.no-desk {
    display: none;
}

/* Register */
.register {
    position: relative;
    height: 100vh;
    width: 100%;
    min-height: 650px;
}

.register > img {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 18%;
    height: auto;
}

.re-cont {
    background-color: #f9f7ff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.re-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.re-content > h1 {
    color: #000000;
    font-size: clamp(12px, 1.3vw, 35px);
    font-family: "Gordita";
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    width: 50%;
}

.re-content > h2 {
    font-family: "Gordita-bold";
    font-weight: 700;
    color: var(--brand-colorprimary);
    font-size: clamp(50px, 5.21vw, 130px);
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    width: 50%;
    margin: 0 0 5% 0;
    text-align: center;
    line-height: 80%;
}

.re-input-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: auto;
    gap: 20px;
}

.log-in-google {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f9f7ff !important;
    border: 1px solid #6981AC !important;
    border-radius: 10px;
    box-shadow: none !important;
    gap: 2% !important;
}

.log-in-google > img {
    height: auto;
    width: 5%;
}

.log-in-google > p {
    font-family: "gordita";
    font-size: clamp(10px,1vw,30px);
    color: #000000;
    font-weight: 400;
}

.line-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(10px, 1vw, 30px);
}

.line-container > div {
    height: 1px;
    width: 40%;
    background-color: #6981AC59;
    opacity: 0.35;
}

.re-inputs {
    width: auto;
    height: auto;
}

.re-inputs > h3 {
    color: #1f4283a1;
    font-size: calc(18.4 / 1920 * 100vw);
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 5px;
}

.re-inputs > div {
    width: 100%;
    height: 40px;
    position: relative;
}

.re-inputs > div > .img1 {
    position: absolute;
    width: 5%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4%;
    object-fit: contain;
    z-index: 1;
}

.re-inputs > div > .img2 {
    position: absolute;
    width: 5%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4%;
    object-fit: contain;
    z-index: 1;
}

.re-inputs > div > .img3 {
    position: absolute;
    width: 5%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4%;
    object-fit: contain;
    z-index: 1;
}

.re-inputs > div > .img4 {
    position: absolute;
    width: 5%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2%;
    object-fit: contain;
    z-index: 1;
    cursor: pointer;
}

#input-password-register {
    padding-right: 13%;
}

.re-inputs > div > input {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f9f7ff;
    border-radius: 10.22px;
    border: 1.5px solid #6981AC;
    outline: none;
    padding-left: 15%;
    font-size: calc(18.4 / 1920 * 100vw);
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.re-input-container > button {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #1F4283;
    border-radius: 10.22px;
    overflow: hidden;
    box-shadow: 0px 0px 26.58px #00000014;
    cursor: pointer;
    color: #FFF;
    font-size: calc(24.5 / 1920 * 100vw);
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.have-an-accout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4%;
}

.have-an-accout > p {
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    color: #152d5a;
    font-size: calc(18.4 / 1920 * 100vw);
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.have-an-accout > a {
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 500;
    color: #152d5a;
    font-size: calc(18.4 / 1920 * 100vw);
    letter-spacing: 0;
    text-decoration: underline !important;
}

.register .line {
    width: 100%;
    height: 1px;
    background: rgba(105, 129, 172, 0.35);
}
/* Register End */

@media  screen and (min-width: 2000px){ 
    .re-inputs > div {
        height: 60px;
    }
}
