*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;  
    margin: 0;
    letter-spacing: 0.03rem;
    list-style-type: none;
    
}

html{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;
    /* background: #E2E3E5; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' viewBox='0 0 600 600'%3E%3Cpath d='M602.6338019811849 42.07573249762288C572.5439836624998 -55.52905973965892 480.32839477496736 -16.45720161174703 424.7894721471997 36.68651059096089C369.2505495194328 89.83022279366881 239.3104478958976 263.33321347658864 269.40026621458253 360.93800571387044C299.4900845332674 458.54279795115224 549.7894594315428 675.4589762173591 605.3283820593099 622.3152640146513C660.8673046870767 569.1715518119433 632.7236202998697 139.68052473490468 602.6338019811849 42.07573249762288C572.5439836624998 -55.52905973965892 480.32839477496736 -16.45720161174703 424.7894721471997 36.68651059096089 ' fill='url(&quot;%23SvgjsLinearGradient1000&quot;)' transform='matrix(1.2155062500000002,0,0,1.2155062500000002,-101.17657046251315,-58.69925390365131)'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='SvgjsLinearGradient1000' gradientTransform='rotate(107, 0.5, 0.5)'%3E%3Cstop stop-color='%230f3443' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%2334e89e' offset='1'%3E%3C/stop%3E%3C/linearGradient%3E%3CradialGradient id='SvgjsRadialGradient1001' r='0.7'%3E%3Cstop stop-color='%230f3443' offset='0'%3E%3C/stop%3E%3Cstop stop-color='%2334e89e' offset='1'%3E%3C/stop%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
background-repeat: no-repeat no-repeat;
background-position: center center;
background-size: cover;
    
}

a{
    text-decoration: none;
}


.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 0.5px #000000; 
    box-shadow: 0px 0px 10px 0.5px #000000;
}

.form-left,.btn-grad{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
}

.reg-form{
    display: block;
    padding-top: 75px;
    padding-bottom: 100px;
}

footer{
    background: linear-gradient(50deg, #0f3443 0, #34e89e 100%);
    /* clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%); */
    padding-top: 90px;
    z-index: 0;
}

.copyright{
    font-size: 11px;
}

.footer-highlights{
    text-align: center;
}

.footer-highlights li{
    list-style-position: inside;
    list-style-type: none;
    line-height: 1.75rem;
    font-weight: 500;
    text-align: left;
    text-align: center;
    /* list-style-image: url('list-style-icon.png'); */
}


.footer-highlights h6{
    font-weight: 600;
}


.form-shadow{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* color: #278E5E; */
    color: rgb(119, 121, 121);
    opacity: 1; /* Firefox */
  }
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /* color: #278E5E; */
    color: #000;
  }
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    /* color: #278E5E; */
    color: #000; 
  }

.zoom-anim{
    cursor: pointer;
    transition: all 0.25s;
}

.zoom-anim:hover{
    transform: scale(105%);
}

.register-banner{
    margin-top: 54px;
}


@media only screen and (max-width: 992px) {
  
    body{
        background-repeat: no-repeat;
        background-size: cover;
    }

    .demo-form{
        background-color: white;
    }
}



@media only screen and (min-width: 992px) {
    .reg-form-row{
        background-color: white;
    }
}

@media only screen and (min-width: 572px) {
    .register-banner{
        margin-top: 123px;
    }
}
