* {
    margin: 0;
    padding: 0;
}

.row {
    margin: 0 !important;
}

.col-md-9,
.col-md-3 {
    padding: initial !important;
}

.image-box {
    height: 100vh;
    background-image: url(../bg.jpg);
    background-size: cover;
    background-position: center;
}

.image-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
}

.image-box h1 {
    color: #fff;
    font-size: 40px;
    font-family: Viga;
    padding-top: 400px;
    padding-left: 70px;
    position: relative;
    z-index: 20;
}

.image-box h3 {
    color: #fff;
    font-size: 20px;
    font-family: Viga;
    padding-left: 70px;
    position: relative;
    z-index: 20;
}

.image-box .text-p {
    color: #fff;
    padding-left: 70px;
    position: relative;
    z-index: 20;
    font-size: 14px;
    bottom:0;
    padding-bottom:30px;
}

.span-g {
    position: relative;
    color: #e91e63;
    font-family: Viga;
    z-index: 20;
}

.span-g::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 4px;
    background-color: #37fcca;
    transform: skewY(-3deg);
    z-index: -10;
    border-radius: 4px;
}

.span-t {
    position: relative;
    color: #e91e63;
    font-family: Viga;
    z-index: 20;
}

.span-t::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #37fcca;
    transform: skewY(-3deg);
    z-index: -10;
    border-radius: 4px;
}

.patner-logo {
    bottom: 60px;
    position: absolute;
}

.patner-logo img {
    width: 8%;
    margin: 0 5%;
}

.form-container {
    height: 100%;
}

.form-container .footer {
    position: absolute;
    bottom: 0;
    z-index: 20;
}


.form-container .footer p {
    font-size: 12px;
    border-top: 1px solid #3d3d3d;
    /*padding-left: 35px;*/
    /*padding-right: 35px;*/
    text-align: center;
    margin-bottom: 0;
    font-family: Viga;
}

.form {
    /* width: 360px; */
    padding: 2rem 2rem;
}

.form img {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__title {
    text-align: center;
    font-size: 16px;
    font-weight: 400rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.form__div {
    position: relative;
    height: 48px;
    margin-bottom: .5rem;
}

.form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    font-size: 16px;
    border: 1px solid #acacac;
    border-radius: .5rem;
    outline: none;
    padding: 1rem;
    background: none;
    z-index: 1;
}

.form__label {
    position: absolute;
    left: 1rem;
    top: .3rem;
    padding: 0 .25rem;
    background-color: #fff;
    color: #3d3d3d;
    font-size: 13px;
    transition: .3s;
}

.form__button {
    display: block;
    margin-left: auto;
    margin-top: 10px;
    padding: .55rem 2rem;
    border: none;
    background-color: #008080;
    border-radius: .5rem;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: .3s;
}

.form__button:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, .15);
}

.form__input:focus+.form__label {
    top: -.5rem;
    left: .8rem;
    color: #008080;
    font-size: 10px;
    font-weight: 500;
    z-index: 10;
}

.form__input:not(:placeholder-shown).form__input:not(:focus)+.form__label {
    top: -.5rem;
    left: .8rem;
    font-size: 10px;
    font-weight: 500;
    z-index: 10;
}

.form__input:focus {
    border: 1.5px solid #008080;
}

.fpassword {
    color: #008080;
    cursor: pointer;
    font-size:12px;
}

.wave {
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 660px) {
    .wave {
        display: none;
    }

    .image-box {
        height: 25vh;
    }

    .image-box h1 {
        color: #fff;
        padding-top: 60px;
        font-size: 25px;
        padding-left: 50px;
        padding-right: 50px;
        font-family: Viga;
        text-align: center;
    }

    .span-g::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #37fcca;
        transform: skewY(-5deg);
        z-index: -10;
        border-radius: 4px;
    }

    .image-box h3 {
        display: none;
    }

    .image-box .text-p {
        display: none;
    }

    .form {
        /* width: 360px; */
        padding: 2rem 2rem;
    }

    .form img {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-container .footer {
        position: absolute;
        top: 115%;
        text-align: center;
        bottom: 0;
    }

    .form-container .footer p {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .wave {
        display: none;
    }

    .image-box {
        /* display: none; */
        height: 25vh;
    }

    .image-box h1 {
        color: #fff;
        padding-top: 60px;
        font-size: 16px;
        padding-left: 50px;
        padding-right: 50px;
        font-family: Viga;
        text-align: center;
    }

    .span-g::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #37fcca;
        transform: skewY(-5deg);
        z-index: -10;
        border-radius: 4px;
    }

    .image-box h3 {
        display: none;
    }

    .image-box .text-p {
        display: none;
    }

    .form {
        /* width: 360px; */
        padding: 2rem 2rem;
    }

    .form img {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-container .footer {
        position: absolute;
        top: 115%;
        text-align: center;
        bottom: 0;
    }

    .form-container .footer p {
        text-align: center;
    }
}