#kucoin-form 
{

}
#kucoin-form .content
{
/*    background-image:url('../images/slider-right.png');*/
   /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100vh;
    width:100%;
    padding:15px 60px;*/
    padding: 0 !important;
}
.bKGnPp {
    color: rgb(30, 230, 110);
}
@media(max-width:1400px)
{
    #kucoin-form .content
    {
        padding:15px 30px;
    } 
}
#kucoin-form .content .overlay-content
{
    padding:100px ;

}
@media(max-width:1400px)
{
    #kucoin-form .content .overlay-content
{
    padding:100px 10px;

}
}
#kucoin-form .content .overlay-content h1
{
   color:white;
   font-size: 48px;
   line-height: 70px;
}
@media(max-width:992px)
{
    #kucoin-form .content .overlay-content h1
    {
        font-size: 36px;
        line-height: 45px;
    }
}
#kucoin-form .content .overlay-content p
{
    font-size: 38px;
    color:rgb(166,169,175);
    font-weight: 500;
    line-height: 50px;
    padding-top: 25px;
}
@media(max-width:992px)
{
    #kucoin-form .content .overlay-content p
    {
        font-size: 28px;
        
        line-height: 35px;
        padding-top: 25px;
    }

}
#kucoin-form .form-area 
{
    padding:40px 40px 0px 40px;
}
#kucoin-form .form-area .navigation p
{
    text-align: right;
}

#kucoin-form .form-area .navigation p a
{
    color:green;
}
#kucoin-form .form-area .form
{
    padding:80px 100px;
}
@media(max-width:1400px)
{
    #kucoin-form .form-area .form
    {
        padding:40px;
    } 
}
@media(max-width:450px)
{
    #kucoin-form .form-area .form
    {
        padding:0px;
    } 
}
#kucoin-form .form-area .form form label
{
/*   font-family: "Red Hat Text";*/
    font-size: 0.75rem;
    line-height: 1.75;
    font-weight: 700;
    color: rgb(19, 12, 52);
    text-align: left;
}
#kucoin-form .form-area .form form input
{
    height:55px;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid rgb(184, 182, 194);
        border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 4px !important;
}
#kucoin-form .form-area .form form button
{
    padding:14px;
    font-weight: bold;
    margin-top: 50px;

    border: none;
    background-color: rgb(30, 230, 110);
    color: rgb(19, 12, 52);
        border-radius: 100px;
        font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-inline: 31px;
    min-height: 52px;
    min-width: 120px;
    width: 100%;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#kucoin-form .form-area .form form button:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px 0px, rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}

#kucoin-form .form-area .form h2
{
       color: rgb(19, 12, 52);
    text-align: center;
/*    font-family: "Red Hat Display";*/
    font-size: 4rem;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 60px;
}
#kucoin-form .form-area .form .nav-tabs .nav-item .active
{
    color:green;
    border:none;
}
#kucoin-form .form-area .form .nav-tabs 
{
    border:none;margin-bottom: 20px;
}

#kucoin-form .content{
    position: sticky;
    top: 0;
}