﻿/* Register page styles */
.register-logo {
    max-height: 60px;
}

.register-form-container {
    max-width: 450px;
    width: 100%;
}

.register-captcha-container {
    padding: 0;
    background-color: initial;
}

.register-captcha-image {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    height: 36px;
}