@font-face{
    font-family: Poppins;
    src:url(Poppins-Regular.ttf);
}
.page-inner 
{
    /* background-image:linear-gradient(rgba(78,159,61, 0.7), rgba(255,255,255, 0.25)); */
    background-color:transparent;
}
.logo
{
    margin-bottom:40px;
}
.logo img
{
    width:100%;
}
html
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-family: "Poppins";
}
body
{
    background-color:transparent !important;
}
.form-label
{
    font-weight:400;
    padding-left:20px;
}
input[type=text], input[type=password]
{
    border-radius:30px;
    border:1px solid gray;
}

button[type="submit"]
{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #9b1e1e !important;
}
.login-footer
{
    display:flex;
    padding-left:20px;
    padding-right:20px;
}
.login-footer .div
{
    flex:1;
}
.forgot
{
    text-align:right;
    color:gray;
}
.sm-m
{
    margin-bottom:.5rem;
}
label
{
    font-size:14px;
}
.custom-input-logo
{
    position:relative;
}
.custom-input-logo i
{
    position:absolute;
    right: 15px;
    top: 15px;
    font-size:20px;
    cursor:pointer;
}
.custom-input-logo input
{
    padding-right: 50px;
}
.flex
{
    flex-direction:row;
    align-items: center;
}
.login-container
{
    border-radius:0px !important;
    border:0px !important;
    width: 1000px;
}
.fill
{
    flex:1;
}
.warning-message
{
    color:red;
    width:100%;
    text-align: center;
    font-size:18px;
}
input.warning
{
    border:1px solid red;
}
.cust-input-new
{
    width:100% !important;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px !important;
    border-top:1px solid rgb(241, 241, 241) !important;
    border-bottom:5px solid rgb(241, 241, 241) !important;
    border-right:2px solid rgb(241, 241, 241) !important;
    border-left:2px solid rgb(241, 241, 241) !important;
    transition:0.2s;
}
.cust-input-new:focus
{
    border-top:1px solid white !important;
    border-bottom:3px solid darkgray !important;
    border-right:2px solid white !important;
    border-left:2px solid white !important;
}
@media only screen and (min-width: 1400px) {
    label, input, button, .forgot, .warning-message
    {
        font-size:20px !important;
    }
    i
    {
        font-size: 26px !important;
    }
}
@media only screen and (max-width: 991px) {
    .login-container
    {
        width: 500px;
    }
}

.hidden-md-down.d-flex.flex-column {
    background-color: #9b1e1e !important;
}

.btn-danger:hover {
    color: #fff;
    border-color: #9b1e1e;
}

button#btn-email {
        color: #fff;
        border-color: #9b1e1e !important;
        background: #9b1e1e !important;
}

button#btn-login {
    color: #fff;
    border-color: #9b1e1e !important;
    background: #9b1e1e !important;
}

button#btn-verify {
    color: #fff;
    border-color: #9b1e1e !important;
    background: #9b1e1e !important;
}