.no-desk {
    display: none;
}


/* Login */
.login-doctor {
    position: relative;
    background-color: #f9f7ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 650px;
}

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

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

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

.ld-inputs > h1 {
    font-family: "Gordita-bold";
    font-weight: 700;
    color: #152D5A;
    font-size: clamp(50px,5.21vw,130px);
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin: 0;
    width: 100%;
}

.ld-inputs > h2 {
    font-family: "Gordita";
    font-weight: 400;
    color: var(--brand-colorprimary);
    font-size: clamp(12px,1.5vw,35px);
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    width: 100%;
    margin: 1% 0 2% 0;
    text-align: center;
}

.ld-inputs-container {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: auto;
    gap: 15px;
}

.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;
}

.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;
}

.ld-input1, .ld-input2 {
    height: auto;
    width: auto;
}

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

.ld-input1 > div, .ld-input2 > div {
    position: relative;
    width: 100%;
    height: 40px;
}

.ld-input1 > div > input {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f9f7ff;
    border-radius: 10.22px;
    outline: none;
    border: 1.5px solid #6981AC;
    padding-left: 15%;
}

.ld-input1 > div > img {
    position: absolute;
    width: 5%;
    height: auto;
    object-fit: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4%;
}

.ld-input2 > div > input {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f9f7ff;
    border-radius: 10.22px;
    outline: none;
    border: 1.5px solid #6981AC;
    padding: 0 12% 0 15%;
}

.ld-input2 > div > .img1 {
    position: absolute;
    width: 5%;
    height: auto;
    object-fit: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2%;
    cursor: pointer;
}

.ld-input2 > div > .img2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4%;
    width: 5%;
    height: auto;
}

.ld-remember {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ld-remember > input {
    width: calc(16 / 1920 * 100vw);
    height: calc(16 / 1080 * 100vh);
    background-color: #ffffff;
    border-radius: 5.11px;
}

.ld-remember > p {
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    color: #152d5a;
    font-size: calc(17.1 / 1920 * 100vw);
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin-left: 10px;
}

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

.ld-inputs-container > a {
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    color: #152d5a;
    font-size: calc(17 / 1920 * 100vw);
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
}

.ld-inputs-container > .line {
    width: 100%;
    height: 1px;
    background: rgba(105, 129, 172, 0.35);
}

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

.ld-inputs-container > .dont-have-an-accout > span {
    font-family: "Gordita-Regular", Helvetica;
    font-weight: 400;
    color: #152d5a;
    font-size: calc(18.4 / 1920 * 100vw);
    letter-spacing: 0;
}

.ld-inputs-container > .dont-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;
}
/* Login End */

@media  screen and (min-width: 2000px){ 
    .ld-input1 > div, .ld-input2 > div {
        height: 60px;
    }
}
