:root {
    --solid-background-color: #d1d1d1;
    --gradient-background-color-1: #d1d1d1;
    --gradient-background-color-2: #d1d1d1;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.gradient-custom {
    /* fallback for old browsers */
    background: #f093fb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom right, rgba(98, 204, 255, 1), rgba(89, 179, 255,1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom right, rgba(98, 204, 255, 1), rgba(89, 179, 2,1),rgba(89, 179, 255,1));
    
}
/* For particular Company */
.gradient-custom-company {
    /* fallback for old browsers */
    background: var(--solid-background-color);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom right, var(--gradient-background-color-1), var(--gradient-background-color-2));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom right, var(--gradient-background-color-1), var(--gradient-background-color-2), var(--gradient-background-color-1));
} 
.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}
.center {
    margin: auto;
    width: 80%;
    margin-top: .90em;
    padding: 1px;
}
.centerbutton {
    margin: auto;
    width: 35%;
   
    margin-top: 3em;
    padding: 15px;
    text-align:center
}
.img2 {
 
    
    width: 50%;
   
    margin-top:0;
    
    
}
.logout {
    font-size: 2em;
    color:white;
    
}
.myimage{
    width:auto;
    height:35%;
}
.logo{
    height:50px;
    width:150px;
    
}
button.logout.fw-bold.fst-italic.border-2 {
    background-color: #555555;
    color: silver;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 8px 4px silver;
    transition: 0.3s;
}
button.logout.fw-bold.fst-italic.border-2:hover {
    background-color: #3b3b3b;
    box-shadow: 0 0 15px 10px rgba(192, 192, 192, 0.6);
}   
.custom-login-btn {
    background-color: #555555; 
    color: silver; 
    padding: 10px 20px;
    border: none; 
    border-radius: 5px; 
    font-size: 16px; 
    cursor: pointer; 
    box-shadow: 0 0 8px 4px silver; 
    transition: 0.3s; 
}
.custom-login-btn:hover {
    background-color: #3b3b3b;
    box-shadow: 0 0 15px 10px rgba(192, 192, 192, 0.6);
}

