/*homepage*/
body {
    background-color: unset;
    background: unset;
}
.mhelp{display:none;}
.bodyIndex{
    height: 100vh;
    background: url('../pageAssets/homePageBgWithCars.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bodyRegister{
height: 100vh;

}
.m-auto{
    margin: 0 auto;
}
.container-fluid{
    height: 100%;
}
.container{
    height: 100%;

}
.loginForm{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.form-signin {
    width: 100%;
    max-width: 280px;
    margin-bottom: 64px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/*
.container-fluid{
    padding: 0;
}
.homePageWrapper{
    content: '';
    height: 100vh;
    width: 100vw;
    background: url('../pageAssets/homePageBgWithCars.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loginForm{
    height: 100%;
    bottom:  0;
    display: flex;
    justify-content: center;
    position: relative;
}
.formInner{
    bottom: 100px;
    position: absolute;
}
 */



/*

.registerPage{
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registerPageInner{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sbox{
    margin: 10px;
}
.sbox-l{
}
.card-subtitle{
    font-size: 0.8rem;
}
.card{
    border-radius: 10px;
}


@media only screen and (max-width: 1024px) {
    .sbox-l{

    }
}
@media only screen and (max-width: 920px) {
    .bar{
        display: none;
    }
    .col-lg-8{
        max-width: unset;
    }
    .col-md-8{
        max-width: unset;
    }
}
@media only screen and (max-width: 768px) {
    .sbox-l{

    }
    .bar{
        display: none;
    }
    .smd{
        float: right;
    }
    .col-lg-8{
        max-width: unset;
    }
    .col-md-8{
        max-width: unset;
    }
}
*/

.selected{
    background: var(--success);
}
.notselected{
    background: var(--secondary);
}

.pa{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto
}
.tbg{
    color: #fff;
    font-weight: bold;
}
.card{
    max-width: 250px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.7);
    position: relative;
}
.bg-white{
    background-color: rgba(255,255,255,0.7)!important;
}
.lyr{
    height: 100%;
    z-index: 99;
    position: relative;
}
.selcard{
    max-width: 300px;
    margin: 10px;
    border: 2px solid #122aff;
    border-radius: 10px;
}
.cardcon{
    display: flex;
    justify-content: center;
}
.logo svg{
    height: 32px;
}
.blogo{
    display: none;
}
@media only screen and (max-width: 768px) {
    .dhelp{display:none;}
    .mhelp{display:block;height:40px;}
    .pa{
        display: none;
    }
    .logo svg{
        display: none;
    }
    .logo{
        height: 10px;
    }
    .blogo svg{
        height: 32px;
    }
    .card{

    }
    .selcard{

    }
    .col-8{
        flex: unset;
        max-width: 100%;
    }
    .mcards{
        margin: 0 auto;
    }
}
