.customFormRow{display:flex;min-height:50px}.customFormRow .customFormRowLabel{width:120px;flex-basis:120px}.buttonWrapper{display:flex;justify-content:space-between}.header{color:#5134e8;margin:0 0 20px}.buttonWrapper button{width:140px;height:40px;border-radius:5px;background:#5134e8;color:#fff;font-size:18px;font-weight:500;border:none;cursor:pointer}input{width:100%;box-sizing:border-box;padding:10px;border-radius:6px;border:1px solid #bbb9b9}input:focus{outline-color:#6f58e4}.loginError{position:absolute;top:10px;background-color:rgba(248,138,140,.541);border-radius:16px;padding:30px;border:1px dashed #fff;margin-bottom:12px;color:#fff;font-weight:800;font-size:20px;text-align:center}