.btn-pink {background: #E81A40;color: #FFF;border-radius: 2px;min-width: 200px;}.btn-pink:hover {background-color: #EC3742;color: #FFF;}.btn-pink-outlined {background: transparent;color: #E81A40;border: 1px solid #E81A40;border-radius: 2px;min-width: 100px;}.btn-pink-outlined:hover {background-color: #EC3742;color: #FFF;}.grey-body {background-color: #EDEDED;}#col-right-with-image {background-image: url('/assets/login.png');background-size: cover;background-repeat: no-repeat;background-position-y: center;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, #gdpr-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;}.modale-dialog-cookie {width: 30%;display: flex;justify-content: center;align-items: center;text-align: center;min-height: 100vh;margin: auto;}.fade.in {opacity: 1 !important;}.modale {overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;overflow: hidden;-webkit-overflow-scrolling: touch;outline: 0;background-color: rgba(0, 0, 0, 0.5);}.cookie-content {position: relative;display: flex;flex-direction: column;width: 100%;pointer-events: auto;background-color: #ffffff;background-clip: padding-box;border-radius: 0;outline: 0;text-align: center;min-width: 320px;}.cookie-header {margin: 32px 0px 32px;}.cookie-body{text-align: justify;margin: 0px 32px 32px;}.cookie-buttons {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 32px;}.cookie-button {margin: 8px;width: 40%;min-width: 130px !important;font-weight: bold;margin-top: 0rem !important;flex-grow: 1;}#preprod-flag {position: absolute;top: 10px;left: 10px;background-color: red;color: white;padding: 5px;border-radius: 5px;z-index: 9000;}