body{
    background:#ffffff !important;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group > .form-control, .input-group > .form-select{
    width: 1% !important;
}

.iti {
position: relative;
display: block;
}   

.hide-el{
    display: none;
}
.f-h {
    height: 100vh;
}
.register-form {
    width: 60%;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .register-form {
    width: 100%;
        }
 }
.register-bg {
    /* background: #fcfcfc; */
    text-align:center;
}

.register-bg img{
    max-width: 80%;
}

.list-inline-item:not(:last-child) {
    margin-left: 1.5rem;
}

.btn-primary:hover{
    color: #fff;
    background-color: #3fa992;
    border-color: #3fa992;
}

.btn-primary {
color: #fff;
background-color: #00d6b0;
border-color: #00d6b0;
padding: 12px;
border-radius: 10px;
}

.tabs__head {
align-items: center;
display: flex;
margin: 0 -3px
}

.tabs__label {
border: 1px solid #76e8cd;
color: #004d5a;
cursor: pointer;
flex: 1 0 0;
font-size: 16px;
padding: 12px 0;
text-align: center;
transition: .3s
}

.tabs__label:first-child {
border-left: 0;
border-radius: 0 8px 8px 0
}

.tabs__label:last-child {
border-radius: 8px 0 0 8px
}

.tabs__label.active,.tabs__label:hover {
background-color: #baf3e6;
color: #004d5a
}

.tabs__tab {
overflow: hidden;
padding: 30px 0 0;
transition: max-height .3s
}

.tabs__head a {
    color: unset;
}

.form-control {
border: 1px solid #ececec !important;
padding: 10px !important;
}

.logo span.logo-lg {
display: block;
position: absolute;
top: 15px;
}

.iti__country-list{
position: absolute;
z-index: 2;
list-style: none;
text-align: start;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: white;
border: 1px solid #CCC;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
left: 1px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: normal;
}

.register-bg:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 90vh;
z-index: -1;
height: 100vh;
background: #fcfcfc;
}