.accedeme-container
{
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
margin-top: 175px;
}
#accedeme-btn_panel
{
margin-top: 50px;
font-size: 1.25rem;
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #000;
text-align: center;
text-decoration: none;
cursor: pointer;
user-select: none;
background-color: transparent;
border: 1px solid #0d6efd;
padding: .375rem .75rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#accedeme-btn_panel:hover
{
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
#accedeme-btn_register
{
margin-top: 50px;
font-size: 1.25rem;
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #000;
text-align: center;
text-decoration: none;
cursor: pointer;
user-select: none;
background-color: transparent;
border: 1px solid #dc3545;
padding: .375rem .75rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#accedeme-btn_register:hover
{
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
#accedeme-reg_text
{
font-size: 28px;
font-weight: bold;
margin-top: 20px;
}
#accedeme-reviews_text
{
margin-top: 50px;
font-size: 18px;
font-weight: bold;
}