 /*! Style */
body{background-color:#f7f8f8;margin:0;padding:10px}body .content{display:block;width:30%;margin:0 auto}.content .logo{display:inline-block;margin:0 auto}.content .logo img{width:100%}.content .auth-title{font-size:36px;font-weight:300;text-align:center;color:#131b25}.field{display:grid;grid-template-columns:1fr 2fr;width:100%;height:42px;margin:25px auto}.field label{color:#131b25;line-height:42px;font-size:18px;font-weight:300}.field input,.field select{background-color:#fff;color:#55606e;line-height:42px;padding-left:10px;border:1px solid #dbe3e4;border-radius:3px;font-size:14px;box-sizing:border-box}.form-action{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px}.form-action .submit-button{background-color:#38bc9c;color:#fff;display:inline-block;width:100%;line-height:38px;margin:0 auto;text-transform:uppercase;font-weight:600;font-size:13px;text-align:center;border-radius:3px;border:none;cursor:pointer}.form-action .link{color:#000;margin-top:15px;text-align:center}.register{color:#5f6e6f;width:100%;margin:20px auto;font-weight:300;font-size:14px;text-align:center}.register a{color:#3597db}.content .alert{color:#000;text-align:center;margin:20px 15px}@media only screen and (max-width:1200px){body .content{width:50%}}@media only screen and (max-width:900px){body .content{width:60%}}@media only screen and (max-width:769px){body .content{width:70%}}@media only screen and (max-width:600px){body .content{width:100%}}@media only screen and (max-width:400px){.field label{font-size:14px}.form-action .link{margin-top:10px;font-size:14px}}
