@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700');

body {
    font-family: 'Hind Siliguri', sans-serif;
    line-height: normal;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a, a:hover {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder { /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1230px;
}

select {
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.loginpagebg {
    /*background-color: #F29F53;
    background-image: url(../images/loginpagebg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 724px;*/
    padding: 195px 0 70px;
    width: 100%;
    height: 100%;
}
body {
/*background: url(../images/loginpagebg.jpg) no-repeat fixed 0 0 #F29F53;*/
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-position:center;
}
.footerbottomfixed {
    position:fixed;
    bottom:0;
    top:auto;
    left:0;
    right:0;
}

.contentboxwrap {
    width: 32.4%;
    float: left;
    padding-right: 20px;
}

.contentbox {
    width: 100%;
    float: left;
    background-image: url(../images/loginboxbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 380px;
    text-align: center;
    border-radius: 20px;
}


.contentbox_new {
    width: 31%;
    float: left;
    /*background-image: url(../images/loginboxbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
    min-height: 380px;
    text-align: center;
    border-radius: 20px;
    margin:0% 31%
}

.boxlogin .contentbox {
    background-image: url(../images/loginboxbg02.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.contentbox .topimg {
    margin: -71px 0 0 4px;
}

.contboxtitle {
    color: #b7131a;
    font-size: 20px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    margin: 15px 0 0;
    line-height: 24px;
    background-image: url(../images/sap01.png);
    background-repeat: no-repeat;
    background-position: center 61px;
    padding: 0 0 60px;
}

    .contboxtitle span {
        display: block;
    }

.contentbox p {
    color: #3e3e3e;
    font-size: 16px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    padding: 5px 18px;
}

.contentboxwrap.boxlogin {
    padding-right: 0;
    width: 35.2%;
}

.boxlogin .contentbox .topimg {
    margin: -69px 0 18px;
}

.boxlogin .contentbox {
    padding: 10px 30px 0;
}

.loginform {
    width: 100%;
    float: left;
}

    .loginform select {
        background-image: url(../images/icon-drp.png);
        background-repeat: no-repeat;
        background-position: 100% 0px;
        background-size: 46px;
    }

    .loginform input[type="text"], .loginform select {
        background-color: #eeeeee;
        border: 2px solid #cccccc;
        border-radius: 10px;
        color: #8d8d8d;
        cursor: pointer;
        font-size: 18px;
        padding-left: 10px;
        font-weight: 500;
        height: 50px;
        width: 100%;
        margin: 0 0 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

    .loginform input[type="submit"] {
        background-color: #0f89e6;
        border: none;
        padding: 0;
        border-radius: 10px;
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 50px;
        text-transform: uppercase;
        font-weight: 600;
        float: left;
    }

        .loginform input[type="submit"]:hover {
            background-color: #b4b4b4;
        }

    .loginform p {
        color: #8e8e8e;
        font-size: 17px;
        font-family: 'Hind Siliguri', sans-serif;
        font-weight: 400;
        margin: 16px 0 0;
        padding: 0;
        width: 100%;
        float: left;
    }

.footerbottom p {
    color: #6e6e6e;
    font-size: 16px;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
    margin: 14px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
}

    .footerbottom p a {
        color: #6e6e6e;
        text-transform: uppercase;
    }

        .footerbottom p a:hover {
            color: #000;
        }


/* Medea Queries */
@media only screen and (max-width: 1099px) {
    .boxlogin .contentbox {
    padding: 10px 0 0;
}
}
@media only screen and (max-width: 991px) {    
    .contentboxwrap {
        width: 100% !important;
        float: left;
        padding: 0 0 90px !important;
    }

    .loginpagebg {
        min-height: 10px;
        padding: 100px 0 30px;
    }

    .contentbox {
        width: 100%;
        min-height: 10px;
        padding: 0 0 20px;
        max-width: 373px;
        margin: 0 auto;
        min-height: 384px;
        float: none;
        display: block;
        margin-bottom: 70px;
    }

    .contentboxwrap.boxlogin {
        padding: 0 !important;
    }

    .contboxtitle {
        font-size: 16px;
        line-height: 18px;
        background-size: 150px;
        padding: 0 0 30px;
        background-position: center 43px;
    }

    .contentbox p {
        font-size: 13px;
        line-height: 17px;
        padding: 5px 16px;
    }

    .contentbox .topimg {
        position: relative;
        /*top: -72px; Comment by krishna 06/05/2019*/
        top: -30px;
    }

    .boxlogin .contentbox .topimg {
        position: relative;
        top: 0;
    }

    .boxlogin .contentbox {
        padding: 10px 20px 0;
        position: relative;
        top: -70px;
    }

    .loginform select {
        background-size: 38px;
    }

    .loginform input[type="text"], .loginform select, .loginform input[type="submit"] {
        height: 42px;
        font-size: 14px;
    }

    .loginform input[type="submit"] {
        font-size: 16px;
    }

    .footerbottom p {
        font-size: 12px;
        line-height: 15px;
    }

    .loginform p {
        font-size: 14px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {

    .form-control1 {
        width: 87%;
        height: 37px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        /*border-radius: 4px;*/
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

        .form-control1:focus {
            border-color: #4d7db3;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

    .input-group-addon1 {
        border-radius: 0;
        background-color: #4d7db3;
        border-color: #4673a5;
        color: #fff;
        padding: 6px 12px;
        border-radius: 0;
        background-color: #4d7db3;
        border-color: #4673a5;
        color: #fff;
        margin-right: -3px;
    }
}

@media only screen and (max-width: 479px) {
    .boxlogin .contentbox {
        padding: 10px 5px 0;
    }

        .boxlogin .contentbox .modal-body {
            padding: 0;
        }
}

.modal_R {
    display: none; /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 185px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #96CDCA; /* Fallback color */
    background-color: rgba( 150, 205, 202,0.3); /*  opacity */
}

/* Modal Content */
.modal-content_R {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 6px;
    width: 80%;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* The Close Button */
.close_R {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_R:hover,
.close_R:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ftr_lft_prt {
    color: #333333;
    float: left;
    padding: 12px 0 0 5px;
}

.ftr_rgt_prt {
    float: right;
    padding: 9px;
}
