.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blue-border {
    border-radius: 2rem !important;
    border-color: var(--blue-color);
}

.logo-img {
    max-width: 100px;
}

img {
    color: transparent;
    background: transparent;
}

.color-blue {
    color: var(--blue-color);
}

.form label {
    margin-bottom: 0.25rem !important;
}

.form .form-control {
    height: 2.6rem !important;
    border-radius: 0.5rem;
}

.form .btn {
    height: 3rem;
    border-radius: 1rem;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1rem;
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 420px) {
    .form .btn{
        font-size: .6rem;
    }
}