body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loader{border:5px solid #f3f3f3;border-top:5px solid #a5a5a5;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form{display:flex;flex-direction:column;gap:10px;background-color:#fff;padding:30px;width:450px;border-radius:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.form button{align-self:flex-end}.flex-column>label{color:#151717;font-weight:600}.inputForm{border:1.5px solid #ecedec;border-radius:10px;height:50px;display:flex;align-items:center;padding-left:10px;transition:.2s ease-in-out}.input{margin-left:10px;border-radius:10px;border:none;width:85%;height:100%;overflow-y:hidden;overflow-x:visible}.input:focus{outline:none;border:none}.inputForm:focus-within{border:1.5px solid #2d79f3}.flex-row{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:space-between}.flex-row>div>label{font-size:14px;color:#000;font-weight:400}.span{font-size:14px;margin-left:5px;color:#2d79f3;font-weight:500;cursor:pointer}.button-submit{margin:20px 0 10px;background-color:#151717;border:none;color:#fff;font-size:15px;font-weight:500;border-radius:10px;height:50px;width:100%;cursor:pointer}.button-submit:hover{background-color:#252727}.p{text-align:center;color:#000;font-size:14px;margin:5px 0}.btn{margin-top:10px;width:100%;height:50px;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:500;gap:10px;border:1px solid #ededef;background-color:#fff;cursor:pointer;transition:.2s ease-in-out}.btn:hover{border:1px solid #2d79f3}
