
/**
*  Business Portal
*/    
.login-section {
    padding-top:120px; 
    padding-bottom:120px
}
.btn-login {
    border-radius: 10px !important;
    background-color: #EE2C2C !important;
}

.btn-login:hover {
    background-color: #ea0000 !important;
}

#business_number, #password {
	/* background: #dbdbdb; */
	border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#login-container input {
    /* background: #dbdbdb; */
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

@media only screen and (max-width: 768px) {
    .login-section {
        padding-top:75px; 
        padding-bottom:100px
    }

    .portal-bg-cover {
        display: none;
    }
}

.no-margin{
    margin-bottom: 0 !important;
}

.forgot-password{
    font-size: 12px;
    padding: 5px 0;
    font-weight: bold;
    color: wheat;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(255, 255, 255), 0 0 5px darkblue;
    
}


/* email request reset password */

.email-reset-content{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-input{
    border-radius: 5px !important;
    border-width: 1px !important;
    
}

.main{
    background-image: url("/v2/content/onepamp2/images/podBG.png");
    background-color: #ea0000;
    height: 100vh;
    display: flex;
    align-items: center;
     justify-content: center;
}

.custom-card{
    /* border-bottom: 3px solid white  !important;
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
    border-top  : 1px solid white !important;
    padding: 20px; */
}
.custom-card-title{
    color: white; 
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(255, 255, 255), 0 0 5px darkblue;
    text-align: center;
}

.custom-input{
    background-color: transparent !important;
    color: white !important;
    font-size: medium;
    border-bottom: 3px solid rgb(255, 255, 255)  !important;
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
    border-top  : 1px solid white !important;
    font-weight: 700 !important;
    margin: 0 !important;
    box-shadow: 10px 10px;
    
}


.custom-input:focus{
    background-color: red !important;
    color: rgb(76, 56, 6) !important;
    
    font-weight: 600 !important;
}


.custom-input::placeholder {
    color: white !important;
    opacity: 1; /* Firefox */
  }
  
.custom-input::-ms-input-placeholder { /* Edge 12 -18 */
    color: white !important;
}
.custom-label{
    color: rgb(238, 213, 166) !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(255, 255, 255), 0 0 5px darkblue;
}
.custom-btn{
    box-shadow: 3px 2px white;
    color: white !important;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(255, 255, 255), 0 0 5px darkblue;
    font-weight: 600;
}

.custom-btn:hover{
    box-shadow: 3px 2px orange;
    background-color: white !important;
    color: orange !important;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(255, 255, 255), 0 0 5px darkblue;
    font-weight: 600;
}

/* input, select, textarea{
    color: #ff0000;
}

textarea:focus, input:focus {
    color: #ff0000;
} */