.tc24-reg-form button
{
margin-top: 8px;
margin-bottom: 8px;
}

.tc24-form-element
{
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: bold;
    border: none!important;
    border-bottom:2px solid rgba(0,0,0,0.3)!important;      
    background-color: rgba(255,255,255,1.0);
    }


.tc24-form-element:focus
    {    border: none!important;
        outline: none!important;
        border-bottom:2px solid rgba(0,0,0,0.8)!important;      
        background-color: rgba(255,255,255,1.0);
        }    

.tc24-form-element option:hover{

    background-color: #c2dd00 !important;
    }


.tc24-reg-form-label
{
    color:blue;
    padding-top:12px;
    padding-bottom:4px;
    display:none;

    
}

.tc24-reg-form-label-check
{
    font-size: 13px;
    color:rgba(0,0,0,0.8);
    padding-left:4px;
    font-weight: 400;
    line-height: 1.1;
}



.tc24-text-white  .tc24-reg-form-label-check
{

    color:rgba(255,255,255,0.8);
}

.tc24-reg-form input[type=checkbox]
{
height: 25px;
width: 25px;
border: 2px solid black!important;
accent-color: #c2dd00;
}

.tc24-terms-grid
{
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-grid;
    grid-template-columns: auto auto;
}


.tc24-current-mail
{
padding: .8rem 0rem;
border-left: 4px solid black;
margin-left: 8px;
}
#currentEmail
{
    padding: 0.5rem 1rem;
    margin-top: 8px;
    margin-bottom: 12px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 3px;
    vertical-align:middle;
}

#backButton
{
    text-decoration:underline; 
    color:black;
    padding:8px;
    font-size:14px;

}

.tc24-text-white #backButton
{
    color:white;
}

.tc24-ug
{
   
    display:block;
    font-size:1em;
    line-height:1.0;
}
.tc24-text-white .tc24-current-mail{

border-left: 4px solid white;

}

.tc24-text-white .step-2
{
color:#fff;
}

::placeholder {
    color: rgba(0,0,0,0.6)!important;
    opacity: 1!important; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgba(0,0,0,0.6)!important;
  }

  .loader {
    width: 24px;
    height: 24px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    vertical-align: middle;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

    .tc24-button-text
    {
        
        vertical-align: middle;
        padding:8px;

    }

    .iti 
    {
        width:100%;
        margin-top: 4px;
        margin-bottom: 4px;


    }

    .tc24-theme-black       .loader       {border: 5px solid #ffffff;  border-bottom-color: transparent;}
    .tc24-theme-darkgreen   .loader       {border: 5px solid #c2dd00;  border-bottom-color: transparent;}
    .tc24-theme-darkblue    .loader       {border: 5px solid #4FBBDF;  border-bottom-color: transparent;}   
    .tc24-theme-darkteal    .loader       {border: 5px solid #00EAD0;  border-bottom-color: transparent;}   
    .tc24-theme-gold        .loader       {border: 5px solid #1C1C1C;  border-bottom-color: transparent;}    
    .tc24-theme-green       .loader      {border: 5px solid #1C1C1C;  border-bottom-color: transparent;}                 

    .tc24-theme-green button
    {
        background-color: #c2dd00!important;
        color: #1C1C1C!important;
    }
    
    .tc24-theme-green button:hover
    {
        background-color: #c2dd00!important;
        color: #1C1C1C!important;
    }

    .tc24-theme-gold button
    {
        background-color: #F5DD00!important;
        color: #1C1C1C!important;
    }
    
    .tc24-theme-gold button:hover
    {
        background-color: #F5DD00!important;
        color: #1C1C1C!important;
    }


    .tc24-theme-black button
    {
        background-color: #1C1C1C!important;
        color: #fff!important;
    }
    
    .tc24-theme-black button:hover
    {
        background-color: #333333!important;
        color: #fff!important;
    }
    
    .tc24-theme-darkgreen button
    {
        background-color: #1C1C1C!important;
        color: #c2dd00!important;
    }
    
    .tc24-theme-darkgreen button:hover
    {
        background-color: #333333!important;
        color: #c2dd00!important;
    }
    .tc24-theme-darkblue button
    {
        background-color: #1C1C1C!important;
        color: #4FBBDF!important;
    }
    
    .tc24-theme-darkblue button:hover
    {
        background-color: #333333!important;
        color: #4FBBDF!important;
    }
    
    .tc24-theme-darkteal button
    {
        background-color: #1C1C1C!important;
        color: #00EAD0!important;
    }
    
    .tc24-theme-darkteal button:hover
    {
        background-color: #333333!important;
        color: #00EAD0!important;
    }    