
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/assets/fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/assets/fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal
}
 
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal
}
* {
    box-sizing: border-box;
    font-family: 'Roboto-Regular', sans-serif;
    -webkit-box-sizing: border-box;
}

body,
html {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.container {
    padding: 0px 40px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.container .header {
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .having_account a {
    color: #212121;
    margin-left: 5px;
    border-bottom: 1px solid #212121;
}

.header .having_account {
    text-align: right;
    color: #212121;
    line-height: 50px;
    margin-right: 20px;
    font-weight: 200;
}

.header .sidebar {
    height: 50px;
    width: 150px;
    overflow: hidden;
    color: #fff;
}

.header .sidebar .logob {
    background-image: url(/assets/images/nextel_logo2.png);
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}


.formbox {
    display: flex;
    margin: 0px auto;
    width: 1020px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box1 {
    width: 500px;
}

.bx1_img {
    display: block;
    margin: 100px auto 0px auto;
    width: 160px;
    height: 160px;
    background-image: url('/assets/images/nexel_arial.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px;
}

.bx1_p {
    margin: 30px auto 0px auto;
    display: block;
    width: 300px;
    height: 80px;
    color: #fff;
    font-size: 26px;
}

.icon_holder {
    display: block;
    margin: 20px auto;
    color: #fff;
    width: 300px;
    height: 70px;
}

.icon_bx {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border: #fff solid 1px;
    border-radius: 50%;
    margin-left: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
}

.underline {
    width: 19%;
    height: 0.3%;
    background-color: #fff;
    display: block;
    text-align: center;
    margin: 7px auto 0px auto;
}

.req_p {
    font-size: medium;
    color: #fff;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

.box2 {
    text-align: center;
    background-color: #fff;
    width: 500px;
}

.error {
    display: none;
    color: #6699ff;
    margin: 0px;
    padding: 0px;
    height: 20px;
}

.formholder {
}

.input_div {
    display: block;
    text-align: left;
}

.textdiv {
    color: #212121;
    height: 100px;
}

.input {
    border-style: none;
    color: #212121;
    box-shadow: 0px 64px 15px #fff inset;
    border: 2px solid #212121;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
}

.input:focus {
    outline: none;
}

.frgtn_p {
    color: #212121;
    text-decoration: underline;
    font-size: small;
    cursor: pointer;
    margin-top: 20px;
}

.loginbutton {
    //background-color: #1a73e8;
    background-color: #212121;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    border: none;
}

.loginbutton:focus {
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

.newerrorn {
    font-size: 11px;
    color: rgba(255, 0, 0, 0.7215686274509804);
    margin-left: 47px;
    margin-top: -5px;
    display: none;
}

.newerrorp {
    font-size: 11px;
    color: rgba(255, 0, 0, 0.7215686274509804);
    margin-left: 47px;
    margin-top: -5px;
    display: none;
}

.newerrore {
    font-size: 11px;
    color: rgba(255, 0, 0, 0.7215686274509804);
    margin-left: 47px;
    margin-top: -5px;
    display: none;
}

.fbd {
    display: inline-block;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 160px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 2px 1px lightgrey;
}

.fbd img {
    width: 44px;
    display: inline-block;
    vertical-align: middle;
}

.fbd span {
    display: inline-block;
    vertical-align: middle;
    color: gray;
    font-size: 15px;
}

.go {
    display: inline-block;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 160px;
    vertical-align: middle;
    padding: 3px;
    margin-left: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 2px 1px lightgrey;
}

.go img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.go span {
    display: inline-block;
    vertical-align: middle;
    color: gray;
    font-size: 15px;
}

.dd {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 50px;
    color: #fff;
}

.lfb {
    height: 50px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #1a73e8;
    overflow: hidden;
    background-color: #1a73e8;
}
.lfb .logbox{
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: #FFF;
}
.fb {
    background-image: url('/assets/images/facebook_new.png');
}

.gp {
    background-image: url('/assets/images/google_new.png');
}

.ficon {
    width: 30px;
}

.gicon {
    width: 30px;
}



.box1 .top_head {
    color: #1a73e8;
    font-size: 30px;
    width: 330px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 100px;
}

.box1 .con_box {
    padding-bottom: 40px;
}

.box1 .inboxh {
    font-size: 20px;
    color: #1a73e8;
    text-align: left;
}

.box1 .devide_line {
    border-bottom: 1px solid #212121;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box1 .caps_bhead {
    font-size: 20px;
    color: #1a73e8;
    text-align: left;
    font-weight: 600;
}

.box1 .inbox_para {
    text-align: left;
    margin-top: 10px;
    color: #212121;
}

.box2 .line_break {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box2 .line_break .a1 {
    border-bottom: 1px solid #212121;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}

.box2 .line_break .a2 {
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.box2 .line_break .a3 {
    border-bottom: 1px solid #212121;
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}

.box2 .textdiv .input_head_n {
    color: #212121;
    margin-bottom: 5px;
    font-size: 16px;
}

.ssfg {
    color: #fff;
    flex: 1;
}

.fcons {
    display: inline-block;
    vertical-align: middle;
}

.plaintext {
    text-align: center;
    color: #212121;
    font-family: 'OpenSans-Bold';
    font-size: 45px;
}

._a {
    font-size: 0px;
}

._a ._b {
    display: inline-block;
    width: 18%;
    vertical-align: top;
}

._a ._b ._bi {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    border: 2px solid #1a73e8;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.captcha-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}