*
{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    /* overflow-x: hidden;   */
}
#banner
{
    background: url('	https://webxtrader.com/public/frontend/images/ecn-trading-desktop-banner.jpg.webp');
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
#banner-left
{
    background: url('https://www.forextime.com/themes/custom/fxi_theme/dist/assets/bg-images/jumbotron-trading-tools.71d6cd.svg');
    padding: 60px 80px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner-left div h5
{
    overflow: hidden;
}
#section-1,#section-2,#section-3
{
    background-color: black;
    color: white;
    padding-top: 30px;
}
span
{
    color: #dc412c;
}
#section-2-right img
{
    border-radius: 15px;
}
#section-2-left
{
    display: flex;
    align-items: center;
}
#section-4
{
    background-color: #252842 !important    ;
    color: white;
    background-image: url('https://www.forextime.com/themes/custom/fxi_theme/dist/assets/bg-images/logo-background.85910b.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.card
{
    background-color: #252842 !important    ;
    color: white;
    border: #fff 1px solid !important;
    text-align: center;
    height: 230px;
}
#section-5
{
    width: 100%;
    background-image: url('	https://www.forextime.com/s3-static/ECN-Trading-Guide/ENC_Guide_intro.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: white !important;
}
#section-5 .col-12
{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color:#252842 ;
    height: 100%;
    opacity: .9;
}
#section-5 .col-12 div p
{
    text-align: center;
    color: white !important;
    padding: 40px;
}
#section-6
{
    width: 100%;
    background-image: url('	https://www.forextime.com/themes/custom/fxi_theme/dist/assets/images/join-us-bg.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: white !important;
    height: fit-content;
}
#section-6 #openacc
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#section-6 .openaccbtn
{
    background-color: #fff;
    color: #ff4521;
    text-decoration: none;
    padding: 13px;
    border-radius: 20px;
    font-weight: bolder;
}
#section-6 .openaccbtn:hover
{
    background-color: #ff4521;
    color: #fff;
    border: 1px solid #fff  ;
}
#section-7
{
    background-color: black;
    color: #fff;
}
.icons
{
    display: flex;
    justify-content: space-around;
    color: #ff4521;
}
.icons div{
    text-align: -webkit-center;
}
#section-7 .col-md-6 .cards
{
    background-color: #fff;
    border-radius: 20px;

}
#section-7 .col-md-6 .cards .btn
{
    display: flex;
    justify-content: space-evenly;
}
#loginbtn
{
    background: rgb(41,227,135);
    background: linear-gradient(90deg, rgba(41,227,135,1) 0%, rgba(41,227,135,1) 38%, rgba(164,226,45,1) 100%);
    padding: 13px;
    border: none;
    border-radius: 10px;
}
#loginform,#registerform
{
    color: black;
}
#loginform p,#registerform p
{
    font-size: small;
}
#registerdiv,#logindiv
{
    width: 50%;
    padding: 20px;
    border-radius: 20px;
}
