/* hide input no. arrow */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}


.login-body{
    background:white!important;
}

@media (min-width: 992px) {
    .main-body.leftmenu .sidemenu-logo {
        height: 80!important;
    }}


.sidemenu-logo{
    border:0!important;
    padding:0!important;
}


.custom-footer-css{
    position:fixed;
    bottom:0px;
    width: 100%;
}


.paginatee{
	/* width:100px!important;height:100px!important; */
		color:black!important;
}

.paginatee svg{
	width: 20px!important;
	color:black!important;

}

.steps{
    overflow-y: scroll;
}

/* Add your custom styles here */
.box {
    width: 150px;
    height: 150px;
    border: 1px solid gray;
    text-align: center;
    display: flex; /* Enable Flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}


label{
    color:black!important;
}


.signpages{
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}


::placeholder {
    color: red;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: red;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: red;
  }