@import url(CustomLogin.css?v=1);

body, html {
    overflow: hidden;
    color: #333333;
}

.clearfix, .clearfix:after, .modal-footer:after {
    clear: both
}

body, html {
    height: 100%
}

.user-loginPage .login-container > .login-content > .login-form input:focus, a, button, input {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    background-color: #fafafa
}

@media all and (max-width:768px) {
    .user-loginPage .login-container > .login-content {
        margin-top: 0;
        width: 300px
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.BannerImg, .heightfull, .loginPanelHeader, .user-loginPage {
    height: 100%;
    min-height: 100%
}

    .user-loginPage .bs-reset {
        margin: 0;
        padding: 0
    }

    .user-loginPage .text-right {
        text-align: right
    }

    .BannerCont, .footerCopyright, .user-loginPage .text-center {
        text-align: center
    }

.text-left {
    text-align: left;
}

.user-loginPage .login-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%
}

.user-loginPage .login-logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em
}

    .user-loginPage .login-logo.login-6 {
        top: 80px;
        left: 80px
    }

.user-loginPage .login-container {
    position: relative;
    height: 100%;
    min-height: 100%
}

    .user-loginPage .login-container > .login-content > h1 {
        font-size: 30px;
        font-weight: 300;
        color: #4e5a64
    }

    .user-loginPage .login-container > .login-content p {
        color: #a0a9b4;
        font-size: 15px;
        line-height: 22px
    }

    .user-loginPage .login-container > .login-content > .login-form {
        margin-top: 80px;
        color: #a4aab2;
        font-size: 13px
    }

        .user-loginPage .login-container > .login-content > .login-form input {
            width: 100%;
            padding: 10px;
            border: #a0a9b4;
            border-bottom: 1px solid;
            color: #868e97;
            font-size: 14px;
            margin-bottom: 30px
        }

        .user-loginPage .login-container > .login-content > .login-form .forgot-password, .user-loginPage .login-container > .login-content > .login-form .login-button {
            display: inline-block
        }

        .user-loginPage .login-container > .login-content > .login-form .rem-password {
            margin-top: 10px
        }

            .user-loginPage .login-container > .login-content > .login-form .rem-password > p {
                margin: 0
            }

            .user-loginPage .login-container > .login-content > .login-form .rem-password > .rem-checkbox {
                border-color: #a4aab2
            }

        .user-loginPage .login-container > .login-content > .login-form .forgot-password {
            margin-right: 1em
        }

            .user-loginPage .login-container > .login-content > .login-form .forgot-password > a {
                color: #a4aab2
            }

                .user-loginPage .login-container > .login-content > .login-form .forgot-password > a:hover {
                    color: #337ab7;
                    text-decoration: none
                }

.footerIcon {
    font-size: 20px;
    margin: 0 5px
}

.form-container, .formTextField {
    position: relative;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 13px
}

.form-container {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.formTextField {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0
}

.formTextField-input {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
    padding: 4px 0 4px 20px;
    background: 0 0
}

.formTextField-input, .formTextField-label {
    font-size: 13px;
    width: 100% !important;
    text-align: left;
    display: block;
    color: #999;
}

.formTextField-label {
    padding-left: 20px;
    top: 18px
}

.formTextField-labelIcon {
    font-size: 15px;
    color: #b3b3b3;
    top: 18px
}

.formTextField-label, .formTextField-labelIcon {
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    white-space: nowrap
}

.formTextField-floating-label.is-dirty .formTextField-label, .formTextField-floating-label.focused .formTextField-label, .formTextField-floating-label.is-focused .formTextField-label, .formTextField-floating-label.focused .formTextField-label {
    color: #999;
    font-size: 10px;
    top: 0px;
    visibility: visible
}

.formTextField-floating-label.is-focused .formTextField-input {
    color: #555;
    padding-left: 20px
}

.btn, .btn:hover, .btn:focus, .btn:active {
    border-radius: 25px;
    padding: 6px 15px;
    font-size: 13px;
}

.PunchBtn, .loginBtn {
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px
}

.formTextField-floating-label .formTextField-label {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.formTextField-label:after {
    background-color: #73797c;
    bottom: 15px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    visibility: hidden;
    width: 10px
}

.formTextField.is-focused .formTextField-label:after {
    left: 0;
    visibility: visible;
    width: 100%
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.mr15 {
    margin-right: 15px
}

.p0 {
    padding: 0
}

.pr5 {
    padding-right: 5px;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.formInputSelection {
    position: relative
}

    .formInputSelection input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer
    }

    .formInputSelection label {
        background-color: #fff;
        padding: 6px 10px;
        border: 2px solid #fff;
        display: block
    }

    .formInputSelection input:checked + label {
        border: 2px solid #2bbf32;
        background-color: #fff;
        display: block
    }

    .formInputSelection input:hover + label {
        background-color: #f5f6fa;
        border: 2px solid #2bbf32;
        display: block
    }

    .formInputSelection input:disabled + label {
        background-color: #dcdcdc;
        color: #b7b7b7;
        cursor: default;
        border: 2px solid #dcdcdc
    }

    .formInputSelection span.checkIcon {
        position: absolute;
        background-color: #2bbf32;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        right: -10px;
        top: -10px
    }

.requiredInput {
    border: 0 !important;
    border-bottom: 1px solid red !important
}

.socFbImg, .hide-pass, .showpass, .greenbtn, .socTwtImg, .socUTtImg, .socGplImg, .socLklImg, .zingHRLogo, .companyImg, .userImg, .passImg, .windows10, .AndrImg, .IOSImg, .chatChatImg, .chatArrDownImg, .chatArrUpImg, .loginIcon, .lockIcon {
    background-image: url(../../Images/Custom/ZingHR/ZingHR-Images.png?v=5.0);
    background-repeat: no-repeat;
}

.socFbImg {
    width: 18px;
    height: 18px;
    background-position: -5px -18px;
    display: inline-block;
}

.showpass {
    width: 18px;
    height: 18px;
    background-position: -194px -20px;
    display: inline-block;
}

.hide-pass {
    width: 18px;
    height: 18px;
    background-position: -163px -20px;
    display: inline-block;
}

.socTwtImg {
    width: 18px;
    height: 18px;
    background-position: -37px -18px;
    display: inline-block;
}

.socUTtImg {
    width: 18px;
    height: 18px;
    background-position: -68px -18px;
    display: inline-block;
}

.socGplImg {
    width: 20px;
    height: 18px;
    background-position: -101px -18px;
    display: inline-block;
}

.socLklImg {
    width: 20px;
    height: 18px;
    background-position: -129px -18px;
    display: inline-block;
}

.zingHRLogo {
    width: 60%;
    height: 80px;
    background-position: 0px -38px;
    display: inline-block;
}

.companyImg {
    width: 18px;
    height: 18px;
    background-position: -228px -6px;
    display: inline-block;
}

.userImg {
    width: 20px;
    height: 22px;
    background-position: -338px -45px;
    display: inline-block;
}

.passImg {
    width: 20px;
    height: 22px;
    background-position: -338px -76px;
    display: inline-block;
}

.AndrImg {
    width: 30px;
    height: 30px;
    background-position: -298px -85px;
    display: inline-block;
}

.IOSImg {
    width: 30px;
    height: 30px;
    background-position: -298px -44px;
    display: inline-block;
}

.windows10 {
    width: 75px;
    height: 85px;
    background-position: -13px -57px;
    display: inline-block;
}

.chatChatImg {
    width: 20px;
    height: 20px;
    background-position: -281px -34px;
    margin-right: 5px;
    display: inline-block;
}

.chatArrDownImg {
    width: 20px;
    height: 20px;
    background-position: -228px -20px;
    display: inline-block;
}

.chatArrUpImg {
    width: 20px;
    height: 20px;
    background-position: -228px -3px;
    display: inline-block;
}

.loginIcon {
    width: 20px;
    height: 20px;
    background-position: -338px -14px;
    display: inline-block;
}

.fieldsIconPos {
    position: absolute;
    top: 10px;
    left: 0;
}

.vAlignMid {
    vertical-align: middle;
}

.appBox {
    border: 1px solid #606568;
    padding: 10px;
    border-radius: 5px;
    color: #606568;
}

@media all and (min-width:992px) and (max-width:1125px) {
    .col-md-3.login-container {
        width: 33.33333333%;
    }

    .col-md-9.bs-reset.heightfull {
        width: 66.66666667%;
    }
}

.formTextField-floating-label.is-focused .formTextField-input {
    color: black;
}

.formTextField-floating-label.focused .formTextField-input {
    color: black
}

.formTextField.focused .formTextField-label:after {
    left: 0;
    visibility: visible;
    width: 100%;
}

.formCheckbox input[type=checkbox] {
    margin: 0 0 4px 0;
    vertical-align: middle;
}

a.forgotPassword {
    color: #408cf5;
    text-decoration: none;
}

    a.forgotPassword:hover {
        text-decoration: none;
        color: #408cf5;
    }

.applinkCont {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #555 !important;
}

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset;
        z-index: auto;
    }

requiredInput {
    border: 0 !important;
    border-bottom: 1px solid red !important
}

.updateDetails {
    font-size: 12px;
    margin-top: 10px;
}
/*Forgot password*/
.BannerImgColor {
    background-color: #033973
}

.footerSocial {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.footerSupport {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #408cf5;
}

    .footerSupport a {
        color: #408cf5;
        text-decoration: none;
    }

#footerCopy.footerapp {
    position: absolute;
    bottom: -250px;
    font-size: 11px;
    left: 50%;
    font-weight: 600;
    margin-left: -160px;
    width: 340px;
    height: 340px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, to right, #33cccc,#6fc067) !important;
    background-image: -webkit-linear-gradient(to right, #33cccc, #6fc067) !important;
    background-image: -moz-linear-gradient(to right, #33cccc,#6fc067) !important;
    background-image: -o-linear-gradient(to right, #33cccc, #6fc067) !important;
    background-image: linear-gradient(to right, #33cccc,#6fc067) !important;
}

.footerCopyright {
    width: 90%;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 5%;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
}

.displayNone {
    display: none
}

.isVisible {
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s
}

    .isVisible .isActive {
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 3s;
        -moz-transition-duration: 3s;
        transition-duration: 3s;
        -webkit-transition-delay: 3s;
        -moz-transition-delay: 3s;
        transition-delay: 3s
    }

.FPcontainer {
    width: 60%;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    background-color: #fff;
    padding: 10px;
    top: 15%
}

.pageHeader {
    color: #205996;
    font-size: 20px;
    margin: 5px;
    font-weight: 400
}

.secHeader {
    color: #2b2b2b;
    padding-left: 20px;
    margin-bottom: 5px
}

.selectOption {
    font-size: 11px;
    color: #737373
}

div.resetOptionSelected.resetText, div.updateOptionSelectedcheck.resetText {
    font-size: 13px;
    color: #333;
    line-height: 20px
}

#ForgotPasswordDiv .PunchBtn {
    background-color: #205996;
    border: 1px solid #1a4a7e;
    color: #fff;
    display: inline-block;
    width: auto !important;
    border-radius: 0 !important;
}

    #ForgotPasswordDiv .PunchBtn:hover {
        background-color: #184b81;
        border: 1px solid #113a67;
        width: auto;
        border-radius: 0;
    }

@media all and (min-width:780px) and (max-width:1024px) {
    .FPcontainer {
        width: 80%;
        position: absolute;
        left: 50%;
        margin-left: -40%;
        background-color: #fff;
        padding: 10px;
        top: 2%
    }

    .updateOptionSelectedcheck {
        width: 50px;
        margin: 0 10px 0 0;
        float: left;
        text-align: center
    }

    .answerQuestion.col-md-3 {
        width: 42% !important;
        float: left
    }

    .otpResize {
        width: 60% !important
    }

    .verfiyBtn {
        margin: 10px 25px 16px !important
    }
}

@media all and (min-width:400px) and (max-width:779px) {
    .FPcontainer {
        width: 80%;
        position: absolute;
        left: 50%;
        margin-left: -40%;
        background-color: #fff;
        padding: 10px;
        top: 2%
    }

    .answerQuestion.col-md-3 {
        width: 96% !important;
        float: left
    }

    .otpResize {
        width: 60% !important
    }

    .verfiyBtn {
        margin: 10px 25px 16px !important
    }
}

@media all and (max-width:399px) {
    .FPcontainer {
        width: 80%;
        position: absolute;
        left: 50%;
        margin-left: -40%;
        background-color: #fff;
        padding: 10px;
        top: 2%
    }

    .answerQuestion.col-md-3 {
        width: 96% !important
    }

    .otpResize {
        width: 100% !important
    }

    .verfiyBtn {
        margin: 0 !important
    }
}
/*ChatBot*/
.box.border.primary {
    border: 1px solid #8ed968;
}

.box.border, .box.solid {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

    .box.border > .box-title h4, .box.solid > .box-title h4 {
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        margin: 0 0 3px;
        padding: 0;
    }

    .box.border.primary > .box-title h4, .box.border.primary > .box-title h4 i {
        color: #FFF !important;
    }

    .box.border > .box-title h4 i, .box.solid > .box-title h4 i {
        margin-right: 10px;
    }

    .box.border > .box-title .tools, .box.solid > .box-title .tools {
        display: inline-block;
        padding: 0;
        margin-bottom: 3px;
        float: right;
        clear: both;
        min-height: 20px;
    }

        .box.border > .box-title .tools > a, .box.solid > .box-title .tools > a {
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
            color: #ababab;
            margin-right: 5px;
        }

    .box.border.primary > .box-title .tools > a {
        color: #f4f4f4 !important;
    }

.box {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

    .box.border.primary > .box-title {
        color: #FFF !important;
        background-color: #8ed968;
        border-bottom: 1px solid #8ed968;
    }

    .box.border > .box-title, .box.solid > .box-title {
        padding: 8px 10px 2px;
        border-bottom: 1px solid #c4c4c4;
        min-height: 25px;
        background-color: #dbdbdb;
        margin-bottom: 0;
    }

    .box.border .box-body.big, .box.solid .box-body.big {
        padding: 30px;
    }

    .box.border .box-body, .box.solid .box-body {
        border-radius: 0 0 4px 4px;
        padding: 10px;
        background-color: #FFF;
    }

.blink {
    color: #0e365f;
    font-size: 12px;
    text-align: center;
    animation: blinker 3s ease-in infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.botHighlightColor {
    background-color: #06b73e;
}

.chatboat-container {
    width: 270px;
    position: fixed;
    bottom: 32px;
    left: 20px;
    z-index: 3
}
/***************************Custom CSS for the structure*********************************************/
.bg {
    background-image: url("../../Images/Custom/ZingHR/ZingHR-BG.jpg?v=2.1");
    height: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt15 {
    padding-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.form-container {
    width: 100%;
}

.user-loginPage .login-container {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px;
}

.logo {
    width: 115px;
    margin: 0px auto;
}

.login-content {
    margin: 0 auto 0 auto;
}

.PunchBtn {
    width: 96%;
}

.head-div {
    margin-top: 18%;
}

.loginPanelHeader { /*width: 300px;*/
    width: 343px;
    /*height: 570px;*/
}

.loginBtn {
    border-radius: 25px;
    width: 100%;
    border: none;
    background-color: #408cf5; /*background-image: -webkit-gradient(linear, to right, #33cccc ,#6fc067)!important;background-image: -webkit-linear-gradient(to right, #33cccc , #6fc067)!important;background-image: -moz-linear-gradient(to right, #33cccc ,#6fc067)!important;background-image: -o-linear-gradient(to right, #33cccc , #6fc067)!important;background-image: linear-gradient(to right, #33cccc ,#6fc067)!important;*/
    border: 1px solid #fff;
}

    .loginBtn:hover {
        background-color: #408cf5; /*background-image: -webkit-gradient(linear, to right, #33cccc ,#33cccc)!important;background-image: -webkit-linear-gradient(to right, #33cccc , #33cccc)!important;background-image: -moz-linear-gradient(to right, #33cccc ,#33cccc)!important;background-image: -o-linear-gradient(to right, #33cccc , #33cccc)!important;background-image: linear-gradient(to right, #33cccc ,#33cccc)!important;*/
        border-radius: 25px;
        border: 1px solid #fff;
        width: 100%;
        color: #fff;
    }

.PunchBtn {
    background-color: #fff;
    border: 1px solid #408cf5;
    color: #408cf5;
    border-radius: 25px;
}

    .PunchBtn:hover {
        background-color: #408cf5;
        border: 1px solid #408cf5;
        color: #fff;
        border-radius: 25px;
        font-size: 13px;
        padding: 6px 15px;
    }

.Header {
    font-weight: 900;
    font-size: 34px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 70px rgba(244, 218, 194, 1);
}

.download-link {
    width: 80%;
    cursor: pointer;
    margin: 0px auto;
}

.formTextField-input {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
    padding: 10px 0px 3px 0px;
    background: 0 0;
}

.form-container, .formTextField {
    padding: 5px 0;
}

.formTextField-label {
    padding-left: 20px;
    top: 10px;
}

    .formTextField-label:after {
        background-color: #666;
        bottom: 5px;
        height: 1px;
    }

.lockIcon {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: -247px -109px;
    display: inline-block;
    height: 140px;
    width: 140px;
    padding: 0px;
    margin: 0px 0px 5px;
    background-color: white;
    border-radius: 50%;
    border: 15px 10px 5px 10px solid white;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    border-left: 11px solid white;
    border-right: 5px solid white;
    margin-bottom: -60px;
}

    .lockIcon:after {
        position: relative;
        content: '';
        display: block;
        width: 150px;
        height: 140px;
        top: -27px;
        left: -8px;
        z-index: -1;
        border-radius: 100%; /*box-shadow: 0 -5px 16px 0px;*/
        -webkit-box-shadow: 0px 0px 15px 0px rgba(153,204,153,0.7);
        -moz-box-shadow: 0px 0px 15px 0px rgba(153,204,153,0.7);
        box-shadow: 0px 0px 15px 0px rgba(153,204,153,0.7);
    }

.login-text {
    font-size: 16px;
    margin: 0px auto;
    color: #000;
    font-weight: 700;
}

.login-section {
    background-color: white;
    /*margin-top: 15px;*/
    padding: 10px 20px 20px;
    border-radius: 8px; /*-webkit-box-shadow: 0px 0px 15px 0px rgba(153,204,153,0.7);-moz-box-shadow: 0px 0px 15px 0px rgba(153,204,153,0.7);box-shadow: 0px 0px 15px 0px rgba(153,204,153,0.7);*/
    color: #999
}

.formTextField-label {
    padding-left: 0px;
}

.formTextField-floating-label.is-focused .formTextField-input {
    padding-left: 0px
}

.bottom-div {
    padding: 8px;
    font-size: 13px;
    background-color: #01b7ff;
    color: white;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

.PunchBtn, .loginBtn {
    font-size: 13px;
}

.social-icon {
    color: white;
    font-size: 13px;
    margin: 0px 5px;
}

.loginBtn:hover {
    font-size: 13px;
}

.support {
    text-align: left;
}

.email {
    text-align: center
}

.social {
    text-align: right
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.showpass {
    bottom: 10px;
    right: 2px;
    font-size: 13px;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto;
    color: #959799;
}

.formTextField-label {
    font-size: 13px;
}

@media screen and (min-width: 1370px) {
    .header {
        margin-top: 335px
    }

    .head-div {
        margin-top: 25%
    }
}

@media screen and (max-width: 1285px) {
    .chatboat-container {
        bottom: 55px;
    }

    .head-div {
        margin-top: 25%
    }
}

@media screen and (max-width: 990px) {
    .head-div {
        margin-top: 30%;
    }
}

@media screen and (max-width: 767px) {
    body {
        background-color: #01b7ff;
    }

    .form-container {
        width: 100%;
        top: -15px;
    }

    .loginPanelHeader {
        width: 100%;
    }

    .loginPanelHeader {
        background: none;
        margin-top: 5px;
    }

    .minResHide {
        display: none;
    }

    .chatboat-container {
        bottom: 70px;
        left: 50%;
        margin-left: -135px;
    }

    .support {
        text-align: center;
    }

    .email {
        text-align: center
    }

    .social {
        text-align: center
    }

    .login-content {
        margin: 0 auto 0;
    }

    .footerCopyright {
        width: 100%;
        text-align: center;
        left: unset;
    }
}

@media screen and (max-width: 535px) {
    .chatboat-container, .footerSupport, .footerSocial {
        display: none
    }

    .login-content {
        margin: 0 auto 0;
    }

    .footerCopyright {
        width: 100%;
        text-align: center;
        left: unset;
    }
}

@media screen and (max-width: 428px) {
    .chatboat-container, .footerSupport, .footerSocial {
        display: none
    }

    .login-content {
        margin: 0 auto 0;
    }

    .footerCopyright {
        width: 100%;
        text-align: center;
        left: unset;
    }
}

.mb15 {
    margin-bottom: 15px;
}

.w50 {
    width: 50%;
    float: left;
}

.flyRight {
    float: right;
}

.pt5 {
    padding-top: 5px;
}
/*Language dropdown*/
.language-select {
    cursor: pointer;
    color: #555555;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;
    padding: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    font-size: 12px !important;
}

    .language-select:focus {
        outline: -webkit-focus-ring-color auto 0px;
    }
/*26-Sep-2019*/
.captchaInputField {
    width: 100px;
    float: left;
    padding-right: 15px;
}

    .captchaInputField input[type=text] {
        height: 30px;
    }

.captchaRefreshBtn {
    margin-top: 15px;
    width: 18px;
    height: 18px;
    padding: 4px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .captchaRefreshBtn img {
        width: 100%;
        filter: contrast(0.4);
    }

.PunchBtn, .loginBtn {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.termstext {
    font-size: 11px;
    color: #408cf5;
    margin-top: 25px;
}