<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1200px) {

 .reg-form-background{
    padding: 50px;
 }
}

 .reg-form-background{
    padding-top: 20px;
    padding-bottom: 20px;
 }
#regForm {
  	box-shadow:  0px 2px 6px 7px rgba(0,0,0,0.2);
    background-color: #fff;
    font-family: MarkPro, sans-serif;
    padding: 40px;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
}

#register{

  color: #555;
  font-weight: bold;
}

h1 {
    text-align: center
}

input {
    padding: 10px;
    font-size: 17px;
    font-family: MarkPro, sans-serif;
    border: 1px solid #aaaaaa;
    
}



.tab input:focus{

 /* border:1px solid #891E20 !important;*/
  outline: none;

}

input.invalid {
 
    border:1px solid #e03a0666;
}

.tab {
    display: none
}

button {
    background-color: blue;
    color: #ffffff;
    border: none;
    border-radius: 10%;
    padding: 10px 20px;
    font-size: 17px;
    font-family: MarkPro, sans-serif;
    cursor: pointer;
}

button:hover {
    opacity: 0.8
}

button:focus{

  outline: none !important;
}

#prevBtn {
    background-color: #bbbbbb
}


.all-steps{
      text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.step {
    height: 50px;
    width: 100%;
    /*margin: 0 2px;
    padding: 15px;*/
   /* background-color: #00C9B7;*/
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
    color: blue;
    border-bottom: 1px solid blue;
}


.step.finish {
   color: #4DA060;
   border-bottom: 1px solid #4DA060;  
   opacity: 1;

}



.thanks-message {
    display: none
}
</pre></body></html>