@import url(https://fonts.googleapis.com/css?family=Roboto:900,600,500); /*https://s3.amazonaws.com/auth0.static.fetchcore-cloud.com/fc_logo-01.svg*/ /*https://s3.amazonaws.com/auth0.static.fetchcore-cloud.com/auth0.css*/ * { font-family:'Roboto',sans-serif; } hr{ width:100%; overflow: hidden; position:absolute; top: 0; height:9px; background-color:#0081c2; margin:0px; padding:0px; border: 0px; left:0; } .main{ width:450px; } .logo{ width:330px; margin:auto; margin-bottom:5px; display:block; } .form input:not([type="submit"]){ width:450px; height:34px; border-radius:9px; border:1px solid #ccc; display:block; margin:15px auto; /*border:2px solid #ff533f;*/ } .form input:not([type="submit"])::placeholder{ color:#ccc; font-weight:900; } .form input[type="submit"]:hover{ cursor: pointer; background: #0071b2; } body { display: flex; align-items: center; justify-content: center; height:95%; } .button { background:#0081c2; color:white; border:#0081c2; border-radius: 30px; min-width:152px; padding: 12px; height:52px; font-weight:500; font-size:1.3em; margin:auto; display: block; } span.forgot-link a { text-decoration:none; color:#0081c2; margin:auto; margin-top:25px; font-weight: 600; font-size: 0.9em; display:block; text-align:center; } #email:focus, #password:focus { border: 1px solid #0081c2; outline-width: 0; } input { text-align: center; text-align:center; font-weight:600; font-size:1.1em; color:#5c5c60; } .copyright { color:#5c5c60; position: absolute; bottom: 16.6px; font-size: 12px; font-family:'Roboto',sans-serif; font-weight: 400; margin:0px; padding:0px; border: 0px; left: 0; width: 100%; text-align: center; } .error { text-align: center; font-family: 'Roboto',sans-serif; color: #ff533f; font-weight: 600; font-size: 0.9em; padding: 0px; padding-bottom: 35px; border-bottom: 4px; }