﻿body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    padding: 50px 65px 40px 165px;
}

.inner-wrap {
    max-width: 454px;
    width: 100%;
}

.inner-wrap h3 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #14133b;
}
.inner-wrap label {
    color: #14133b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.form-group {
    margin-bottom: 30px;
}
.logo {
    width: 200px;
    margin-bottom: 35px;
}
.banner-content{
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-content:before{
    content: "";
    border-radius:  100px 0 0 100px ;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/school-bg.jpg");
    top: 0;
    left: 0;
}
    .banner-content.parent-bg:before {
        background-image: url("../images/parent-bg.jpg");
    }


    .fxt-inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: 680px;
        height: 100%;
        padding: 60px 50px;
        border-radius: 30px;
        max-width: 515px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

.fxt-transition-delay-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fxt-transformX-R-50 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0s;
}

.fxt-sub-title {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 300;
}

.fxt-main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;

}

.fxt-description {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    max-width: 390px;
    width: 100%;
}

.text-sm {
    font-size: 14px !important;
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input, textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0;
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

.btn-grad {
    background-image: linear-gradient(to right, #e42055 0%, #ffc629 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    display: block;
    width: 100%;
    font-size: 17px;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }
         
.bg-blue {
    color: #fff;
    background-color: #1A237E !important;
}

@media screen and (max-width: 991px) {
    .logo {
        margin: 0 auto 20px;
        width: 120px;
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        padding: 10px 25px;
    }
    .inner-wrap {
        max-width: 100%;
    }
}
