body{
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    font-family: "Montserrat", "Helvetica Neue" !important;
    color: #666 !important;
}
input::placeholder {
    color: #6c757d63 !important;
}
.logo{
    width: 25% !important;
}
.align-items-center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.card{
    margin-bottom: 20px;
}
.textfooter, .textfooter a{
    color: #bcbcbc !important;
}
.textfooter a{
    text-decoration: none;
    font-weight: 500;
}
.card {
    border-color: #0C82BD !important;
}
.card-header {
    background-color: #0C82BD !important;
    color: #fff !important;
}
label.form-label {
    color: #666;
    font-weight: 400;
}
input {
    border: #79B6564a solid 0.5px !important;
}
button.btn.btn-primary {
    background-color: #429f59;
    padding: 5px 25px;
    transition: 500ms;
}
button.btn.btn-primary:hover {
    background-color: #265B94;
}
.finalbutton{
    padding: 10px 20px !important;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 50px !important;
}
h1{
    text-transform: uppercase;
    color: #429f59 !important;
    padding-top: 20px;
}

.ltl{
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) {
    .logo{
        width: 75% !important;
    }
}
