.righttick-image {
    width: 100%;
    height: 100%;
}

#righttickform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#righttick-container {
    height: 175px;
    width: 167px;
    position: relative;
    text-align: center;
}

#righttickpopup {
    display: none;
}

.success-text {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}

#error-message,
#register-error-message {
    text-align: center;
    color: red;
    display: none;
}