        body {
        background-color: #F3EBF6;
    }
    
    .main {
        background-color: #FFFFFF;
        width: 400px;
        height: 430px;
        margin: 6em auto;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
    
    .sign {
        padding-top: 50px;
        font-size: 23px;
    }
    
.cross-line {
    display: inline-table;
    white-space: nowrap;
}

.cross-line::before, .cross-line::after {
    border-top: 1px solid #dadada;
    content: "";
    display: table-cell;
    position: relative;
    top: 1em;
    width: 24%;
}

.cross-line > span {
    padding: 0 15px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.cross-line::before, .cross-line::after {
    border-top: 1px solid #dadada;
    content: "";
    display: table-cell;
    position: relative;
    top: 1em;
    width: 24%;
}

.zoho-button {
    font-size: 15px;
    height: 50px;
    padding: 0 60px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    background: url('../media/image/logos/percolator-icon-salesforce.webp') no-repeat;
    color: rgb(255 255 255);
    width: 17.5em;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.d-none
{
    display: none;
}

form#login-with-zoho {
    margin-top: 20px;
}

.gw-login01 .login-img01{

    width: 30%;
    height: auto;
    filter: drop-shadow(0px 0px 5px #3c3c3c);
    cursor: pointer;

}

/* New Login Page Styles */



.login-container01{
    width: 100%;
    height: 100%;
    background: url(../media/image/login/login-bg-2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    }
    .login-container01 .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    }
    .login-container01 .card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    }
    .login-div01{
    padding-top: 10rem;
    }
    .login-logo01{
    width: 70%;
    height:auto;
    }
    .login-head01{
    margin-bottom: 0;
    color: #01954b;
    padding-top: 20px;
    font-size: 1.67rem;
    text-align: center;
    }
    .logo-s03{
    padding-right: 0px;
    }
    .login-logo03{
    width: 100%;
    height:auto;
    }
    .title-div01{
    text-align:center;
    margin-top: 1.5rem;
    }
    .login-title01{
    color:#179cd7;
    margin-bottom: 5px;
    }
    .submit-img01{
    width: 20%;
    height: auto;
    cursor: pointer;
    }


    