.auth-box {
    max-width: 1500px;
    margin: 1px auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    padding-left: 15px;
    padding-right: 15px;
}
.d-table {
    width: 100%;
     height: 1%; 
} 
.form-left-content {
    padding: 28px 30px 50px 30px;
}
.form-left-content .login-links a {
    display: block;
    margin-top: 15px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 30px;
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.form-content .heading::before {
    content: '';
    background: #2962ff;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
p{
    text-align: justify;
}