﻿#createAccount {
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #createAccount {
        padding: 20px;
    }
}

@media (min-width: 1200px) {

    #createAccount,
    #footer {
        display: grid;
        justify-content: center;
        margin-left: auto;
    }
}

.text-shadow {
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgb(95, 95, 95);
}

/* Card */
#createAccount .card .card-header img {
    position: relative;
    top: -25px;
    width: 180px;
    margin-bottom: -55px;
}

#createAccount .card-signup {
    width: 40vw;
    margin: auto;
}

@media screen and (max-width: 992px) {
    #createAccount .card-signup {
        width: 90vw;
        margin: auto;
    }
}

/* Multi Form */
#regForm {
    /* margin: 100px auto; */
    padding: 40px;
    min-width: 300px;
}

    #regForm .particulars {
        margin-top: -18px;
    }

    #regForm .group-label {
        font-size: 13px;
        margin-bottom: -15px;
    }

label {
    font-size: 13px;
    margin-bottom: 8px;
}

input[placeholder] {
    font-size: 13px;
    padding: 12px;
}

/* Style the input fields */

/* Mark input boxes that gets an error on validation: */
input.invalid {
    border: 1px solid #ffadad;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 5px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50px;
    display: inline-block;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
        background-color: #3271d5;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #04AA6D;
    }

/*--------------------------------------------------------------
    # REG002
    --------------------------------------------------------------*/
.alertUser {
    border: 2px dashed #198754;
    background: rgb(25, 135, 84, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.formBg {
    background: #ececec;
    padding: 50px;
    border-radius: 5px;
}

    .formBg .form-switch {
        padding-left: 2.5em;
    }

        .formBg .form-switch .form-check-input {
            width: 2em;
            margin-left: -2.5em;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
            background-position: left center;
            border-radius: 2em;
            transition: background-position 0.15s ease-in-out;
        }

@media (prefers-reduced-motion: reduce) {
    .formBg .form-switchh .form-check-input {
        transition: none;
    }
}

.formBg .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.formBg .form-switch .form-check-input:checked {
    background-position: right center;
    background-color: #198754;
    border: 1px solid #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.formBg .form-switch .form-check-input:focus {
    border-color: #198754;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}

.invoice-card {
    border: 1px solid #ececec;
    border-radius: 5px;
}

    .invoice-card .one,
    .invoice-card .two,
    .invoice-card .three {
        font-size: 13px;
    }

#sgQR {
    display: none;
}

.note {
    border: 2px dashed #ececec;
    padding: 20px;
    border-radius: 10px;
}

    .note .card-title {
        margin-top: -15px;
        font-size: 13px;
    }

    .note .card-text {
        margin-top: -10px;
        font-size: 13px;
    }

.prev_btn:hover {
    color: blue;
}
