body {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.form-container {
    background: transparent;
    border-radius: 1px;
    padding: 20px;
    /* max-width: 800px; */
    box-shadow: #ECE9F466;
    border-bottom: #C4C4C4;

}

.custom-green-btn {
    background-color: #1A4339;
    color: white;
    border-bottom: none;
}

.custom-green-btn:hover {
    background-color: #1A4339;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-check-label {
    font-size: 10px;
    text-align: center;
}

.title {
    font-size: 46px;
    font-family: "Encode Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1A4339;
}

.submit {
    background-color: #1A4339;
}

input {
    width: 100%;
}
.btns{
    padding: 1rem 4rem;
    text-decoration: none;
    background-color: #1A4339
    ;
    color:white;
    border-radius: 5px;
    font-size: 1.3rem;
}
.buttonvisit{

    display: flex;
    justify-content: center;
    align-items: center;
}


/* Custom CSS */

@media (min-width: 576px) {



    .contain {
        width: 50%;
    }
}

@media (max-width: 767px) {



    .contain {
        width: 90%;

    }
}

@media (max-width: 1000px) {



    .contain {
        width: 90%;

    }
}