.content {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
}

.content::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    top: 0;
    right: 100%;
    width: 10000px;
    height: 100%;
    background-color: #fff;
    transform-origin: bottom right;
    transform: skewX(156deg);
    -webkit-transform: skewX(156deg);
    -moz-transform: skewX(156deg);
    -ms-transform: skewX(156deg);
    -o-transform: skewX(156deg);
}

.form {
    padding-bottom: 2rem;
}

.form-control {
    padding: 0 22px;
    font-family: Lato-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    border-radius: 30px;
    margin-bottom: 1rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(0,0,0,.8);
}

.btn-submit {
    background: #57b846;
    width: 100%;
    color: #fff;
    border: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-submit:hover {
    color: #fff;
    background: #1d75bd;
}

.logo-img {
    width: 100px;
}

.card-title {
    color: #1d75bd;
    font-weight: 700;
    margin-top: 3rem;
}


.card-description {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
}

.content-card {
    margin-top: 1rem;
    border: 0;
}

.card-list {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 2rem;
}


.card-list span {
    color: #fc0001;
    font-weight: 600;
    font-size: 18px;
}


.coming {
    margin-top: 2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
}

.coming span {
    color: #fc0001;
}


.modal-body i {
    color: #fc0001;
    font-size: 5rem;
    margin-top: 1rem;
}

.modal-body1 i {
    color: #007500;
    font-size: 5rem;
    margin-top: 1rem;
}