#register-background {
    background-image: url('../images_new/login-background-01.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

#dropdown-outer-display-dial-code {
    width: 60px;
}

.dropdown {
    background: none;
    border: 1px solid var(--dark-300);
    border-radius: var(--spacing-md);
    color: var(--shades-0);
    padding: 0 var(--spacing-lg);
    width: 100%;
}

.dropdown-open {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--shades-0);
    display: flex;
    flex-direction: row;
    gap: var(--spacing-xl);
    justify-content: space-between;
    padding: var(--spacing-lg) 0;
    width: 100%;
}

.register-background-section-01 {
    background-image: 
        radial-gradient(
            circle at -2% -40%,
            #4ade80 1%,
            #1a2e226c 47%,
            #0a0f0d00 58%
        ),
        url('../images_new/register-section-01.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.register-background-section-02 {
    background-image: url('../images_new/register-section-02.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.register-background-section-03 {
    background-image: url('../images_new/register-section-03.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #072b1e80;
}

.register-border-color-section-01 {
  border: 1px solid;
  border-image: linear-gradient(135deg, #34D399 0%, #363636 20%, #363636 75%, #34D399 100%);
  border-image-slice: 1;
  border-image-outset: 16px;  
}

.register-border-color-section-02 {
  border: 1px solid;
  border-image: linear-gradient(135deg, #34D399 0%, #363636 20%, #363636 75%, #34D399 100%);
  border-image-slice: 1;
  border-radius: 16px;  
}

@media screen and (max-width: 768px) {
    #register-background {
        background: none;
    }
}