.agentRegister{background-color:var(--gray-3);padding:50px 0}.agentRegister .containerWraper{width:100%;max-width:1440px;padding:0 15px;margin:0 auto}.agentRegister .inputs_container{display:flex;flex:1 1;flex-wrap:wrap;column-gap:20px}.agentRegister .containerWraper .innerArea{border-radius:10px;background-color:var(--white);padding:30px 15px}.agentRegister .formGroup{margin:0 0 25px;display:flex;flex-direction:column;flex:1 1;min-width:220px}.agentRegister .formGroup.w-25{width:calc(25% - 15px)!important;margin:0 0 25px}.agentRegister .formGroup label{font-size:14px;color:var(--black);font-weight:var(--fw-600);margin-bottom:5px}.agentRegister .formGroup label.bold{font-weight:var(--fw-800)}.agentRegister .formGroup select{font-size:14px;font-weight:var(--fw-500);color:var(--dark-gray-2);padding:10px;border-radius:5px;background-color:var(--gray-25)}.agentRegister .formGroup input[type=file]{height:43px}.agentRegister .formGroup input:focus{border-color:var(--primary-color)}.agentRegister .formGroup input[required],.agentRegister .formGroup select[required]{border-left:3px solid var(--primary-color)}.agentRegister .formGroup .phone{width:100%;display:flex;column-gap:10px}.agentRegister .formGroup .radio{display:flex;align-items:center;margin-bottom:10px;width:auto}.agentRegister .formGroup .radio input{margin-right:8px}.agentRegister .formGroup .radio label{margin:0}.agentRegister h3,.agentRegister h5{width:100%;margin-bottom:15px;font-weight:var(--fw-700);color:var(--black)}.agentRegister .formGroup.addBtn{display:block;align-self:flex-end}.agentRegister .formGroup.addBtn button{border:1px solid var(--primary-color);padding:10px 25px;font-size:14px;text-transform:uppercase;font-weight:var(--fw-600);background-color:var(--white);color:var(--primary-color);border-radius:10px;transition:all .3s ease-in}.agentRegister .companyRegister__{min-width:280px}.agentRegister .formGroup.addBtn button:hover{border-radius:25px}.agentRegister .formGroup.term{display:flex;flex-direction:row;align-items:center}.agentRegister .formGroup.term input{margin:0 8px 0 0;width:16px;height:16px}.agentRegister .formGroup.term label{margin:0}.agentRegister form p{padding:0 7.5px;margin-bottom:25px}.agentRegister .formGroup.submit button{border:1px solid var(--primary-color);padding:12px 25px;font-size:18px;text-transform:uppercase;font-weight:var(--fw-600);background-color:var(--primary-color);color:var(--white);border-radius:25px;min-width:150px;transition:all .3s ease-in}.agentRegister .formGroup.submit button:hover{border-radius:10px}