body .login-forms-container{min-height:100vh;display:flex;justify-content:center;align-items:center}
body .login-forms-container form{max-width:400px}
body nav ul .menu-account-name{font-size:1rem;color:#fff;display:block;padding:0 15px}
body .sidenav li>.menu-account-name{color:rgba(0,0,0,0.87);display:block;font-size:14px;font-weight:500;height:48px;line-height:48px;padding:0 32px}
body .dashboard-content{min-height:calc(100vh - 64px);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}
body .dashboard-content a.btn-large{display:block;margin:15px 10px;width:298px;padding:0 9px}
@media screen and (max-width:620px){body .dashboard-content a.btn-large{width:100%}}
body .inscribir-content{margin:50px auto;border:1px solid #26a69b;border-radius:15px;box-shadow:0 0 5px #26a69b;padding:15px 0}
body .socio-buscar .socio-buscar-form{display:flex;width:100%;max-width:1000px;margin:20px auto;align-items:flex-end;align-content:flex-end;flex-wrap:wrap}
body .socio-buscar .socio-buscar-form .input-field{width:calc(100% - 152px)}
body .socio-buscar .socio-buscar-form button{margin-bottom:1.6rem;margin-left:10px;width:142px}
body .socio-buscar .socio-buscar-form .chekboxes{width:100%;text-align:center}
body .socio-buscar .socio-buscar-form .chekboxes label{display:inline-block;margin:0 20px 0 0}
body .socio-buscar .socio-buscar-form .chekboxes label:last-child{margin-right:0}
body .socio-buscar .socio-buscar-table{margin:35px 0 0 0;border:1px solid #eaeaea}
body .socio-buscar .socio-buscar-table button{cursor:pointer;background:none;border:0;border-radius:0}
body .socio-buscar .socio-buscar-table tbody td:first-child,body .socio-buscar .socio-buscar-table tbody td:last-child{text-align:center}
body .socio-buscar .pagination{margin:10px 0 70px 0;text-align:right}
body .socio-editar{margin:50px auto;border:1px solid #26a69b;border-radius:15px;box-shadow:0 0 5px #26a69b;padding:15px 0}
body .socio-editar #tabDireccion,body .socio-editar #tabPersonal{border-left:0.75rem solid #fff;border-right:0.75rem solid #fff;padding:0}
body .socio-editar #tabPersonal{overflow:auto}
body .socio-editar #tabDireccion{overflow:visible}
body .socio-editar .tabs .tab a:focus,body .socio-editar .tabs .tab a:focus.active{background-color:transparent}
body .socio-editar .tabs .indicator{background-color:#26a69b}
body .socio-editar .personal-grid{display:grid;grid-template-columns:calc(33% - 7px) calc(33% - 8px) calc(34% - 16px);grid-column-gap:15px;min-width:820px;padding-top:15px;padding-bottom:15px}
body .socio-editar .sociales-container{margin:20px 0 0;padding:2px;background-color:#000;color:#fff;display:inline-block}
body .socio-editar #tabDireccion .personal-grid{min-width:265px}
@media screen and (max-width:900px){body .socio-editar #tabDireccion .personal-grid{grid-template-columns:calc(64% - 10px) calc(38% - 10px)}body .socio-editar #tabDireccion .personal-grid .input-field:nth-child(3){grid-column:2}body .socio-editar #tabDireccion .personal-grid .input-field:nth-child(4){grid-column:1;grid-row:2}body .socio-editar #tabDireccion .personal-grid .input-field:nth-child(5){grid-column:2}body .socio-editar #tabDireccion .personal-grid .input-field:nth-child(6){grid-column:1;grid-row:3}}
body .socio-editar .radios-container{grid-row:3;grid-column:1 / 4;display:grid;grid-template:auto / 27% 32% 41%}
body .socio-editar [type="radio"]:not(:checked) + span,body .socio-editar [type="radio"]:checked + span{padding-left:23px;margin-right:5px}
body .socio-editar h4{font-size:14px;color:#9e9e9e}
body .socio-editar .actions{text-align:right}
body .socio-editar .actions .lighten-3{margin-right:15px}