body{font-family:sans-serif;font-size:14px;margin:0;padding:0}a{color:#004880;text-decoration:none}.navbar{display:flex;justify-content:flex-start;align-items:center;padding:3px 2rem;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.navbar-logo img{height:40px}.form-group{margin:20px}label{font-size:16px;display:block;margin-bottom:5px;font-weight:400;color:#818181}.bottom-border-input{width:100%;padding:10px 0;border:none;border-bottom:2px solid #d8d8d8;outline:none;font-size:16px;box-sizing:border-box}.bottom-border-input:focus{border-bottom-color:#d8d8d8}.text-center{text-align:center}.form{margin-top:2rem}.right-place{float:right}.right-place:after{clear:both}.mdy{color:#818181;font-size:12px}.submit{background-color:#195a8c;color:#fff;padding:10px 20px;border-radius:5px;border:0;width:225px;cursor:pointer;transition:opacity .3s ease;font-size:16px}.submit:hover{opacity:.7}.submitContainer{margin-top:10px;text-align:center}h1{margin-left:10px;padding:10px;font-size:18px;font-weight:500}.circlespinner{animation:rotate 2s linear infinite;width:50px;height:50px;stroke:#fff}.path{stroke:#004880;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.l-loading{margin-top:80px}