﻿.register-wrapper {
    display: flex;
    align-items: center;
}

.welcome {
    width: 100%;
    padding: 2rem 3rem;
}

.welcome-header {
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.welcome-message {
    width: 100%;
    text-align: center;
    margin: 2.7rem 0;
}

#welcome-start {
    text-align: center;
    width: 100%;
    /*margin: 0 auto;*/
}

.register-content {
    /*display: none;*/
    width: 100%;
}


#password-tooltip {
    margin-left: .3rem;
    font-size: 1.1rem;
}

.m-wizard.m-wizard--4 .m-portlet__foot {
    margin: 0 !important;
}

.m-wizard.m-wizard--4 .m-portlet__foot .m-form__actions {
    padding: 3rem 0 0 0 !important;
}


html.swal2-shown, body.swal2-shown {
    height: 100% !important;
}


@media (max-width: 1024px) {
    .main-wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .m-wizard.m-wizard--4 .m-wizard__form {
        padding: 4.2rem 4rem 3rem 4rem;
        border-left: 0.07rem solid #EBEDF2;
        border-left-width: 0.07rem;
        border-left-style: solid;
        border-left-color: rgb(235, 237, 242);
        border-top: none;
    }
}

@media (min-width: 1024px) {
    html {
        height: 100vh;
    }

    .sidebar {
        max-height: 100vh;
    }

    .content-wrapper {
        height: 100%;
        max-height: 100vh;
        overflow: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1650px) {
    .m-wizard.m-wizard--4 .m-wizard__head {
        padding: 0;
    }

    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav {
        padding-bottom: 2rem;
        display: table;
        width: 169px;
        margin: 2rem auto 0 auto;
    }

    .m-wizard.m-wizard--4 .m-wizard__form {
        padding: 3rem 0 0 0;
        border-top: 0.07rem solid #EBEDF2;
        border-top-width: 0.07rem;
        border-top-style: solid;
        border-top-color: rgb(235, 237, 242);
        border-left: 0;
        border-left-width: 0px;
        border-left-style: initial;
        border-left-color: initial;
    }
}

@media (min-width: 1650px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}