@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap');
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #0a0a0a;
    font-family: Jost;
    font-weight: 400;
    color: #fff;
}
.logo{
    margin: 0 auto;
    text-align: center;
}
.logo img{
    width: 370px;
}
.container{
    display: flex;
    justify-content: flex-start;
    max-width: 980px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.container .form_wr{
    width:520px;
}
.tab-group{
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
}
.tab-group li{
    width: 50%;
}
.tab-group li.active{
        background: rgba(160, 179, 176, 0.25);
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    /* float: left; */
    /* width: 50%; */
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}
.container form{
    /* width: 300px; */
}
.container form input{
    width: 100%;
    height: 45px;
    /* border-radius: 3px; */
    -webkit-filter: drop-shadow(0 0 4px rgba(76, 144, 235, .11));
    filter: drop-shadow(0 0 4px rgba(76, 144, 235, .11));
    border: 1px solid #999;
    background: 0 0;
    font-size: .875rem;
    line-height: 1.0675rem;
    color: #999;
    padding: 1px 15px 0;
    margin-bottom: 15px;
}
.iti__country-list{
    color: #000000;
}

.container form button{
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 4px rgba(76, 144, 235, .11));
    filter: drop-shadow(0 0 4px rgba(76, 144, 235, .11));
    border: 1px solid #999;
    background: 0 0;
    font-size: .875rem;
    line-height: 1.0675rem;
    color: #999;
    padding: 1px 15px 0;
}