:root{--default-color:#eceff3;--secondary-color:#9700de;--primary-text-color:#242424;--secondary-text-color:#ffffff;--default-dark-color:#0f0f0f;--dark-theme-primary-color:#202020;--dark-theme-text-color:#fff}@font-face{font-family:Raleway;src:url(../fontes/raleway/Raleway-Regular.ttf);font-weight:400}@font-face{font-family:Raleway;src:url(../fontes/raleway/Raleway-SemiBold.ttf);font-weight:700}@font-face{font-family:Raleway;src:url(../fontes/raleway/Raleway-ExtraBold.ttf);font-weight:900}*{margin:0;padding:0;box-sizing:border-box;user-select:none;list-style:none;text-decoration:none;border:none;outline:0;font-family:Raleway}body{padding:10px;background:var(--default-color)}.title{margin:0 auto 10px;text-align:center;padding:10px;background-color:#fff}.title h1{color:#303030}.formrecu{width:100%;max-width:700px;background-color:#fff;border-radius:10px;margin:50px auto 20px auto;padding:20px 10px 50px}.title-form{margin:20px 20px;text-align:center}.title-form .desc{margin:10px auto;font-size:15px}.title-form h1{color:var(--secondary-color);text-transform:uppercase}.divf label{display:none}.divf{margin:10px auto}input{padding:16px 15px 16px 15px;border-radius:10px;display:block;margin:auto;width:80%;font-size:16px;outline:0;text-align:center;border:1px solid silver;transition:border-color .4s}input:focus{border-color:#707070;border-color:var(--secondary-color)}input.input-error{border-color:red}.btnsubmit{margin:30px auto 10px}.btnsubmit button{padding:14px 15px;background-color:#8b36dc;color:#fff;text-align:center;display:block;width:280px;margin:auto;border-radius:100px;font-size:16px;cursor:pointer;letter-spacing:2px;font-weight:700;transition:.4s;position:relative;outline:1px solid #9700de;outline-offset:.2rem}.btnsubmit button:hover{background-color:#722ab6;outline:0}.errorlogin{padding:6px;font-size:16px;text-align:center;color:red;border-radius:4px}.errorlogin-ff{padding:6px;font-size:16px;text-align:center;color:red;display:none;border-radius:4px}.icon-loading{width:20px;border:2px solid #fff;height:20px;border-radius:100px;border-top-color:transparent;animation:loader .8s linear infinite;display:block;margin:auto}@media (max-width:700px){.formrecu{width:100%;margin:0 auto;position:relative;left:auto;top:auto;transform:none}}@keyframes loader{from{transform:rotate(0)}to{transform:rotate(360deg)}}