*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
::placeholder{
    color: #bebebe !important;
}
body{
    background-color: #111 !important;
}
/* navbar */
.navbar{
    z-index: 10 !important;
    position: fixed !important;
    width: 100%;
}
.navbar-brand svg{
    height: 25px;
}
.nav-link{
    color: #fff !important;
    padding: 2px 19px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.nav-log-btn{
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: rgb(255, 219, 0) !important;
}
.nav-right-links a{
    padding: 0px 1px !important;
}
.nav-sign-btn{
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-right: 10px;
}

.nav-right-links svg {
    width: 18px !important;
}

/* banner */
.banner-out{
    justify-content: center !important;
    align-items: center;
    /* padding: 0px 200px !important; */
}
.banner{
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100vh;
    width: 100% ;
}
.banner-left{
    padding: 0px 100px !important;
}
.fancy-buton{
    border: 1px solid #888 !important;
    border-radius: 30px !important;
    width: 400px !important;
    text-align: left;
    line-height: 19px;
    padding: 10px ;
}
.fancy-first{
    padding-right: 0px !important;
}
.fancy-last{
    padding-left: 0px !important;
}
.fancy-last a{
    text-decoration: none;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
}
.fancy-last span{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.banner-right{
    background-color: #13171b;
    padding: 30px 20px !important;
    border-radius: 20px;
}
.banner-right h1{
    font-size: 40px !important;
    font-weight: 700;
    line-height: 48px !important;
    color: #fff;
}
.banner-right h4{
    display: flex;
    flex-direction: row;
    font-size: 14px;
    color: #fff;
}
.banner-right h4::before,.banner-right h4::after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #333;
    margin: auto 10px;
}
.switch-a{
    text-decoration: none;
    color: #fff;
}
.input-field{
    text-align: left;
    color: #888;
}
.form-control{
    background-color: transparent !important;
    border-radius: 3px !important;
    border: 1px solid #ebebeb3c !important;
    font-size: 16px !important;
    transition: all .35s ease;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #fff !important;
}
.veri-buton{
    border-radius: 30px !important;
    border: 1px solid #ffffff !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    width: 100%;
    color: #fff !important;
    font-weight: 700 !important;
}

.form-div p {
    color: #aaa;
}

.form-div p a {
    color: rgb(255, 219, 0);
    text-decoration: none;
}

.form-label {
    font-size: 14px;
}


#error-msg {
    color: red;
}
  
#valid-msg {
    color: #00c900;
}
  
input.error {
    border: 1px solid #ff7c7c;
}
  
.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

.input {
    color: #fff !important;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #000;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}