﻿/****************** Login Section ***************/

main {
    margin-top: 200px;
}



/* Login Screen Section */

.login-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Welcome to Atlas Aviation Heading */

.login-heading-container h1 {
    color: #0e64c8;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}



/* New Customer & Returning Section */

.new-customer-returning-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}



.login-line-middle {
    width: 10px;
    height: 150px;
    background-color: #0e64c8;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 8px;
}



/* NEw Customer & register button container  */

.new-return-customer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}



/* Login Button */

.login_btn {
    width: 50%;
    height: 40px;
    background-color: #0e64c8;
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

/* Register Button */

.register_btn {
    width: 50%;
    height: 40px;
    background-color: #0e64c8;
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 70px;
}



.new-return-customer-container button:hover {
    color: #0e64c8;
    background: white;
    border: #0e64c8;
    border-style: solid;
}



/* Headings for New Customer or returning */
.new-return-customer-container h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px;
}

/* New Customer Container */

.new-return-customer-container .new-customer-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}



    .new-return-customer-container .new-customer-info-container p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

#ForgotPasswordemail {
    height: 40px;
}

#Forgot-Password-button {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px
}
/* Modal Styling for Register */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}



/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 8px;
}



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* Modal Form Styling */

/* Heading */
.modal .modal-content .register-form-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0;
}

    /* Image */
    .modal .modal-content .register-form-heading img {
        height: auto;
        width: 200px;
    }



/* Labels */

.modal .modal-content form label {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* Input */

.modal .modal-content form input {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    height: 30px;
    width: 100%;
    border-color: #0e64c8;
    border-style: solid;
    border-bottom-right-radius: 10px;
}



/* Button */
.modal .modal-content form button {
    width: 100%;
    height: 35px;
    background-color: #0e64c8;
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-align: center;
    cursor: pointer;
}



    .modal .modal-content form button:hover {
        color: #0e64c8;
        background: white;
        border: #0e64c8;
        border-style: solid;
    }

/* Returning Customer Styling */

.new-return-customer-container .return-cus-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}



    /* Label */
    .new-return-customer-container .return-cus-container form label {
        color: black;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        margin-top: 100px;
        margin-bottom: 20px;
    }

    /* Input */

    .new-return-customer-container .return-cus-container form input {
        color: black;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        height: 30px;
        width: 450px;
        border-color: #0e64c8;
        border-style: solid;
        border-bottom-right-radius: 10px;
    }



/* Remember Me Section */

.remember-me-container {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}



    .remember-me-container p {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

    .remember-me-container input {
        width: 20px;
        height: 20px;
    }

/* Forget Password Section */

.return-cus-container a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #0e64c8;
    text-decoration: none;
}

    .return-cus-container a:hover {
        color: red;
    }


/* Resend Button */

.register-veri-modal-resend-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #0e64c8;
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}



    /* Hover */

    .register-veri-modal-resend-btn:hover {
        color: #0e64c8;
        background: white;
        border: #0e64c8;
        border-style: solid;
    }


/* Mobile Portrait */

@media (max-width: 768px) and (orientation: portrait) {

    .login-section {
        margin-top: 50px;
    }

    .login_btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .register_btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .new-return-customer-container h3 {
        margin-bottom: 10px;
    }

    main {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .login-heading-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .login-heading-container h1 {
            font-size: 20px;
        }

    .new-customer-returning-section {
        width: 100%;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .login-line-middle {
        display: none;
    }

    .new-return-customer-container {
        align-items: center;
    }

        .new-return-customer-container .new-customer-info-container {
            flex-wrap: wrap;
            width: 80%;
        }

            .new-return-customer-container .new-customer-info-container p {
                text-align: center;
            }

    .modal {
        padding-top: 0; /* Location of the box */
        height: 100%;
    }

    .modal-content {
        width: 80%;
    }

    .modal .modal-content .register-form-heading img {
        width: 100px;
    }

    .modal .modal-content form input {
        width: 95%;
    }

    .modal .modal-content form button {
        width: 95%;
    }

    .new-return-customer-container .return-cus-container {
        width: 100%;
        align-items: center;
    }

        .new-return-customer-container .return-cus-container form input {
            width: 300px;
        }

    .remember-me-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .register-veri-modal-resend-btn {
        width: 95%;
    }
}



/* Mobile Landscape */

@media (max-width: 846px) and (orientation: landscape) {
    main {
        margin-top: 101px;
    }

    .new-customer-returning-section {
        width: 50%;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .login-line-middle {
        display: none;
    }

    .new-return-customer-container h3 {
        text-align: center;
        margin-bottom: 0;
    }

    .register_btn {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .new-return-customer-container h3 {
        margin-bottom: 0;
    }

    .new-return-customer-container {
        align-items: center;
    }

        .new-return-customer-container .return-cus-container {
            align-items: center;
        }

    .modal-content {
        width: 60%;
    }
}



/* Tablet Portrait */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    main {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .new-customer-returning-section {
        width: 50%;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .login-line-middle {
        display: none;
    }

    .new-return-customer-container {
        align-items: center;
    }

        .new-return-customer-container .new-customer-info-container p {
            text-align: center;
        }

    .modal-content {
        width: 50%;
    }

    .new-return-customer-container .return-cus-container {
        align-items: center;
    }

    .remember-me-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
        width: 70%;
    }
}



/* Tablet Landscape */


@media only screen and (min-width: 1024px) and (max-width: 1112px) and (orientation: landscape) {
    .new-customer-returning-section {
        width: 50%;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .login-line-middle {
        display: none;
    }

    .new-return-customer-container h3 {
        text-align: center;
    }

    .new-return-customer-container {
        align-items: center;
    }

        .new-return-customer-container .return-cus-container {
            align-items: center;
        }

    .modal-content {
        width: 70%;
    }
}


/* Bigger Tablet Portraight */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .new-customer-returning-section {
        width: 50%;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .login-line-middle {
        display: none;
    }

    .new-return-customer-container h3 {
        text-align: center;
    }

    .new-return-customer-container {
        align-items: center;
    }

        .new-return-customer-container .return-cus-container {
            align-items: center;
        }

    .modal-content {
        width: 70%;
    }
}




/* Bigger Tablet Landscape */

@media only screen and (min-width: 1112px) and (max-width: 1366px) and (orientation: landscape) {
    .new-customer-returning-section {
        width: 50%;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .login-line-middle {
        display: none;
    }

    .new-return-customer-container h3 {
        text-align: center;
    }

    .new-return-customer-container {
        align-items: center;
    }

        .new-return-customer-container .return-cus-container {
            align-items: center;
        }

    .modal-content {
        width: 70%;
    }
}
