@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Poppins:wght@400;500&display=swap');

/* Common styles */
    * {
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
    }
    :root {
        --red: #EE3825;
        --blue: #5E8BC8;
        --off_white: #ECECEC;
    }
    a {
        font-size: 14px;
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    .form-label {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .form-control {
        border: 1px solid var(--off_white)!important;
        font-size: 14px!important;
    }
    .error-message {
        font-size: 14px;
        color: var(--red);
        margin-top: 3px;
    }
    .single-form-input {
        margin-bottom: 20px;
    }
    .remember-me {
        display: inline-flex;
        align-items: center;
        color: gray;
    }
    .remember-me .checkbox {
        border-radius: 5px;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
        -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    }
    .remember-me .text {
        font-size: 14px;
        margin-left: 8px;
    }
    .submit-button {
        background-color: var(--blue)!important;
        color: white;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        transition: all 0.5s;
    }
    .submit-button:hover {
        background-color: black!important;
        transition: all 0.5s;
    }
/* Common styles */



/* Navbar styles */
    .navbar {
        border-bottom: none;
        background-color: transparent;
        position: fixed;
        margin-right: auto;
    }
/* Navbar styles */



/* Login styles */
    .guest-page {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100vh;
        background-image: url('../storage/background.jpg');
        background-size: contain;
        background-size: 100% 100%;
    }
    .guest-page .logo {
        height: 140px;
    }
    .guest-page .form {
        background-color: var(--white);
        padding: 1.5%;
        width: 25%;
        margin-top: 1%;
        border-radius: 3%;
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
    }
    .forgot-password-message {
        font-size: 14px;
        margin-bottom: 15px;
    }
/* Login styles */


/* Responsive */
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1900px) {
}

@media screen and (max-width: 1850px) {
}

@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1750px) {
}

@media screen and (max-width: 1750px) and (max-height: 875px) {
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
}

/* Height: 900 */
@media screen and (max-width: 1440px) {
}

/* Height: 768 */
@media screen and (max-width: 1366px) {
    .form-label {
        font-size: 12px;
    }
    .guest-page .form {
        width: 30%;
    }
    .remember-me .text {
        font-size: 11px;
        margin-left: 4px;
    }
    a {
        font-size: 12px;
    }
    .submit-button {
        font-size: 12px;
        padding: 10px 25px;
    }
}

@media screen and (max-width: 1366px) and (max-height: 730px) {
}

@media screen and (max-width: 1366px) and (max-height: 660px) {
}

/* Height: 768 */
@media screen and (max-width: 1360px) {
}

/* Height: 800 */
@media screen and (max-width: 1280px) {
}

/* Height: 768 */
@media screen and (max-width: 1024px) {
    .guest-page .form {
        width: 45%;
    }
}

/* Height: 1024 */
@media screen and (max-width: 991px) { 
}

/* Height: 1024 */
@media screen and (max-width: 844px) {
}

/* Height: 1024 */
@media screen and (max-width: 768px) {
    .guest-page .form {
        width: 60%;
        padding: 2.5%;
        border-radius: 0%;
    }
}

/* Height: 1080 */
@media screen and (max-width: 720px) {
}

/* Height: 960 */
@media screen and (max-width: 650px) {
}

/* Height: 736 */
@media screen and (max-width: 428px) {
    .guest-page .form {
        width: 95%;
        padding: 3.5%;
    }
}

/* Height: 736 */
@media screen and (max-width: 414px) {
}

/* Height: 667 */
@media screen and (max-width: 395px) {
}

/* Height: 667 */
@media screen and (max-width: 376px) {
}

/* Height: 720 */
@media screen and (max-width: 360px) {
}

/* Height: 568 */
@media screen and (max-width: 320px) {
}
/* Responsive */