﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');

body {
    font-family: 'Montserrat', sans-serif !important;
    color: #4f4f4f;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
}

img {
    max-width: 150%;
}

a, a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    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: 1310px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.branchloginheader {
    clear: both;
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.toplogo {
    float: left;
    width: 100%;
}

    .toplogo a {
        float: left;
        margin: 20px 0;
        width: 20%;
    }

        .toplogo a[title="balajitourist"] {
            width: 18%;
            margin: 15px 0 -50px;
            position: relative;
            z-index: 3;
        }

.branchloginbanner {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.branchlogincontent {
    width: 100%;
    float: left;
}
/* fade on slider start */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
/* fade on slider end*/
.branchloginslider {
    float: left;
    width: 65.7%;
}

    .branchloginslider .carousel-inner > .item img {
        margin: 0 auto;
    }

    .branchloginslider a.carousel-control {
        background-image: none;
        text-shadow: none;
        top: 50%;
        height: 28px;
        width: 28px;
        font-size: 25px;
        line-height: normal;
        background-color: transparent;
        border-radius: 50%;
        color: #3e3e3e;
        opacity: 1;
        left: -43px;
        border: 2px solid #3e3e3e;
        margin: 5px 0 0;
    }

        .branchloginslider a.carousel-control.right {
            right: auto;
            margin: -33px 0 0;
        }

        .branchloginslider a.carousel-control i {
            vertical-align: top;
            line-height: 24px;
        }

        .branchloginslider a.carousel-control:hover {
            background-color: transparent;
            color: #f37022;
            border: 2px solid #f37022;
        }

.branchloginform {
    float: right;
    width: 34.3%;
    box-shadow: 0 5px 40px rgba(0,1,1,0.15);
    position: relative;
    margin: -45px 0 0;
    border-radius: 5px;
}

.branchloginformbg {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    padding: 61px 45px 57px;
}

    .branchloginformbg h1 {
        margin: 0 0 19px;
        color: #f37022;
        font-size: 25px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: normal;
    }

.branchloginform:after {
    background-image: url("../img/formsgadow.png");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 136px;
    position: absolute;
    content: "";
    left: -30px;
    top: auto;
    bottom: -84px;
    width: 498px;
    z-index: 2;
}

.branchinput {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 19px;
}

.togglepassword {
    color: #3e3e3e;
    font-size: 18px;
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 14px;
    line-height: normal;
    cursor: pointer;
}

.branchloginformbg label {
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}

.branchloginformbg input[type="password"], .branchloginformbg input[type="text"] {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    padding: 0 0 0 18px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

.signinwrap {
    float: left;
    width: 100%;
    text-align: center;
}

.branchloginformbg input[type="submit"] {
    background: #f37022;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 1px 0 0;
    text-transform: uppercase;
    display: inline-block;
    height: 35px;
    border-bottom: 3px solid #cf550c;
    width: 100%;
    max-width: 210px;
    margin: 17px 0 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.20);
}

    .branchloginformbg input[type="submit"]:hover {
        background: #f87527;
    }

    .branchloginformbg input[type="password"]:focus, .branchloginformbg input[type="text"]:focus, .branchloginformbg input[type="submit"]:focus {
        outline: none;
    }

.branchloginpatternbg {
    background-image: url("../img/patternbg.png");
    background-repeat: repeat;
    background-position: left top;
    background-color: #fff;
    float: left;
    width: 100%;
    min-height: 485px;
    margin: -270px 0 0;
}

.branchloginfooterlogo {
    float: left;
}

    .branchloginfooterlogo a {
        float: left;
    }

.branchloginfooter {
    clear: both;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0;
}

.copyrights {
    float: left;
    color: #999999;
    font-size: 14px;
    padding: 14px 0 0 111px;
    font-weight: 400;
}

    .copyrights a {
        color: #ce212b;
        text-transform: uppercase;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: #f37022;
            text-decoration: none;
        }

        .copyrights a i {
            color: #999999;
            font-style: normal;
        }

.poweredby {
    float: right;
    padding: 13px 0 0;
}

    .poweredby span {
        float: left;
        color: #888b8b;
        font-size: 11px;
        padding: 5px 9px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
    }

/*Popup Style Start Here*/
.branchmodal label {
    display: block;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 500;
}

.branchmodal input {
    display: block;
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.branchmodal .modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.branchmodal .modal-body {
    position: relative;
    padding: 20px 20px 0;
    float: left;
}

.branchmodal .subbtn {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #000;
}
/**/

/* Midea Queries */
@media only screen and (max-width: 1389px) {
    .branchloginslider a.carousel-control {
        left: -34px;
    }

    .toplogo a {
        margin: 14px 0;
        width: 16%;
    }

        .toplogo a[title="balajitourist"] {
            width: 16%;
        }

    .branchloginpatternbg {
        min-height: 375px;
    }
}

@media only screen and (max-width: 1349px) {
    .branchloginslider a.carousel-control {
        left: auto;
        right: 60px;
        top: auto;
        bottom: -40px;
        margin: 0;
    }

        .branchloginslider a.carousel-control.right {
            right: 25px;
            margin: 0;
        }

    .branchloginform:after {
        width: 100%;
        background-size: 100%;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1279px) {
    .branchloginformbg {
        padding: 30px;
    }

        .branchloginformbg input[type="submit"] {
            margin: 10px 0 0;
        }

        .branchloginformbg h1 {
            margin: 0 0 15px;
            font-size: 23px;
        }

    .branchinput {
        margin: 0 0 15px;
    }

    .branchloginformbg label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .branchloginform {
        margin: -42px 0 0;
    }

    .copyrights {
        font-size: 12px;
        padding: 15px 0 0 40px;
    }

    .branchloginfooterlogo {
        width: 25%;
    }

    .branchloginpatternbg {
        min-height: 430px;
    }
}

@media only screen and (max-width: 991px) {
    .branchloginformbg {
        padding: 20px;
    }

    .toplogo a[title="balajitourist"] {
        width: 100%;
        margin: 5px 0 -30px;
    }

    .toplogo a {
        width: 100%;
        max-width: 160px;
        margin: 10px 0;
    }

    .branchloginfooter {
        padding: 10px 0;
        text-align: center;
    }

    .branchloginfooterlogo {
        width: 100%;
        padding: 0 0 3px;
    }

        .branchloginfooterlogo a {
            float: none;
            display: inline-block;
            width: 100%;
            max-width: 200px;
        }

    .branchloginformbg input[type="submit"] {
        font-size: 18px;
        height: 45px;
    }

    .copyrights {
        padding: 15px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .branchloginslider {
        width: 100%;
    }

    .branchloginform {
        margin: 60px 0 0;
        width: 100%;
        float: left;
    }

    .copyrights {
        width: 100%;
        float: left;
    }

    .poweredby {
        float: none;
        padding: 13px 0 0;
        display: inline-block;
    }

    .branchloginform:after {
        background-size: 78%;
    }

    .branchloginpatternbg {
        min-height: 380px;
    }

    .branchloginslider a.carousel-control.right {
        right: 0;
    }

    .branchloginslider a.carousel-control {
        right: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .toplogo a {
        max-width: 130px;
        margin: 10px 0;
    }

        .toplogo a[title="balajitourist"] {
            margin: 5px 0 -20px;
            max-width: 90px;
        }

    .branchloginform:after {
        background-size: 100%;
    }

    .branchloginform:after {
        background-size: 100%;
        bottom: -60px;
    }

    .branchloginpatternbg {
        min-height: 340px;
    }

    .copyrights span {
        display: block;
    }
}
