body{margin: 0%; padding: 0%; font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;}.navbar{width: 90vw; padding: 8px 0% 8px 10%; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid lightgray;}.navbar p{color: red; font-weight: 600;}#logo{width: 1.5rem;}.img-container{position: relative;}#bgimg,video{width: 100%; position: absolute; inset: 0; z-index: -1; border: none;}.center{width: 100vw; display: flex; justify-content: center; text-align: center;}.form{margin-top: 5%; background-color: #ffffff; font-weight: 600; width: 80%; -webkit-box-shadow: -4px 18px 34px -24px rgba(120, 120, 120, 1); -moz-box-shadow: -4px 18px 34px -24px rgba(120, 120, 120, 1); box-shadow: -4px 18px 34px -24px rgba(120, 120, 120, 1);}.form-body{padding: 15px;}.form-header{padding: 1.3rem; display: flex; justify-content: space-between;}.form .title{font-size: 25px; gap: 2px;}.links{display: flex; flex-direction: column; align-items: center; gap: 10px;}.links div{width: 40%;}.links button{text-decoration: none; background-color: #2a73e3; padding: 10px; color: white; width: 100%; border-radius: 2rem; transition: 0.2s all ease-in-out; border: 1px solid white; cursor: pointer; font-size: 14px; font-weight: 550; font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;}.links *{text-decoration: none; color: white}.form-footer{margin-top: 2rem; padding: 1rem; display: grid; grid-template-columns: repeat(2, 50%); background: #f7f8f9; justify-items: flex-start; gap: 15px; font-size: 14px; color: #8f9090;}.footer{margin-top: 4rem; font-size: 12px; padding: 10px; text-align: center; padding-bottom: 18px;}.footer *{text-decoration: none; color: black;}@media only screen and (min-width: 1370px) and (max-width: 1605px){.form{margin-top: 5%; width: 40%;}.footer{bottom: 10%;}}@media only screen and (min-width: 1030px) and (max-width: 1366px){.form{margin-top: 5%; width: 40%;}.footer{bottom: 10%;}}