body {
    color: #000;
    height: 100%;
    background-image: linear-gradient(to right, #D500F9, #FFD54F);
    background-repeat: no-repeat;
    background-image: url("../images/SLA_bg.png");
    background-size: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;

}





input,
textarea {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #D500F9 !important;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    /* position: relative; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header {
    width: 100%;
    background-color: #0e3153;
    position: absolute;
    z-index: 3;
}
.header img {
    width: 10%;
    margin: 20px;
}
.header .header-text {
    width: 80%;
    float: right;
    color: #95792d;
}
.header .header-text h1 {
    font-weight: bold;
    font-size: 30px;
    padding: 35px;
    margin-top: 10px;
}

/* Block Quote Styleing  */
/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
    z-index: 1;
    margin: 35px 0 20px 0;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h3 {
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    font-weight: 300;
}

/* Blockquote right double quotes */
.blockquote:after {
    position: absolute;
    content: "”";
    color: rgba(255, 255, 255, 1);
    font-size: 6rem;
    line-height: 0;
    bottom: -22px;
    right: 30px;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h3 {
        font-size: 20px;
   }

}

/* Blockquote subheader */
.blockquote span {
    position: relative;
    color: #292a2b;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding-top: 8px;
    display: block;
    z-index: 1;
}
/* #########################  */

.card {
    border-radius: 0;
    border: none;
    background-color: #ffffff7d;
}

.card1 {
    width: 50%;
    /* padding: 40px 30px 10px 30px */
}

.card2 {
    width: 50%;
    /* background-image: linear-gradient(to right, #FFD54F, #D500F9) */
    background-color: #95792dc2;
}

#logo {
    width: 70px;
    height: 60px
}

.heading {
    margin-bottom: 60px !important
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px
}

.msg-info {
    padding-left: 15px;
    /* margin-bottom: 30px */
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #FFD54F, #D500F9);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 10px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right, #D500F9, #FFD54F)
}

.btn-white {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #D500F9 !important
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #FFD54F, #D500F9)
}

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    /* margin-top: 50px !important */
}

.sm-text {
    font-size: 15px
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        /* padding: 40px 30px 10px 30px */
    }

    .card2 {
        width: 100%
    }

    .right {
        /* margin-top: 100px !important; */
        /* margin-bottom: 100px !important */
    }
    .header .header-text h1 {
        font-weight: bold;
        font-size: 20px;
        padding: 25px;
        margin-top: 10px;
    }

}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        /* padding: 50px */
    }

    .right {
        /* margin-top: 50px !important; */
        /* margin-bottom: 50px !important */
    }

    .header img {
        width: 20%;
        /* margin: 20px; */
    }
    .header .header-text {
        width: 70%;
    }
}

@media screen and (max-width: 560px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        /* padding: 50px */
    }

    .right {
        /* margin-top: 50px !important; */
        /* margin-bottom: 50px !important */
    }

    .header img {
        width: 25%;
        /* margin: 20px; */
        margin: 20px 5px;
    }
    .header .header-text {
        width: 70%;
    }
    .header .header-text h1 {
        font-size: 15px;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
}


footer {
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 20px;
}