﻿body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 17px;
   /* background-color: #F2F2F2;*/
    color: black;
}

.captcha-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.captcha-img {
    height: 40px;
    margin-left: 30px;
    background-color: #eee;
    font-size: 18px;
    letter-spacing: 3px;
    color: #c44;
    font-weight: bold;
    margin-top: 7px;
}

iframe {
    margin-right: 0.5rem !important;
    margin-left: 2rem !important;
}

.container1 {
    margin-top: 50px;
    align-items: center;
    padding: 20px 0px 100px 0px;
    padding: 30px;
}

.req {
    color: red;
}

.btn {
    padding: 6px 20px !important;
    font-size: 17px;
}

.captcha {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .container {
        margin-top: 0px !important;
    }
}

.max-width {
    background-color: white;
    height: 110px;
    /* margin-top: -50px;*/
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    margin-bottom: 35px;
}

.mr-bottom {
    margin-bottom: 25px;
}

.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;
}

#err {
    color: red;
    margin: 2px;
    font-size: 16px;
}

.form-control {
    height: 41px;
    border-radius: 10px;
}


.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;
    }
}