.register form .help span {
    display: inline-block;
    margin-bottom: .5rem;
}

.register form .help label {
    margin-bottom: 0;
}

.register label {
    font-size: 1.1rem;
}


#register-code-form {
   margin-top: 50px;
}

.center {
    text-align: center !important;
    margin: auto;
}

.position_relative {
    position: relative;
}

.input_text_overlay {
    color: transparent;
    z-index: 1;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    box-sizing: border-box;
    padding: 12px 0 12px 7px;
    line-height: 1.33333333;
    height: 40px;
}

.input_text_overlay:before {
   content: attr(data-overlay-prefix);
}

.input_text_overlay:after {
    color: #212529;
   content: attr(data-overlay-suffix);
   display: inline-block;
   background: transparent;
   margin-left: 4px;
}

.btn-main {
    font-size: 1.25rem;
    border-radius: .3rem;
    background-color: #25d366;
    color: #fff;
    font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #efefef !important;
}

.dropdown select {
     display: none;
}

.border-zero {
    border: 0;
}

.border {
    border: 1px;
}

.dropdown .dropdown-menu {
    display: block;
    margin: 0px;
    background: #FFF;
}

.dropdown .dropdown-menu li span {
     display: inline-block;
     min-height: 40px;
     min-width: 280px;
     width: 100%;
     padding: 5px 15px 5px 35px;
     background-position: left 10px center;
     background-repeat: no-repeat;
     font-size: 16px;
     text-align: left;
     color: #495057;
     opacity: 0.7;
     box-sizing: border-box;
}

.dropdown-select {
    background-position: left 10px center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 35px;
}

.dropdown-toggle {
    padding: 0;
}

#success-message {
    display: none;
    margin-top: 15px;
    color: #4b984b;
}
