* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #f7f7f7 !important;
}

h1{
    font-size: 32px !important;
    margin: 0px 0px 8px !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
}
label{
    color: rgb(1, 3, 4);
    font-size: 14px !important;
    font-weight: 600 !important;
}

.nav-nav {
    display: flex;
    justify-content: space-between;
    margin: 0px 40px !important;
    padding: 13px 0px !important;
}
.input{
    padding: 8px 10px !important;
    margin: 10px 0px !important;
    border-radius: 4px !important;
    border-color: #999 !important;
    background-color: #fff !important;
}
form {
    gap: 16px;
}

form p {
    color: rgb(103, 104, 104);
    font-weight: 400;
    font-size: 12px;

}

form button {
    background-color: rgba(1, 3, 4, 0.08) !important;
    padding: 0px 14px !important;
    height: 32px;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgb(1, 3, 4);
    letter-spacing: 0.2px;
}
.navbar-brand img{
    height: 40px;
}

.form-outer-box {
    justify-content: center;
    align-items: center;
    /* padding: 40px 190px !important; */
}
.form-control:focus{
    border: 1.8px solid #000 !important;
    box-shadow: none !important;
}
.cont-buton {
    width: 100%;
    padding: 8px 10px !important;
    font-size: 16px;
}
.cont-buton2{
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    background-color: rgba(1, 3, 4, 0.08) !important;
}
.cont-buton2:hover{
    background-color: rgba(1, 3, 4, 0.182) !important;
    color: #000 !important;
}
.cont-buton2 span{
    padding: 8px;
}
.line-box {
    margin: 16px ;
    display: flex !important;
    width: 100%;
    align-items: center;
    gap: 16px;
}
.line-box p{
    margin: 0px !important;
    font-weight: 400;
    color: rgba(1, 3, 4, 0.6);
    font-size: 13px;
}
.line {
    height: 1px;
    width: 100%;
    background-color: rgba(1, 3, 4, 0.1) !important;
}
.copyright-desc-outer{
    align-items: center;
    justify-content: center;

}
.copyright-desc{
    text-align: center;
    color: rgb(103, 104, 104);
    font-size: 9px !important;
    line-height: 17px;
}

/* extra space */
.gap-height{
    height: 20vh;
}

/* media-querries */
@media screen and (max-width:1440px) {
    .form-outer-box{
        padding: 20px 200px !important;
    }
    
}
@media screen and (max-width:1024px) {
    .form-outer-box{
        padding: 40px 120px !important;
    }
}
@media screen and (max-width:768px) {
    .form-outer-box{
        padding: 40px 20px !important;
    }
    .gap-height{
        height: 10vh;
    }
    
}
@media screen and (max-width:768px) {
    .nav-nav {
        display: flex;
        justify-content: space-between;
        margin: 0px 10px !important;
        padding: 13px 0px !important;
    }
    
}



#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;
}

#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;
}