.home-account-title{
    color: #01b4f5;
    font-weight: 700;
}
.home-account-subtitle{
    font-weight: normal;
    font-size: 20px;
    color: #01b4f5;
}
.btn-account-login{
    border: none;
    color: #ffffff !important;
    background-color: #b940b1;
    border-radius: 9999px;
    padding: 0.65rem 2.75rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.btn-account-login:hover {
    border-color: #93338d;
    background-color: #93338d;
}
.formulario-clientes{
    align-self: center;
    width: 400px;
}
.form-cuenta {
    max-width: 400px;
    margin: auto;
}
.form-cuenta .form-group {
    position: relative;
}
.form-cuenta .form-group label {
    display: flex;
    font-size: 14px;
    color: #01b4f5;
    font-weight: 700;
    margin: 5px 0;
}
.form-cuenta .form-group input {
    width: 100%;
    background-color: transparent !important;
    box-shadow: unset;
    border: unset;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.form-cuenta .form-group select {
    width: 70%;
}
.form-cuenta .form-group > a {
    position: absolute;
    top: 35px;
    right: 0;
    color: #000000;
    text-decoration: underline !important;
}
.ingresar-asociado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 10px solid #89bd51;
    padding: 50px;
    max-width: 440px;
    text-align: center;
}
.ingresar-asociado h4 {
    font-size: 17px;
    color: #89bd51;
    font-weight: 700;
}
.ingresar-asociado p {
    color: #000000;
    font-size: 14px;
}
.btn-green {
    background-color: #93c262;
    color: #ffffff;
    border-radius: 9999px;
    padding: 5px 10px;
    border: unset;
}
.direccion-card {
    position: relative;
}
.direccion-card .direccion-data {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.direccion-editar {
    display: none;
    max-width: unset !important;
    padding: 20px 80px 20px 20px;
}
.direccion-card .direccion-editar, .direccion-card .direccion-nueva {
    border: 1px solid #e5e5e5;
}
.direccion-card > a, .direccion-nueva > a {
    position: absolute;
    text-decoration: underline !important;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.agregar-direccion {
    position: relative;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.agregar-direccion a img {
    max-width: 10px;
    margin-right: 5px;
}
.btn-pink{
    background-color: #b940b1 !important;
    color: #fff !important;
    border-radius: 100px;
}
.btn-pink:hover{
    background-color: #93338d !important;
}
.btn-light-blue{
    background-color: #01b4f5 !important;
    color: #fff !important;
    border-radius: 100px;
}
.btn-light-blue:hover{
    background-color: #018fc2 !important;
}
.ingreso-box{
    max-width: 400px;
    padding: 40px;
    text-align: center;
    background-color: #eaedf2;
}
.ingreso-box > h3{
    font-size: 22px;
    color: #6fbb45;
    font-weight: 700;
}
  
.ingreso-box > p{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}

.ingreso-box a {
    border-radius: 9999px;
    color: #ffffff;
    background-color: #70bb45;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.ingreso-box a:hover{
    background-color: #ffffff;
    color: #70bb45;
}

.registro-box{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    padding: 20px;
    text-align: center;
    border: 1px solid #ec1a23;
}

.registro-box h3{
    color: #ec1a23;
    font-weight: 700;
}

.registro-box a{
    color: #000000;
}