*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
}
button svg{
    margin: 5px 5px 10px 5px !important;
}
img{
    max-height: 35vh;
}
h4{
    padding: 10px;
    color: #000000 !important;
    font-size: 34px !important;
    font-weight: 700 !important;
}

body{
    background-color: #ffffff !important;
}
.recovery-opt{
    display: flex;
    flex-direction: column;
}
.banner{
    justify-content: center;
    align-items: center;    
    height: 90vh;
}
.banner-inner{
   
    text-align: center;
}
.banner-inner p{
    color: #383838;
    font-size: 18px !important;
    font-weight: 300;
}
.banner-inner p a{
    text-decoration: none !important;
}
.import-btn{
    text-align: left !important;
margin: 2px !important;
    color: #131313 !important;
    font-weight: 500 !important;
    /* font-family: sans-serif; */
    /* border: 2px solid #ffffff !important; */
    padding: 6px 40px !important;
    letter-spacing: 2px;
    margin-bottom: 1px !important;
    width: 300px;
    background-color: #f3f3f3e0 !important;

}
.import-btn:hover{
    background: #e7e7e7e0 !important;
}
.import-btn2{
    text-align: center !important;
    border-radius: 30px !important;
margin: 2px !important;
    color: #e7e7e7 !important;
    font-weight: 500 !important;
    /* font-family: sans-serif; */
    /* border: 2px solid #ffffff !important; */
    padding: 12px 40px !important;
    letter-spacing: 2px;
    margin-bottom: 1px !important;
    width: 250px;
    background-color: #1082da !important;

}
.import-btn2:hover{
    background: #e7e7e7e0 !important;
}
.restore{
    text-decoration: none;
    color: #fff ;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1.25px;
}
/* input */
.innerput{
    background-color: #1f2843;
    border: none !important;
    
}
.innerput:active{
    border: none !important;
}
.k-inputs {
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 15px;
    margin-top: 30px;
}

.k-inputs input {
    margin-bottom: 5px;
    padding: 8px 10px;
}

.phone-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.phone-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.phone-box p {
    font-weight: 600;
}



.btn.activeForm{
    background-color: #fff!important;
    border: 1px solid #c5c5c5;
    color: rgb(64, 64, 64);
    font-size:13px;
    border-radius: 100px;
}

.btn.activeForm:hover {
    color: rgb(64, 64, 64);
}

.btn.formactive{
    background-color: #1f9eff!important;
    border: #1f9eff!important;
    color: #fff !important;
    font-weight: bold;
}

.key_input::placeholder {
    color: #666666c4;
    opacity: 1; /* Firefox */
  }
  





#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;
}

#phn-box {
    display: none;
}