

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 auto;
}

a:hover {
    text-decoration: none !important;
    outline: none !important;
}


a, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}





.LoginScreen {
    float: left;
    width: 100%;
    height: 792px;
   /* background-image: url("/Content/images/login_bg.png");*/
}

.logo {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

    .logo img {
        margin: 0 auto;
    }

.info_div {
    background: rgba(26, 26, 26, 0.45);
    width: 585px;
    height: 648px;
    padding: 50px;
    color: #fff !important;
}

.Login_div {
    background-color: rgb(203 197 197 / 70%);
    width: 585px;
    height: 648px;
    padding: 50px;
    color: #000 !important;
    display:inline-table
}

.info_head, .step_head {
    font-family: OpenSans;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0;
}

.info1 {
    padding: 0 0 25px 0;
}

.info1, .info2 {
    font-family: OpenSans;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
}

.Step_div {
    float: left;
    position: relative;
    width: 100%;
    padding: 35px 0;
}

.Step_box {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.img_border {
    border: 2px solid #fff;
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

    .img_border img {
        margin: 0 auto;
    }

.Step_box h4 {
    font-family: OpenSans;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 15px;
}

.Step_box p {
    font-family: OpenSans;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    float: left;
    width: 100%;
}

.Login_head {
    font-family: OpenSans;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0;
}

.Logininfo1 {
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
}

.login_form {
    float: left;
    position: relative;
    width: 100%;
  
}

.butn {
    float: left;
    position: relative;
    width: 100%;
    padding: 40px 0 0 0;
}

.next_login {
    float: right;
    background: #eb5219;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    font-size: 16px;
}

    .next_login:hover {
        background: #fff;
        color: #eb5219;
    }

.Lbl {
    font-family: OpenSans;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.inpt input {
    width: 100%;
}
.inpt {
    float: left;
    width: 100%;
}

    .inpt input {
        background: transparent;
        border: 0;
        border-bottom: 1px solid;
      
        padding: 5px 0;
        font-size: 16px;
        outline: 0 !important;
    }
input#txtusername,input#txtpassword, input#txtEmailId ,
 input#txtRememberUsername,input#txtForgetEmail,input#txtOTP,
input#txtPassword,input#txtConfirmPassword
 {
      width: 100%;
}

.forget_div {
    float: left;
    position: relative;
    width: 100%;
    text-align: right;
    padding: 50px 0;
}

    .forget_div a {
        font-family: OpenSans;
        color: #676465;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        text-align: right;
        text-transform: capitalize;
        text-decoration: underline;
    }


.higlight .img_border {
    border: 2px solid #eb5219;
    box-shadow: 0px 0px 5px #000;
}

.higlight h4, .higlight p {
    color: #eb5219 !important;
}

.checklabelsec label {
    color: #676465;
    padding-left:5px;
}

.footerText {
    text-align: center;
    padding: 25px 0 0 0;
    float: left;
    width: 100%;
}
