*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    overflow-y:auto;
    margin-bottom:40px;
}


.input-group input[type="number"]::-webkit-inner-spin-button,
.input-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group input[type="number"] {
  -moz-appearance: textfield;
}
    .redirect-subtitle, .support-link{
        color:#1d0624 !important;
    }
    .las{
        color:#fff !important;
    }
    .btn-primary{
        background-color: #1d0624;
        border-radius: 10px;
        border-color: aliceblue;
    }
    .btn-primary:hover, .btn-primary:focus,.btn-primary:active, .btn-primary:focus-visible{
        background-color: aliceblue;
        border-radius: 10px;
        border-color:  #1d0624;
        color:#1d0624
    }

    .input-group-text {
        background-color: #340742 !important;
        color:white !important;
    }

    .pass{
     border-top-left-radius:5px !important; border-bottom-left-radius:5px !important
    }

    .form--control{
        border-top-right-radius:5px !important; ;border-bottom-right-radius:5px  !important; 
    }

    /* .input-group-text{
        background-color: blue;
        color:azure
    } */
 .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#show-pwd {
    position: absolute;
    z-index: 5;
    right: 15px;
    top:30px;
    color: #727586;
    cursor: pointer;
    pointer-events: initial;
    transition: all ease .2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
input:focus{
    border-color: #1d0624;
}



  
  
  
@media screen and (max-width: 780px) {
        .label-margin{   
            margin-right:320px
}
.confirm-label{
    margin-right:350px;
}
.name-label{
    margin-right:280px
}
.govern-label{
    margin-right:200px
}
.zip-label{
    margin-right:320px 
}
.reset-label{
    margin-right: 210px!important;
}
.emailuserLabel{
     margin-right:240px
     /*border:2px solid red;*/
}

.passwordLabels{
    margin-right:310px
}

.redirect-wrapper{
    margin-bottom:100px
}

.reg-layout{
    overflow-x:hidden;
}
    

}  
@media screen and (min-width: 780px) {
    .label-margin{   
        margin-right:380px;
}
.confirm-label,.emailuserLabel{
    margin-right:300px;
}
.name-label{
    margin-right:320px;
}

.govern-label{
    margin-right:250px;
}
.zip-label{
    margin-right:360px;
}
.passwordLabels{
    margin-right:380px;
}

.reset-label{
    margin-right: 260px;
}
.main-section {
    background: url(https://images.pexels.com/photos/12437056/pexels-photo-12437056.jpeg?auto=compress&cs=tinysrgb&w=600) left center no-repeat fixed #f4f5ff !important;
    background-size: 54% auto !important;
    color: #1d1e20;
    display: flex;
    justify-content: flex-end;
    height: 100vh;
    /* width: 100% !important; */
}
.login-section {
    max-width: 700px!important;
   
}

    }