.ml_title {
        text-transform: uppercase;
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 50px;
}

.ml_subtitle {
        font-size: 1.3em;
        margin: 20px 0px;
}


#ml_login_btn,
#ml_contact_btn {
        min-width: 300px;
        border-radius: 30px;
        border: 1px solid #00BADA;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        margin: 40px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}

#ml_login_btn:hover,
#ml_contact_btn:hover {
        background-color: #00BADA;
        color: #fff;
}

.ml_bc {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 20px 0px;
        text-transform: uppercase;
}

#ml_login_btn {
        margin-bottom: 100px;
}

@media screen and (max-width:375px) {
        .ml_title {
                font-size: 1.1em;
        }

        .ml_subtitle {
                font-size: 1em;

        }
}

@media screen and (min-width:376px) and (max-width:499px) {
        .ml_title {
                font-size: 1.2em;
        }

        .ml_subtitle {
                font-size: 1.1em;

        }
}