body {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    background-color: #B13F60;
    margin-top: 1rem;
    line-height: 1.5;
    height: 100%;
}

.bg-fluid {
    background-image: url(../images/bg.png);
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0.5;
    background-attachment: fixed;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", Sans-serif;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.6;
    font-weight: 600;
}

.content {
    min-height: 100vh;
}

.separation {
    min-height: calc(100vh - 205px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
}

label.error {
    font-size: 14px !important;
    color: red;
}

label#checkbox-error {
    position: absolute;
    bottom: -25px;
    left: 0px;
}

.terms-and-conditions {
    position: relative;
}

.wrapper {
    position: relative;
    max-width: 450px;
    width: 100%;
    background: #fff;
    padding: 34px;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.bg-primary{
    background: #6a2257 !important;
}

@media (min-width: 768px) {
    .inner-box{
        padding: 0 1.2rem;
    }
}

@media (max-width: 767px) {
    .border-start, .border-end {
        border-left: 0px !important;
        border-right: 0px !important;
    }

    .px-5, .px-4, .px-3, .px-2, .px-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .separation{
        min-height: auto !important;
        padding:25px;
    }
    
    body{
        font-size: 16px;
    }
    
    .wrapper{
        padding: 25px;
    }
}
@media (max-width: 420px) {
    .separation{
        padding:20px;
    }
    
    body{
        font-size: 15px;
    }
    
    .wrapper{
        padding: 20px;
    }
}
