body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #808080;
    line-height: 1.73;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

.card-header-bgcolor {
    background-color: #046c92;
}

.card-wrapper {
    background-color: #edecec;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 705px;
}

.card-container {
    background-color: #F0F4F5;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    width: 400px;
    height: auto;
}

.card-header {
    display: flex;
    background-color: #ffffff;
}

.card-header .card-30 {
    width: 30%;
}

.card-header .card-70 {
    width: 70%;
}

.card-logo {
    padding: 14px 10px;
    text-align: center;
}

.card-logo img {
    width: 80px;
}

.card-inner {
    padding: 20px 10px;
}

.card-inner div,
h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.card-inner h3 {
    font-size: 28px;
    line-height: 1.43;
    font-weight: 700;
    margin-top: 0;
}

.card-body {
    padding: 30px 20px;
}

/* .card-body .text {
    margin-bottom: 10px;
} */

.content-box {
    display: flex;
    /* position: relative; */
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 6px;
    background-color: #ffffff;
}

.content-box .icon {
    /* position: absolute; 
    left: -26px;
    top: 5px;*/
    width: 26px;
    margin-top: 3px;
}

.content-box .icon i {
    font-size: 17px;
}

.content-box .text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.coad-footer {
    text-align: center;
    margin-top: 20px;
}

button {
    padding: 15px 60px;
    border: 1px solid #860381;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    color: #860381;
    width: 100%;
    font-weight: 600;
}