p {
    margin: 0;
    padding: 0;
}

/* body {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
} */

.text-primary{
    color: #D56AE8 !important;
}

.login-logo {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-logo p {
    font-weight: 600;
}

.login-logo p,
.login-btn-area p {

    font-size: 16px;
    color: #333;
    text-align: center;
}

.login-btn-area {
    padding-top: 150px;
    text-align: center;

}

.sign-btn {
    width: 100%;
    padding: 10px 25px;
    border: none;
    background-color: #D56AE8;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-btn-area p {
    color: #fff;
}

.login-btn-area h6 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-form {
    padding: 15px;
}

.modal-form button {
    border: none;
}