.row {
    margin: 0 !important;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

input:focus::-webkit-textfield-decoration-container {
    visibility: hidden;
}

p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #000000;
}

h3 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #8e65fc;
}

.css-1kmnux3 {
    margin: auto auto
}

.row {
    margin: 0 !important;
}

ul li {
    list-style-type: none;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .equal {
        width: 100%;
    }
}

.equal .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    flex: 1;
    -webkit-flex: 1;
}

/* Loader */
.loaderFullPage {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999999;
    background: white;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.4s, opacity 0.4s ease-in-out;
}

.loaderFullPage .vcenter-ctr {
    display: table;
    width: 100%;
    height: 100vh;
}

.vcenter-ctr .vcenter {
    display: table-cell;
    vertical-align: middle;
}

.vcenter-ctr .vcenter .center {
    height: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
