body {
    background-color: black;
}

.create-acc{
   border-radius: 20px;
  
}



.create-acc_logo-div {
    display: flex;
    justify-self: center;
    margin: auto;
    width:max-content ;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    background-color: white;
    border-radius: 20px;
}
.create-acc_logo {
    width: 80px!important;
    height: 90px !important;
    margin: 20px;
    
}

.create-acc_div {
    margin-top: 0!important;
    padding-top: 0!important;
    
}

.login-link {
    color: white;
    margin-top: 40px;
    text-align: center;
}

.login{
    color: white;
    text-decoration:underline;
    text-align: center!important;
}

.forgot-password{
    color: white;
}

.label {
   margin-bottom: 0;
   font-weight: 700;
   font-size: 14px;
   margin-left: 6px;
}
.error-message{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    margin-left: 6px;
    padding-bottom: 0;
}

.ref-box > h4 {
    text-align: center;
    color: #10408D !important;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.overlay__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}