﻿.required {
    color: red;
}

body {
    height: 100%;
    margin: 0;
    background: url('../assets/img/register/RegisterBackgroud-Desktop.jpg') no-repeat center center;
    background-size: cover;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    body {
        background: url('../assets/img/register/RegisterBackgroud-Mobile.jpg') no-repeat center center;
        background-size: cover;
    }
}

.bg-cover {
    min-height: 100vh;
}

.form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.3em;
    margin-right: 0.5em;
}

.sw-btn-prev, .sw-btn-next {
    width: 200px;
}

#btnFinish {
    width: 200px;
}