@media screen and (min-width: 1024px) and (max-width: 3072px) /* Desktop stylesheet */
{
    body{
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    main{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .TL-login-CLS{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .FM-login-CLS{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .IMG-login-CLS{
        width: 80%;
        border-radius: 40%;
    }
    .FRM-login-CLS{
        width: 80%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .DV-login-CLS{
        width: 90%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .IPT-login-CLS{
        width: 100%;
        height: 55px;
        border: 1px solid grey;
        background-color: rgba(223, 222, 197, 0.314);
        border-radius: 14px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .IPT-login-CLS:-webkit-autofill{
        width: 100%;
        height: 55px;
        border: 1px solid grey;
        background-color: rgba(119, 115, 1, 0.314);
        border-radius: 14px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .LBL-login-CLS{
        margin: 5px 0 3px 10px;
        font-weight: bolder;
        font-size: 1rem;
    }
    .IPT-submit-CLS{
        width: 25%;
        height: 50px;
        border-radius: 14px;
        margin: 30px 0 0 0;
        border: none;
        background-color: rgb(9, 154, 9);
        color: white;
        font-size: 1.2rem;
    }
    .H1-title-CLS{
        font-size: 1.8rem;
    }
    .A-link-CLS{
        margin: 25px 0;
        font-weight: bolder;
        color: rgb(59, 59, 59);
    }
    .exitMessage{
        width: fit-content;
        height: 6vh;
        border-radius: 50px;
        color: white;
        position: fixed;
        top: 2vh;
        right: 1vw;
        background-color: var(--orange-monkey);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 10;
        font-weight: bolder;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) /* Tablet stylesheet */
{
    body{
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    main{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .TL-login-CLS{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .FM-login-CLS{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .IMG-login-CLS{
        width: 80%;
        border-radius: 40%;
    }
    .FRM-login-CLS{
        width: 80%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .DV-login-CLS{
        width: 90%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .IPT-login-CLS{
        width: 100%;
        height: 55px;
        border: 1px solid grey;
        background-color: rgba(223, 222, 197, 0.314);
        border-radius: 14px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .IPT-login-CLS:-webkit-autofill{
        width: 100%;
        height: 55px;
        border: 1px solid grey;
        background-color: rgba(119, 115, 1, 0.314);
        border-radius: 14px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .LBL-login-CLS{
        margin: 5px 0 3px 10px;
        font-weight: bolder;
        font-size: 1rem;
    }
    .IPT-submit-CLS{
        width: 25%;
        height: 50px;
        border-radius: 14px;
        margin: 30px 0 0 0;
        border: none;
        background-color: rgb(9, 154, 9);
        color: white;
        font-size: 1.2rem;
    }
    .H1-title-CLS{
        font-size: 1.8rem;
    }
    .A-link-CLS{
        margin: 25px 0;
        font-weight: bolder;
        color: rgb(59, 59, 59);
    }
    .exitMessage{
        width: fit-content;
        height: 6vh;
        border-radius: 50px;
        color: white;
        position: fixed;
        top: 2vh;
        right: 1vw;
        background-color: var(--orange-monkey);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 10;
        font-weight: bolder;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) /* Mobile stylesheet */
{
    body{
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    main{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .TL-login-CLS{
        width: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .FM-login-CLS{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .IMG-login-CLS{
        width: 80%;
        border-radius: 40%;
    }
    .FRM-login-CLS{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .DV-login-CLS{
        width: 90%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .IPT-login-CLS{
        width: 100%;
        height: 55px;
        border: 1px solid grey;
        background-color: rgba(223, 222, 197, 0.314);
        border-radius: 14px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .IPT-login-CLS:-webkit-autofill{
        width: 100%;
        height: 55px;
        border: 1px solid grey;
        background-color: rgba(119, 115, 1, 0.314);
        border-radius: 14px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.1rem;
    }
    .LBL-login-CLS{
        margin: 5px 0 3px 10px;
        font-weight: bolder;
        font-size: 1rem;
    }
    .IPT-submit-CLS{
        width: 50%;
        height: 46px;
        border-radius: 50px;
        margin: 30px 0 0 0;
        border: none;
        background-color: rgb(9, 154, 9);
        color: white;
        font-size: 1.2rem;
    }
    .H1-title-CLS{
        font-size: 1.8rem;
    }
    .A-link-CLS{
        margin: 25px 0;
        font-weight: bolder;
        color: rgb(59, 59, 59);
    }
    .exitMessage{
        width: fit-content;
        height: 6vh;
        border-radius: 50px;
        color: white;
        position: fixed;
        top: 2vh;
        right: 1vw;
        background-color: var(--orange-monkey);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 10;
        font-weight: bolder;
        box-sizing: border-box;
        padding: 0 16px;
        font-size: 1.2rem;
    }
}