@font-face {
    font-family: digitalb;
    src: url("../fonts/DS-DIGIB.TTF");
}

body {
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    /*background: url("../images/home_bg.jpg") no-repeat center center fixed; 
    background-repeat:no-repeat;
    background-size:100% 100vh;*/
}

.body-home {
    height:100vh;
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    background: url("../images/home_bg.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;
}

.body-home-mobile {
    height:100vh;
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    background: url("../images/home_bg_mobile.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;

}

.body-register {
    height:100vh;
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    background: url("../images/register_bg.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;
}

.body-register-mobile {
    height:100vh;
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    background: url("../images/register_bg_mobile.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;
}

.register-bg-left {
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    background: url("../images/register_bg.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;
}

.register-bg-right {
    font-family: 'Nunito', sans-serif;
    font-size:14px;
    background: url("../images/register_bg_right.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;
}

.home-bg-center {
    height:100vh;
    background: url("../images/home_bg.jpg"); 
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: cover;
}
.home-bg-left {
    height:100vh;
    background: url("../images/home_bg_left.jpg"); 
    background-repeat:repeat;
    background-size: 57px 100%;
}
.home-bg-right {
    height:100vh;
    background: url("../images/home_bg_right.jpg"); 
    background-repeat:repeat;
    background-size: 56px 100%;
}


.modi-bg {
    background: url("../images/modi.png") no-repeat;
    background-size: 556px 516px;
    height:516px;
    width:556px;
}

.section-2-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bjp-logo-bg {
    background: url("../images/bjp-logo.png") no-repeat;
    background-size: 159px 164px;
    height:164px;
    width:159px;
}

.section-2-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bdw-bg {
    background: url("../images/bdw2.png") no-repeat center center;
    background-size: 100% 100px;
    height:100px;
    width:100%;
}

.bdw-bg2 {
    background: url("../images/bdw2.png") no-repeat center center;
    background-size: 80% 80px;
    height:80px;
    width:80%;
}

.section-2-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-text {
    font-family: digitalb;
    color: white;
}

.section-2-4 {
    padding-top:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-now-bg {
    width:190px;
    height:54px;
    background: url("../images/register_now.png") no-repeat center center;
    background-size: 100% 100%;
}

.register-now-bg-md {
    width:150px;
    height:43px;
    background: url("../images/register_now.png") no-repeat center center;
    background-size: 100% 100%;
}

.register-now-bg-sm {
    width:120px;
    height:34px;
    background: url("../images/register_now.png") no-repeat center center;
    background-size: 100% 100%;
}

.register-now-bg:hover {
    cursor: pointer;
    border-radius:46px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 1);
}

.register-now-bg-sm:hover {
    cursor: pointer;
    border-radius:46px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 1);
}

.text-shadow-1 {
    text-shadow: 0px 0px 5px #638253;
}

.form-container {
    width:100%;
    background: rgba(0, 0, 0, 0.3);
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    color : #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dw-form-label {
    font-size:1.5em;
    margin-bottom:0px;
    padding-bottom:0px;
    text-shadow: 0px 0px 5px #638253;
}

.dw-form-control {
    border:1px solid #ffc107;
    border-radius: 10px;
    font-size:1.3em;
}

.dw-btn {
    font-size: 1.5em;
    border-radius:15px;
    min-width: 175px;
}