.btn-pink {background: #09509C;color: #FFF;border-radius: 2px;min-width: 200px;}.btn-pink:hover {background-color: #093a74;color: #FFF;}.btn-pink-outlined {background: transparent;color: #09509C;border: 1px solid #09509C;border-radius: 2px;min-width: 100px;}.btn-pink-outlined:hover {background-color: #093a74;color: #FFF;}.grey-body {background-color: #EDEDED;}#col-right-with-image {background-image: url('/assets/login.jpg');background-size: cover;background-repeat: no-repeat;background-position-y: bottom;height: 100vh;}#col-left-with-text {display: flex;justify-content: center;align-items: center;padding-right: 100px;padding-left: 100px;height: 100vh;}@media (max-width: 992px) {#col-right-with-image {display: none;}}@media (max-width: 500px) {#col-left-with-text {padding-right: 40px;padding-left: 40px;}}@media (max-height: 700px) {#col-left-with-text {height: auto;margin-top: 40px;margin-bottom: 40px;}}#gtu-content-container {max-height: 60vh;overflow-y: auto;font-size: var(--medium-font-size);padding-right: 20px;}.logo-img {width: 300px;max-width: 100%;}input.login-input {border-radius: 2px;}.auth-link {float: right;text-decoration: none;margin-top: 12px;font-size: 14px;}.auth-link:hover {text-decoration: underline;}.form-check-label {font-size: 14px;}input[type="checkbox"] {font-size: 18px;}