body {
    background-color: #04552C;
}

.containers {
    border: 1px solid transparent;
    border-radius: 10px;
}

input {
    height: 50px !important;
}

.form-control:focus {
    box-shadow: none;
}

.cw {
    width: 35%;
}

.button-section {
    margin-top: 1rem;
}

@media (max-width: 992px) {
    .cw {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .cw {
        width: 80%;
    }
}

@media (max-width: 492px) {
    .cw {
        width: 90%;
    }
}
