::-webkit-input-placeholder{
    color: #fff;
    font-size: 16px
}
::-moz-placeholder{
    color: #fff;
    font-size: 16px
}
:-ms-input-placeholder{
    color: #fff;
    font-size: 16px
}
:-moz-placeholder{
    color: #fff;
    font-size: 16px
}
textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 20px;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    font-size: 20px;
}

textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
}

html,body,div,p,h1,h2,h3,h4,h5,h6,span,a,ul,li,ol,i,em,table,tb,dd,dt,input,checkbox,radio,textarea,button{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus{
    outline: none;
    border: 1px solid #2DBE60
}

body,.container{
    background: #F6FEED;;
}
.container .con-header{
    margin-bottom: 8px;
}
.container .con-header img{
    display: block;
    width: 100%;
}
.con-header .header-data{
    font-size: 16px;
    color: #30724C;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 38px;
    padding: 0 16px;
    text-align: center;
    box-sizing: border-box;
}
.con-header .header-data .Enrolments{
    margin-right:54px;
}
.header-link{
    display: block;
    width: 250px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: rgb(46, 114, 75);
    box-shadow: inset 0px 5px 12px 0 rgb(25, 60, 41);
    border-radius: 26px;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 26px;
}
.header-link.disabled{
    background-color: #ddd;
    box-shadow: none;
}

/*header end*/

/*apply.html*/
.apply-container{
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    color: #7B7B7B;
}
.apply-container .text-input{
    width: 100%;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    background-color: rgb(46, 114, 75);
    box-shadow: inset 0px 5px 12px 0 rgb(25, 60, 41);
    border-color: rgb(46, 114, 75);
    outline: none;
    border-radius: 26px;
    margin-top: 24px;
    color: #fff;
    text-indent: 24px;
}

.apply-container .textarea-con{
    width: 100%;
    font-size: 16px;
    height: 241px;
    line-height: 46px;
    background-color: rgb(46, 114, 75);
    box-shadow: inset 0px 5px 12px 0 rgb(25, 60, 41);
    border-color: rgb(46, 114, 75);
    outline: none;
    border-radius: 26px;
    margin-top: 24px;
    color: #fff;
    text-indent: 24px;
}
.apply-container .textarea-con:focus{
    border-color: #2DBE60;
}
.btn{
    /* width: 90%;
    height: 48px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    background: #A9E8BF; */
    display: block;
    width: 250px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #A9E8BF;
    /* background-color: rgb(46, 114, 75);
    box-shadow: inset 0px 5px 12px 0 rgb(25, 60, 41); */
    border-radius: 26px;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 50px;
}
.apply-container .btn.primary{
    background-color: rgb(46, 114, 75);
    box-shadow: inset 0px 5px 12px 0 rgb(25, 60, 41);
}
.apply-container .btn:active{
    background: #A9E8BF;
}
