﻿body {
    margin: 0px;
}

.image-container img {
    width: 100%;
}

.one-component-band {
    width: 33%;
    display: flex;
    align-items: baseline;
    gap: 20px;
    justify-content: center;
}

    .one-component-band a {
        text-decoration: none;
        color: #273748;
    }

    .one-component-band img {
        width: 17rem;
    }

.logo-band {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem;
}

.content-each-section {
    width: 33%;
    padding: 3rem;
}

.content {
    display: flex;
    width: 100%;
}

.content-body {
    margin-top: 1rem;
}

.contact-us-content {
    padding: 2rem;
    background-color: #273748;
    color: white;
}



.each-container-modal {
    display: flex;
    flex-direction: column;
}

.modal-btn {
    margin-top: 0.5rem;
    background-color: #ff9800;
    border: 0px;
    color: white;
    width: 30rem;
    height: 2rem;
    border-radius: 5px;
}

.create-acct-div {
    text-align: center;
}

.modalBackground {
    background-color: rgb(0,0,0,0.5);
}

.modal-register {
    width: 30rem;
    height: 90%;
    background: white;
    padding: 1rem;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 5px;
}

.modal-cross-btn {
    background: white;
    border: 0px;
    font-size: 26pt
}

.modal-cross {
    text-align: right;
}

.captcha {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.forgot-password-div {
    text-align: right;
}

@media (max-width: 768px) {
    .logo-band {
        flex-direction: column;
    }

    .one-component-band {
        width: 100%;
        justify-content: center;
    }

    .content {
        flex-direction: column;
    }

    .content-each-section {
        width: 100%;
    }
}
