@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');*{padding:0;margin:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif;background:#fff}form{min-width:450px;max-width:600px;min-height:400px;height:auto;border-radius:5px;margin:2% auto;box-shadow:0 9px 50px hsl(217.5,28.6%,94.5%);padding:1.5%;background-image:linear-gradient(-225deg,#edf0f5 50%,#fff 50%)}form .con{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.con .field-set p{color:#548291;font-size:12px;margin-bottom:5px;font-weight:300}header{margin:2% auto 2% auto;text-align:center}header h3{font-size:200%;color:#548291;font-weight:500;font-family:'Roboto',sans-serif;margin:0 auto}header p{font-weight:500;font-size:12px;color:#829154}.form-input{width:350px;height:40px;margin-top:2%;padding:15px;font-size:16px;color:#000;outline:0;border:0;border-radius:5px 5px 5px 5px;transition:.2s linear;border:solid 1px #edf0f5}input:focus{border-radius:5px}.log-in{display:inline-block;color:#fff;width:350px;height:40px;font-family:'Roboto',sans-serif;font-weight:400;padding:0 20px;background:#3268ad;border-radius:5px;outline:0;border:0;cursor:pointer;text-align:center;transition:all .2s linear;margin:5% auto}.field-validation-error{font-weight:bold;color:#f00}.error{font-weight:bold;color:#f00}button:hover{box-shadow:none}footer{position:fixed;left:0;bottom:0;height:50px;width:100%;padding:15px;text-align:center;border:1px solid #edf0f5;-webkit-box-shadow:0 -4px 3px #edf0f5;-moz-box-shadow:0 -4px 3px #edf0f5;box-shadow:0 -4px 3px #edf0f5}.fontSizeButton{font-size:16px;font-weight:500;cursor:pointer}@keyframes ani9{0%{transform:translateY(3px)}100%{transform:translateY(5px)}}.recovery-list li{list-style-type:circle;color:#829154;font-size:smaller;word-break:break-word}