/* Common styles */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    * {
        font-family: "Poppins", sans-serif;
    }
    a, a:hover {
        text-decoration: none;
    }
    h1, h2, h3, h4, h5, h6, p {
        margin-bottom: 0;
    }
/* Common styles */


/* Page styles */
    .guest-page {
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .guest-page .image {
        height: 85vh;
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        filter: brightness(60%);
    }
    .guest-page .form {
        padding: 0 0 0 10%;
    }
    .guest-page .form .title {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 1%;
        text-align: center;
        color: black;
    }
    .guest-page .form .subtitle {
        color: #505050;
        font-size: 17px;
        text-align: center;
        margin-bottom: 10%;
    }
    .guest-page .form .form-input {
        margin-bottom: 5%;
    }
    .guest-page .form .form-label {
        color: #282828;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .guest-page .form .form-control {
        font-size: 15px;
        border: 1px solid #EAEAEA;
        height: 50px;
        border-radius: 0;
        box-shadow: none;
    }
    .guest-page .form .form-control:focus {
        border-color: #d1d1d1;
    }
    .guest-page .form .form-control::placeholder {
        color: #9A9A9A;
        font-size: 14px;
    }
    .guest-page .form .remember-password {
        color: #908E8E;
        font-size: 15px;
    }
    .guest-page .form .remember-password.form-check-input[type=checkbox] {
        border-radius: 0;
    }
    .guest-page .form .forgot-password-text {
        text-decoration: none;
        color: #2C68E3;
        font-size: 15px;
    }
    .guest-page .form .submit-button {
        color: white;
        background: #0040C3;
        border: 0;
        font-size: 16px;
        border-radius: 0;
        width: 160px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        transition: all 0.3s;
    }
    .guest-page .form .submit-button:hover {
        background: #04328d;
        transition: all 0.3s;
    }
    .guest-page .form .form-input:last-of-type {
        margin-bottom: 0;
    }
    .guest-page .form .toggle-password {
        color: #9A9A9A;
        cursor: pointer;
        position: absolute;
        top: 48px;
        font-size: 20px;
        right: 15px;
    }
    .guest-page .form .error-message {
        font-size: 14px;
        color: #e31010;
        margin-top: 5px;
    }
/* Page styles */


/* Forgot password page styles */
    .guest-page .forgot-password .message {
        color: #908E8E;
        font-size: 15px;
        text-align: center;
        margin-top: 5%;
    }
/* Forgot password page 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) {
    }
    @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) {
    }
    /* Height: 1024 */
    @media screen and (max-width: 991px) { 
    }
    /* Height: 1024 */
    @media screen and (max-width: 844px) {
    }
    /* Height: 1024 */
    @media screen and (max-width: 768px) {
    }
    /* Height: 1080 */
    @media screen and (max-width: 720px) {
    }
    /* Height: 960 */
    @media screen and (max-width: 650px) {
    }
    @media screen and (max-width: 480px) {
    }
    /* Height: 736 */
    @media screen and (max-width: 428px) {
    }
    /* 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 */