﻿body {
    /*background-color: #F2F2F2;*/
}

.max-width {
    background-color: white;
    height: 110px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.headerimagesize {
    width: 250px;
}

.copyrightlink1 {
    text-transform: none;
    padding: 0px 5px;
    border-right: 1px solid;
}

#footer, #footer a {
    color: #323232;
    font-size: 18px;
    text-decoration: none;
}

hr {
    background-color: #323232;
    height: 1px;
}



.navbar-brand {
    margin-bottom: 35px;
}

.mr-bottom {
    margin-bottom: 25px;
}


#tag {
    color: #323232;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}



.container1 {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.login-box {
    display: flex;
    background-color: #fff;
    border-radius: 26px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.left {
    flex: 1;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

    .left img {
        max-width: 100%;
        height: auto;
        margin-top: 67px;
    }


.right {
    flex: 1;
    padding: 40px;
}

    .right h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .right b {
        color: red;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group input {
        width: 100%;
        padding: 8px;
        border: none;
        border-bottom: 2px solid #333;
        outline: none;
        font-size: 16px;
        padding-left: 30px;
        box-shadow: none !important;
    }

.form-control:focus {
    border-color: black !important;
    box-shadow: none !important;
    border-bottom: 2px solid #333;
}

.loginimg1 {
    position: relative;
    top: 27px;
    width: 16px;
}


.captcha-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.captcha-img {
    height: 40px;
    margin-right: 10px;
    background-color: #eee;
    /*  padding: 5px 10px;*/
    font-size: 18px;
    letter-spacing: 3px;
    color: #c44;
    font-weight: bold;
    margin-top: 18px;
}

iframe {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.remember-forget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 20px;
}

    .remember-forget a {
        text-decoration: none;
        color: #007BFF;
    }

.btn {
    width: 100%;
    background-color: red;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .btn:hover {
        background-color: #cc0000;
    }

.signup {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

    .signup a {
        color: #007BFF;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .login-box {
        flex-direction: column;
    }

    .left, .right {
        padding: 30px 20px;
    }
}

#form2 {
    display: none;
}

.btnback {
    width: 100px;
    font-size: larger;
    background: none;
    border: 2px solid red;
    border-radius: 5px;
}

.btns {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.sendMailbtn {
    width: 200px;
    font-size: x-large;
    font-weight: 300;
}

input[type=checkbox] {
    margin: 2px 5px 0;
    margin-top: 1px\9;
    line-height: normal;
}

#err {
    color: red;
    margin: 2px;
    font-size: 16px;
}

.req {
    color: red;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* black transparent */
    z-index: 9999; /* ensure it's above everything */
    display: flex;
    justify-content: center;
    align-items: center;
}


.pc-footer {
    background: #F2F2F2;
    color: #323232;
    padding: 60px 20px 20px;
    font-family: 'Manrope', sans-serif !important;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand h3 {
    font-size: 26px;
    color: #e50914;
    margin-bottom: 10px;
}

.footer-brand p {
    color: #323232;
    line-height: 1.6;
    font-size: 19px;
}

.footer-links h4 {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
}

.footer-links a {
    display: block;
    color: #323232;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: 0.3s;
}

    .footer-links a:hover {
        color: #e50914;
        transform: translateX(3px);
    }

.footer-bottom {
    border-top: 1px solid #323232;
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 17px;
    color: #323232;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}