

.header-nav {
   padding: 20px 5% !important;
  background: #fff;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} 
.logo{
  height: 50px;
  width:100%;
  object-fit: cover;
}
.login-page .theme-card{
border:0 !important;
}
.btn.btn-default.uti {
        padding: 20px 3%;
        border-radius:15px;
        width:100%;
        font-size: 30px !important;
        background:#fb4b1a;
        color: #fff;
        font-weight: bolder;
        box-shadow: inset 0px -2px 0px rgb(0 0 0 / 15%);
        text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    }
.btn.btn-default.uti:hover{
 background: #ff4400;
 box-shadow:  0 0 11px rgba(33,33,33,.2) !important; 

}
.b{
        font-size:15px !important;
        margin-bottom: 5x;
        color: gray !important
 }
.b-1{
        font-size: 15px !important;
        color:  #fb4b1a !important
 }
.login-page .theme-card .theme-form input{
 padding:8px 25px !important;
font-size:20px !important;
padding-left: 5% !important;
 border-radius:15px !important;
}

.login-title{
text-align: center;
text-transform: none;
 color:#fb4b1a;
}
