/*17/2/2018*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
}
/*17/2/2018---end---*/
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

/*19/07/18*/
.logimg {
    height: 50px !important;
}

.BgImage { /*//body {*/
    /*background: url(//b2b.hiztrip.com/Images/Login/login_background.png)no-repeat center center fixed;*/
    background-size: cover;
    font-family: Roboto;
}

.login_image {
    width: 100%;
    margin-top: 100px;
    float: left;
    padding: 30px 0;
}

.log-sid-img {
    background: url(//b2b.hiztrip.com/Images/Login/login_panel_redTT.png);
    background-repeat: no-repeat;
    background-position-x: right;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.login {
    font-size: 30px;
}

.contents {
    text-align: center;
    background-color: #ffffff90;
    padding: 30px 30px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}



.logo {
    width: 50%;
    margin-bottom: 10vh;
}

.ClsErrorMsg {
    font-size: 18px;
    color: #f26326;
}

/*kasi*/

.ForgotErrMsg {
    font-size: 18px;
    color: #f26326;
}

.forgotLink {
    text-decoration: underline;
    color: #000;
    font-size: 15px;
}

    .forgotLink:hover {
        color: #ed1d78 !important;
    }

.forgotText {
    position: relative;
    color: black;
    margin-bottom: 15px;
}

.forgotContent {
    padding: 10px 0px;
}

.forgotgroup {
    position: relative;
    margin-bottom: 15px;
}

.forgot {
    font-size: 14px;
    cursor: pointer;
    text-align: right;
}
/*kasi*/
.mandatory {
    color: #ff0000 !important;
    font-size: 15px !important;
}

/*responsive*/

/*Registeration form Design by vignesh on 09/07/2017*/

.bacColor {
    background: #fff;
    padding: 0px 50px;
    font-family: Roboto;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #333;
}

    .bacColor label, .bacColor input {
        font-family: Roboto;
        font-size: 14px !important;
    }

/*Registeration form Design by vignesh on 09/07/2017*/

.group {
    position: relative;
    margin-bottom: 15px;
}

input {
    font-size: 15px !important;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000 !important;
    font-weight: 200;
}

    input:focus {
        outline: none;
        font-weight: bold;
    }

/* LABEL ======================================= */
label {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -15px; /*-10px;*/
    font-size: 16px;
    color: #595959;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #9ecb3b;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }


/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input {
    background-color: transparent !important;
}

/*buttons effect*/

/*.button {
    float: right;
    background: -webkit-linear-gradient(#ff5d9c, #ee045e);
    background: -o-linear-gradient(#ff5d9c, #ee045e);
    background: -moz-linear-gradient(#ff5d9c, #ee045e);
    background: linear-gradient(#ff5d9c, #ee045e);
    border: 1px solid #d20252;
    box-shadow: 0 1px 0 0 #ffa9cb inset;
    color: #ffffff;
    text-shadow: 0 1px 0 #920038;
    background-color: #ed1d78;
    padding: 0.5em 1em;
    line-height: 1;
}*/

/*.button {
    float: right;
    background: -webkit-linear-gradient(#002389);
    background: -o-linear-gradient(#ff5d9c, #ee045e);
    background: -moz-linear-gradient(#ff5d9c, #ee045e);
    background: linear-gradient(#002389, #002389);
    border: 1px solid #002389;
    box-shadow: 0 1px 0 0 #002389 inset;
    color: #ffffff;
    text-shadow: 0 1px 0 #002389;
    background-color: #002389;
    padding: 0.5em 1em;
    line-height: 1;
}*/
/*.button:hover, .button.focus, .button:focus {
  background: #ee045e;
  background: -webkit-linear-gradient(#ee045e, #ff5d9c);
  background: -o-linear-gradient(#ee045e, #ff5d9c);
  background: -moz-linear-gradient(#ee045e, #ff5d9c);
  background: linear-gradient(#ee045e, #ff5d9c);
  outline: auto;
 }*/


.button-ripple {
    position: relative;
    overflow: hidden;
    transform: translate(0);
}

.button-ripple_content {
    position: relative;
    z-index: 1;
}

.button-ripple_ripples {
    position: absolute;
    top: 0;
    left: 0;
}

.button-ripple_ripple {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: -0.5em 0 0 -0.5em;
    transform: scale(0);
    top: 0;
    left: 0;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale3d(1,1,1);
        opacity: 0.8;
    }

    to {
        transform: scale3d(100,100,1);
        opacity: 0;
    }
}
/*buton effect end*/
/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}



/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/*responsive*/
@media only screen and (max-width: 1024px) {
    .login_image {
        background-position: center;
    }
}

@media only screen and (max-width: 768px) {

    .login_image {
        margin-top: 3vh;
    }
}

@media only screen and (max-width: 425px) {

    /*Registeration form Design by vignesh on 09/07/2017*/
    .bacColor {
        background: #fff;
        padding: 0px 20px;
    }
    /*Registeration form Design by vignesh on 09/07/2017*/

    .login_form {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 414px) {


    .login_form {
        margin-left: 0px;
    }
}



@media only screen and (max-width: 375px) {


    .forgot {
        cursor: pointer;
        text-align: right;
    }
}




@media only screen and (max-width: 360px) {


    .login_form {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 320px) {
}

/*START SCROLL BAR*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3a3723;
}

/*START SCROLL BAR*/

/*.blockUI img {
    width: 100px;
}*/

/*START STATUS MSG*/
.toasts {
    min-width: 300px;
    position: fixed;
    top: 90px;
    right: 10px;
    z-index: 999;
}

.toast {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    position: relative;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
}

    .toast span {
        display: inline-block;
        margin: 0 6px 0 3px;
    }

    .toast h3 {
        font-weight: 300;
        font-size: 1.1em;
    }

    .toast .exit {
        position: absolute;
        top: 7px;
        right: 7px;
        font-size: 1.1em;
    }

    .toast p {
        margin-top: 10px;
    }

    .toast progress[value] {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: -2px;
        height: 5px;
    }

        .toast progress[value]::-webkit-progress-bar {
            background-color: white;
        }

.success {
    background-color: #4CAF50;
}

    .success span {
        color: #ffffff;
    }

    .success progress[value]::-webkit-progress-value {
        background-color: #4CAF50;
    }

    .success .glyphicon {
        color: #4CAF50;
    }

.error {
    background-color: #da190b;   
}

    .error span {
        color: #ffffff;
    }

    .error progress[value]::-webkit-progress-value {
        background-color: #da190b;
    }

    .error .icon {
        color: #EF5350;
    }

.info {
    background-color: #2196F3;
}

    .info span {
        color: #ffffff !important;
    }

    .info progress[value]::-webkit-progress-value {
        background-color: #2196F3;
    }

    .info .glyphicon {
        color: #42A5F5;
    }

.warning {
    background-color: #ff9800;
}

    .warning span {
        color: #FFD600;
    }

    .warning progress[value]::-webkit-progress-value {
        background-color: #ff9800;
    }

    .warning .glyphicon {
        color: #FFD600;
    }

/* PAGE STYLING */
.statusbutton {
    display: block;
    padding: 10px;
    margin-top: 20px;
    width: 150px;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
}
/*END STATUS MSG*/
.izihead {
    /*background: #54d4f7 linear-gradient(to bottom, #42c0e2 5%, #2174bc 100%) repeat scroll 0 0 !important;
    border: 1px solid #2f93cd !important;
    box-shadow: 0 1px 0 0 #43caef inset !important;*/
    background: #505050;
    color: #ffffff;
    text-align: center !important;
}

#modal-ForgotPswd {
    width: 600px !important;
    max-width: auto !important;
}

@media (max-width:767px) {
    #modal-ForgotPswd {
        width: 90% !important;
        max-width: auto !important;
    }
}


/*style by Harish(10/7/2018)*/
.LoginContainer {
    height: 100vh;
}

.LoginImage {
    background: url(/Images/Login/Login-bg.jpg);
    height: 100%;
    background-size: cover;
    padding: 40px;
    background-position: 0 0;
    /*background-color: #003c97;
    border: 0px solid #00378b;*/
}

.LoginForm {
    /*background: url(//b2b.hiztrip.com/Images/Login/bg.png) no-repeat;*/
    background: #fff;
    background-size: cover;
    height: 100%;
    padding: 40px;
    /*background-color: #003c97;
    border: 0px solid #00378b;*/
}

    .LoginForm .sign_up p {
        font-size: 16px;
        font-family: "Roboto";
        color: rgb(235, 238, 234);
        text-decoration: underline;
        line-height: 1.5;
        text-align: right;
    }

        .LoginForm .sign_up p a {
            font-size: 16px;
            color: rgb(142, 142, 142) !important;
            text-decoration: underline;
        }


    .LoginForm input {
        font-size: 16px !important;
        display: block;
        width: 100%;
        border: 1px solid #004bbe;
        font-weight: 400;
        font-family: "Roboto";
        color: rgb(41, 41, 41) !important;
        line-height: 1.125;
        padding: 18px 15px 17px 15px;
        border-radius: 4px;
        transition: all 0.5s ease-in-out;
        text-indent: 25px;
    }

span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    color: red;
}
span.fa.fa-fw.field-icon.toggle-password.fa-eye {
    color: rgb(142, 142, 142);
}

@-webkit-keyframes autofill {
    to {
        color: rgb(41, 41, 41);
        background: transparent;
    }
}

.LoginForm input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.LoginForm input::placeholder {
    color: rgb(142, 142, 142) !important;
    color: rgb(142, 142, 142) !important;
    font-size: 15px !important;
}

.LoginForm input:focus {
    border: 1px solid #888888;
    transition: all 0.5s ease-in-out;
}

.id_icon {
    background-image: url(//b2b.hiztrip.com/Images/Login/icon1.png);
    background-repeat: no-repeat;
    text-indent: 25px;
    width: 30px;
    height: 18px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 6px;
}

.name_icon {
    background-image: url(//b2b.hiztrip.com/Images/Login/icon2.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 18px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 6px;
}

.pass_icon {
    background-image: url(//b2b.hiztrip.com/Images/Login/icon3.png);
    background-repeat: no-repeat;
    text-indent: 25px;
    width: 30px;
    height: 18px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 6px;
}

/*.LoginForm input#txtUserAccessId {
    background-image: url(//b2b.hiztrip.com/Images/Login/icon1.png);
    background-repeat: no-repeat;
    text-indent: 25px;
    background-position: 20px;
}

.LoginForm input#txtUserMailId {
    background-image: url(//b2b.hiztrip.com/Images/Login/icon2.png);
    background-repeat: no-repeat;
    text-indent: 25px;
    background-position: 20px;
    text-transform: lowercase;
}

.LoginForm input#txtPassword {
    background-image: url(//b2b.hiztrip.com/Images/Login/icon3.png);
    background-repeat: no-repeat;
    text-indent: 25px;
    background-position: 20px;
}*/

.LoginForm input#txtUserMailId::placeholder {
    text-transform: capitalize;
}

.LoginForm input#txtPassword::placeholder {
    font-size: 15px !important;
}

.login_form .form-group {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FormFields {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .FormFields h4 {
        font-size: 22px;
        font-family: "Roboto";
        color: rgb(142, 142, 142);
        line-height: 1.125;
        margin-bottom: 30px;
        font-weight: 600;
    }

.login_form .forgot {
    margin-bottom: 20px;
}

    .login_form .forgot a {
        font-size: 14px;
        font-family: "Roboto";
        color: rgb(142, 142, 142) !important;
        line-height: 1.688;
        text-align: right;
    }

.login_form .button {
    font-size: 20px !important;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.35;
    border-radius: 4px;
    padding: 13px;
    padding: 19px 13px 19px 13px;
    width: 100%;
    text-align: center;
    background: url(//b2b.hiztrip.com/Images/Login/bg.png) no-repeat;
    background-size: cover;
    border: 1px solid #004bbe;
    box-shadow: none;
    background: rgba(0,53,133,1);
    background: -moz-linear-gradient(top, rgba(0,53,133,1) 0%, rgba(0,64,161,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,53,133,1)), color-stop(100%, rgba(0,64,161,1)));
    background: -webkit-linear-gradient(top, rgba(0,53,133,1) 0%, rgba(0,64,161,1) 100%);
    background: -o-linear-gradient(top, rgba(0,53,133,1) 0%, rgba(0,64,161,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,53,133,1) 0%, rgba(0,64,161,1) 100%);
    background: linear-gradient(to bottom, rgba(0,53,133,1) 0%, rgba(0,64,161,1) 100%);
}


html.iziModal-isAttached body, html.iziModal-isOverflow body {
    overflow-y: hidden !important;
    position: relative;
}


@media (max-width:1220px) {
    .LoginImage {
        background-position: right;
    }
}

@media (max-width:767px) {
    .LoginImage {
        background: none;
        height: auto;
        padding: 26px;
        background: #004bbe;
    }

    .LoginForm {
        padding: 26px;
        height: auto;
    }

    .logimg {
        margin: auto;
    }

    .FormFields h4 {
        margin-bottom: 15px;
    }
}

@media (max-width:420px) {
    .LoginImage img {
        width: auto;
        margin: auto;
    }
}

/*20/07/18*/

/*26/07/18*/
.field-icon {
    float: right;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 10px;
}

/*27/07/18*/
.logbutton-ripple {
    position: relative;
    overflow: hidden;
    transform: translate(0);
    height: 35px;
    width: 150px;
}

.logbutton {
    float: right;
    background: -webkit-linear-gradient(#0094de);
    background: -o-linear-gradient(#0094de, #0094de);
    background: -moz-linear-gradient(#0094de, #0094de);
    background: linear-gradient(#0094de, #0094de);
    border: 1px solid #0094de;
    color: #ffffff;
    background-color: #0094de;
    /*padding: 0.5em 1em;*/
    line-height: 1;
}

.izihead {
    background: #59606a !important;
    color: #ffffff;
    text-align: center !important;
}
