﻿body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.footer--light {
    background: #002040;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #686868;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
    font-size: 13px;
    z-index: 99999999;
}
.container-fluid {
    padding-left: 70px !important;
    padding-right: 70px !important;
    width: 100% !important;
}

.closebtnbanner {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    color: #e0e0e0;
    padding: 2px;
    line-height: 9px;
}
button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.loading-mask {
    z-index: 9999999;
    position: fixed;
    width: 100%;
}
input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    outline: 0;
    border: none;
    background: 0 0;
    outline-width: 0;
}
.student-registration-banner {
    width: 100%;
    height: auto;
    padding: 60px 30px 0;
   /* margin-top: 92px;*/
    background-image: url(https://webresources.eupp.in/Images/Home/student-registration.jpg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.wt-sectiontitle h2 {
    margin: 0 0 13px;
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    font-weight: normal;
    padding-left: 50px;
}
.wt-sectiontitle span {
    display: block;
    color: #fafafa;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    padding-left: 50px;
}

.wt-textcenter .wt-sectiontitle:after {
    left: 5.5%;
    margin: 0 0 0 0;
}

.wt-sectiontitle:after {
    background: #ff5851;
}

.wt-sectiontitle:after {
    left: 0;
    bottom: 0;
    height: 4px;
    content: '';
    width: 160px;
    border-radius: 2px;
    position: absolute;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wt-sectiontitle {
    padding-bottom: 30px;
    position: relative;
    margin: 0 0 50px;
}

.wt-sectionhead, .wt-sectiontitle {
    width: 100%;
    float: left;
    padding-top: 20px;
}