.main-logo-rosahub{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top:80px;
}

.main-logo-rosahub img{
    width: 200px;
    height: auto;
}

.form_main{
    margin:0 30%;
}

.form-inner .rosa_field{
     margin-bottom: 10px;
}

.validation-form{
    font-size: 14px;
    display: none;
    color: lab(40.6871% 59.7627 43.7075);
    font-size: 13px;
    margin-top: 0px;
}

.rosa_field input.error, .rosa_field select.error {
    border: 1px solid lab(40.6871% 59.7627 43.7075) !important;
}

.phone-field {
    display: flex;
    gap: 10px;
}

.phone-field select {
    width: 120px;
}

.phone-field input {
    flex: 1;
}

.tab-content {
    display:none;
}

.tab-content.active {
    display:block;
}

.tab-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.steps-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}


.step-item {
    position: relative;
    opacity: .4;
}


.step-circle-bg {
    position: absolute;
    width: 22px;
    height: 22px;
    padding: 2px;
}

.step-circle-bg span {
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 50%;
}


.step-circle {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
}


.step-item.active {
    opacity: 1;
}


.step-item.active .step-circle-bg span {
    background: #ddd;
}


.step-item.active .step-circle {
    background: #111;
}


.step-item.completed {
    opacity: 1;
}


.step-item.completed .step-circle {
    background: #16a34a;
}



.iti__selected-dial-code{
    font-size: 14px;
    margin-right: 20px;
}

.iti__country-name{
    font-size: 14px;
}

.form-inner form input.iti__search-input{
     width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0;
    border-radius: 3px;
    margin-left: 20px;
}

.tf-section-form{
    padding: 40px 0;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper button.toggle-password{
    height:30px;
    width:30px;
}




.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    
    background: transparent;
    border: none;
    cursor: pointer;
    
    padding: 0;
}


.toggle-password i {
    font-size: 16px;
}

input[type="password"] {
    font-size: 20px;
    letter-spacing: 4px;
}

.rosa-bold{
 font-weight: bold;
}

.rosa-normal{
 font-weight: 400;
}

.text-form{
    margin-bottom: 20px;
    font-size:15px;
}

.rosa_checkbox{
    padding-left: 30px;
}


@media only screen and (max-width: 1200px) {

    .form_main{
        margin:0 20px;
    }
}


.parent_wrapper {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
    height: 100vh;           /* needed for vertical centering */
}

.child_wrapper {
  display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
    height: 100vh;     
}