.btn {background: var(--main-color);color: #FFF;border-radius: 2px;min-width: 200px;height: 48px;}.btn:hover {background-color: var(--main-color-hover);color: #FFF;}.btn-outlined {background: transparent;color: var(--main-color);border: 1px solid var(--main-color);border-radius: 2px;min-width: 100px;}.btn-outlined:hover {background-color: var(--main-color-hover);color: #FFF;}.grey-body {background-color: #F7F7F7;font-family: "Montserrat", "Arial", "sans-serif";}#col-right-with-image {background-image: url('/assets/b122/login.jpg');background-size: cover;background-repeat: no-repeat;height: 100vh;background-position: top -20px center;}#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;}}.logo-img {width: 340px;}@media screen and (min-width:0\0) and (min-resolution: +72dpi) {.logo-img {width: auto;height: 45px;}}input.login-input {border-radius: 2px;height: 48px;font-size: 14px;}.auth-link {float: right;text-decoration: none;font-size: 14px;}.auth-link:hover {text-decoration: underline;}.form-check-label {font-size: 14px;}input[type="checkbox"] {font-size: 18px;}.form-bottom {font-size: 14px;}.custom-control-input:checked~.custom-control-label::before {color: #fff;border-color: var(--main-color);background-color: var(--main-color);padding-left: 0;}.custom-control-label:hover{cursor: pointer;}