﻿@media only screen and (max-width: 600px) {
    .form-register-with form{
        width: 100%!important;
        padding: 0 20px;
    }
}

.form-register-with {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    display: grid;
    place-items: center;
}

.terms-text {
    font-size: 12px;
    margin-top: 15px;
}

.form-register-with form {
    width: 40%;
    max-width: 450px;
}

.meli-content{
    display: flex;
    flex-direction: column;
}

.button-meli {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    color: #2D3087;
    background-color: #FFE501;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    padding: 12px 10px;
    border: none;
    cursor: pointer;
}

.button-meli:hover {
    opacity: 0.95;
}

.buttoon-outline-blue {
    font-size: 16px;
    font-weight: 500;
    color: #48B8E0;
    border: 1px solid #48B8E0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    padding: 12px 10px;
}

.buttoon-outline-blue:hover{
    background: #48B8E0;
    cursor: pointer;
    color: #FFFFFF;
}

.button-blue {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    background-color: #48B8E0;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    padding: 7px 10px;
}

.button-blue:hover{
    filter: brightness(1.1);
    cursor: pointer;
}

.button-contanier {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.or-container{
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.or-container hr{
    border: 1px solid #D9D9D9;
    width: 200px;
}

.or-container label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #3D3A3A;
    margin: 0 14px;
}

.button-shopee {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #ee4e2e;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    padding: 12px 10px;
    border: none;
    cursor: pointer;
}

.button-shopee:hover {
    opacity: 0.95;
}

.text-second {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #3D3A3A;
    margin-bottom: 25px;
}

.text-alert-dark {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #3D3A3A;
    margin-top: 24px;
}