/* CSS Document */
/* Full-width input fields */
input[type=text], input[type=password] {width: 100%;padding: 7px 14px;margin: 8px 0;display: inline-block;border: 1px solid #ccc;box-sizing: border-box;}
.lgin_bttn {background-color: #49B541;color: white;padding: 5px 5px;margin: 08px 0;border: none;cursor: pointer;width: 100%;width: auto;}
.lgin_loginbtn {background-color: #0F77B2;color: white;padding: 10px 30px;margin: 0px 0;border: none;cursor: pointer;width: 100%;width: auto;float: right;border-radius: 0px 0px 15px 15px;}
.lgin_cancelbtn {width: auto;padding: 10px 18px;background-color: #0F77B2;}
label{font-size:16px}
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
.imglgin_container {
    color: #00a3e4;
    margin-top: 15px;
    font-size: 24px !important;
    letter-spacing: 1px;
    display: block !important;
    text-align: center;
    font-weight: 600;
}
.inner_forget {
    float: left;
    width: 100%;
    padding: 0 20px 20px;
}
    .inner_forget .form-group {
        margin-bottom: 15px;
    }
.lgin_animate .inner_forget .btn-success {
    height: auto;
    padding: 4px 20px !important;
    box-shadow: 5px 5px 5px #ccc;
    float: left;
    border-radius: 20px;
    outline: none !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}
.inner_forget input::placeholder {
    opacity: 1;
    color: #777;
}

.inner_forget input {
    box-shadow: none !important;
    margin-bottom: 2px;
    height: 28px !important;
    line-height: 28px;
    border-width: 0 0 1px 0 !important;
    font-size: 13px;
    color: #333;
    padding-left: 0 !important;
    border-radius: 0;
    border-color: #757575;
    font-family: 'Segoe UI Regular';
}
.bar {
    position: relative;
    display: block;
    width: 100%;
   
}
    .bar:before, .bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #313337;
        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%;
    }
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}
.inner_forget input:focus{
    outline:none;
}
img.lgin_avatar {
    width: 40%;
    border-radius: 0%;
}
.lgin_container {margin: 15px 0px;display: inline-block;width: 100%;}
lgin_span.psw {float: right;padding-top: 16px;}
.lgin_modal {display: none; position: fixed;z-index: 1; left: 0;top: 0;width: 100%; height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(8, 7, 7, 0.67); padding-top: 60px;}
.lgin_modal-content {background-color: #fefefe;margin: 10% auto 15% auto; border: 1px solid #888;width: 25%;}
.lgin_close {position: absolute;right: 25px;top: 0;color: #000;font-size: 35px;font-weight: bold;}
.lgin_close:hover,
.lgin_close:focus {color: red;cursor: pointer;}

.outerCircleSignup {
    width: 30%;
    max-width: 60%;
    background-color: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 10px 10px 25px;
    font-size: 14px;
    z-index: 999;
    position: absolute;
    right: 70px;
    border: 0;
    border-radius: 60px 0px 60px 0px;
}

.outerCircleSignup select::-ms-expand {
    display: none;
}
    .outerCircleSignup select {
        -moz-appearance: none;
        -webkit-appearance: none;
       
        background-repeat: no-repeat;
      
        background-position: right center;
    }

@media all and (-ms-high-contrast:none) {
    .outerCircleSignup,.forget_wrap {
        top: 50%;
        transform: translate(0,-50%)
    }
    /* IE10 */
    *::-ms-backdrop, .outerCircleSignup, .forget_wrap {
        top: 50%;
        transform: translate(0,-50%)
    }
    /* IE11 */
}



@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}



body, html {height: 100%;margin: 0;}
.forget_bg {
    background-color: #fff !important;
    background-image: url(../Images/welcare_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: calc(100% - 520px);
    background-position: left 10% center;
    height: calc(100vh - 73px);
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.forget_wrap {
    width: 326px;
    max-width: 60%;
    background-color: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* border: 1px solid #ccc; */
    /* box-shadow: none; */
    padding: 10px 10px 25px;
    font-size: 14px;
    z-index: 999;
    position: absolute;
    right: 70px;
    border: 0;
    border-radius: 60px 0px 60px 0px;
    box-shadow: 0px 0px 3px 3px #ccc;
}
.lgin_animate .btn-success {color: #fff;background-color: #00A3E4;border-color: #00A3E4;border: 0;padding: 7px 14px;}
.lgin_animate .btn-success:hover {background-color: #00A3E4;border-color: #00A3E4;}
.lgin_animate .btn-success:focus {background-color: #00A3E4 !important;border-color: #00A3E4 !important;}
.lgin_animate .btn-success:active {background-color: #00A3E4 !important;border-color: #00A3E4 !important;}
.lgin_style2 {color: white;padding: 10px 30px;margin: 0px 0;border: none;cursor: pointer;width: 100%;width: auto;float: right;border-radius: 0px 0px 15px 15px;font-size: 16px;background-color: #0F77B2;}
.style3{font-family: Geneva, Arial, Helvetica, sans-serif;float:left;width:100%;}
.mrtop10{margin-top:10px;}
.fr_anch{float:right;}
.fr_anch a {
        font-size: 12px;
        line-height: 29px;
        color: #666 !important;
        display: inline-block !important;
        font-family: 'Segoe UI Bold';
        text-decoration: none !important;
    }
.btn_wrap {float: left;width: auto;}
.err_for {color: red;float: left;width: 100%;margin: 5px 0px;}
.welspun_grup_logo {
    float: left;
    width: 100%;
    margin-top: 0px;
    box-shadow: 0px 5px 2px -4px #ccc;
    padding: 8px 0px;
    position: relative;
    z-index: 999;
}
    .welspun_grup_logo img {
        width: 50%;
        margin-left: 10px;
    }
.login_header {
    font-size: 28px;
    font-weight: 300;
    margin-left: 0px;
    z-index: 9;
    width: auto;
    text-align: right;
    float: right;
    margin-top: 5px;
}
.right_txt {
    font-size: 16px;
    font-weight: 500;
    color: #00a3e4;
    letter-spacing: 1px;
    display: block !important;
    font-family: 'Segoe UI Bold';
}
.copy_text {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 11px;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #313337;
    color: #b4b3b3;
}
.login_cont_wrap {
    background-color: #fff !important;
    background-image: url(../Images/welcare_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: calc(100% - 520px);
    background-position: left 10% center;
    height: 95vh;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}


@media (max-width:1024px) {
    .forget_bg {
    background-image:none !important;
    }
    .forget_wrap {
        position: relative;
        margin: 0 auto;
        right: 0;
    }
}

    @media (max-width: 991px) {
        .forget_wrap {
            max-width: 350px;
            right: 0;
            position: relative;
        }

        .copy_text {
            width: 100%;
            padding: 10px 0;
            width: 100%;
            float: left;
        }

        .forget_bg {
            justify-content: center;
            background-image: none;
            height: calc(100vh - 73px);
        }

        .flex-column {
            flex-direction: inherit !important;
            width: 100%;
        }

        .login_cont_wrap {
            height: 87vh !important;
            background-image: none;
        }
    }

    @media only screen and (max-width: 840px) {

        .copy_text {
            position: fixed;
            bottom: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .copy_text { z-index: 999;}
        .forget_bg {
            height: auto;
            display: inline-block;
            width: 100%;
            margin: 50px 0;
        }
        .forget_wrap {
            width: 100% !important;
        }

        .welspun_grup_logo img {
            width: 28%;
            margin-left: 10px;
            float: left;
        }

        .login_header {
            margin-left: 0;
            margin-top: 0px;
            text-align: center;
        }
    }

    @media only screen and (max-width: 480px) {
        .welspun_grup_logo img {
            width: 60%;
            margin: 0 auto;
            float: none;
            display: block;
        }

        .welspun_grup_logo .pull-right {
            float: left !important;
            width: 100%;
        }

        .login_header {
            right: 0;
            margin: 5px 0px;
            width: 100%;
        }
    }

    @media (max-width: 375px) {
        .forget_wrap {
            max-width: 290px;
        }
    }

    @media screen and (max-width: 300px) {
        span.psw {
            display: block;
            float: none;
        }

        .cancelbtn {
            width: 100%;
        }
    }