body{background-color:#212121;position:relative}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;height:95vh;gap:20px}.input{width:290px;height:30px;border:2px solid transparent;outline:none;border-bottom:2px solid #3f3f3f;caret-color:#3f3f3f;color:#fa4753;background-color:#212121;padding:5px;transition:.5s linear;font-family:monospace;letter-spacing:1px}.input:focus{border:2px solid #fa4753;caret-color:#fa4753;color:#fa4753;box-shadow:4px 4px 10px #070707}.input:focus::placeholder{color:#fa4753}h1{font-family:"Micro 5",sans-serif;font-weight:400;font-style:normal;color:#fa4753;position:absolute;bottom:0}h1 span{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt;letter-spacing:1px;color:#3f3f3f}.buttons{display:flex;gap:10px}button{border-radius:.25rem;text-transform:uppercase;font-style:normal;font-weight:400;padding-left:25px;padding-right:25px;color:#fff;height:40px;font-size:.7rem;line-height:14px;letter-spacing:1.2px;transition:.2s .1s;background-color:#3f3f3f;border:0 solid;overflow:hidden}button:hover{cursor:pointer;background-color:#fa4753;transition:all .3s ease-in;padding-right:30px;padding-left:30px}.loading-progress{border:1px solid #fa475356}#outline{stroke-dasharray:2.42777px,242.77666px;stroke-dashoffset:0;-webkit-animation:anim 1.6s linear infinite;animation:anim 1.6s linear infinite}@-webkit-keyframes anim{12.5%{stroke-dasharray:33.98873px,242.77666px;stroke-dashoffset:-26.70543px}43.75%{stroke-dasharray:84.97183px,242.77666px;stroke-dashoffset:-84.97183px}to{stroke-dasharray:2.42777px,242.77666px;stroke-dashoffset:-240.34889px}}@keyframes anim{12.5%{stroke-dasharray:33.98873px,242.77666px;stroke-dashoffset:-26.70543px}43.75%{stroke-dasharray:84.97183px,242.77666px;stroke-dashoffset:-84.97183px}to{stroke-dasharray:2.42777px,242.77666px;stroke-dashoffset:-240.34889px}}
