.container__employeesStart{display:flex;justify-content:center;align-items:center;min-height:calc( 100vh - 88px );position:relative;padding:16px}
.container__employeesStart.edit-mode{height:100%}
.container__employeesStart .container__background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.container__employeesStart .container__documentation{display:flex;justify-content:space-between;margin-top:10px;gap:10px;flex-direction:column}
@media(min-width:768px){.container__employeesStart .container__documentation{flex-direction:row}
}
.container__employeesStart .container__documentation>div{display:flex;align-items:center;position:relative}
.container__employeesStart .container__documentation .container__iconDocumentacion{color:#d52b1e;cursor:pointer}
@media(min-width:768px){.container__employeesStart .container__documentation .container__iconDocumentacion{position:relative}
}
.container__employeesStart .container__documentation .container__request{font-size:12px;line-height:18px;font-family:'N27 Regular';font-weight:400;font-style:normal;color:#646468;text-align:left;margin-left:5px}
.container__employeesStart .container__documentation .container__linkDni{all:unset;font-size:14px;line-height:22px;font-family:'N27 Bold';font-weight:700;font-style:normal;color:#d52b1e;text-align:left;cursor:pointer}
.container__employeesStart .container__box{background-color:#fff;padding:32px 16px;max-width:520px;text-align:center;z-index:1}
@media(min-width:768px){.container__employeesStart .container__box{padding:48px 30px}
}
.container__employeesStart .container__box .container__title{font-size:32px;line-height:40px;color:#333f48;font-family:'N27 Bold';font-weight:700;font-style:normal;text-align:left}
.container__employeesStart .container__box .container__text{font-size:16px;line-height:24px;font-family:'N27 Regular';font-weight:400;font-style:normal;color:#333f48;text-align:left;margin-top:16px}
.container__employeesStart .container__box .container__form{margin-top:24px;position:relative}
@media(min-width:768px){.container__employeesStart .container__box .container__form{margin-top:48px}
}
.container__employeesStart .container__box .container__input{font-size:16px;line-height:24px;font-family:'N27 Regular';font-weight:400;font-style:normal;color:#333f48;width:100%}
.container__employeesStart .container__box .container__input::placeholder{color:#333f48}
.container__employeesStart .container__box #button_employeesStart{margin:24px 0 !important}
.container__employeesStart .container__box .container__button{margin:24px 0 !important}
.container__employeesStart .container__box .container__registro{font-size:16px;line-height:24px;font-family:'N27 Regular';font-weight:400;font-style:normal;color:#333f48;text-align:center;text-decoration:none}
.container__employeesStart .container__box .container__registro--red{font-family:'N27 Bold';font-weight:700;font-style:normal;color:#d52b1e}