﻿.pink-btn {
    color: #fff;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 3px;
    background-color: #f0467a;
    box-shadow: 0 11px 21.25px 3.75px rgb(240 70 122 / 13%);
    transition: all 500ms ease;
}

.btn-style-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-shadow: 0px 11px 21.25px 3.75px rgb(240 70 122 / 13%);
    transition: all 500ms ease;
}

    .btn-style-1:hover {
        transform: scale(1.02);
        transition: all 500ms ease;
        color: #fff;
        text-decoration: none;
    }

.green-btn {
    all: unset;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
    width: 150px;
    border-color: #0EAF96;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 3px;
    background-color: #0EAF96;
    box-shadow: 0 11px 21.25px 3.75px rgb(240 70 122 / 13%);
    transition: all 500ms ease;
}
    .green-btn:disabled {
        background-color: #9edfd5;
    }

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.white-bg{
    background-color: #ffffff!important;
}

.purple-main {
    background-color: #2a2685!important;
    height: auto;
    min-height: 100vh!important;
}

.text-white{
    color:#ffffff;
}

.login-container{
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
}