
body {
    background: #FBFBFB;
    font-family: Open Sans, Roboto, Arial, Helvetica, sans-serif, SimSun;
}

#hearder {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.register_style {
    font-size: 15px;
    color: #000;
}

.register_style:hover {
    color: #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent;
    color: red;
    border-bottom: 2px solid red !important;
    font-weight: bold;
}

.sign_center {
    width: 400px;
    margin: 35px auto;
    padding: 0 15px;
}

.main_tap {
    width: 280px;
    margin: 0 auto;
}

.email_first {
    height: 40px;
}

.email_first:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.pass_first {
    position: relative;
}

#eyeicn1 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 5%;
    color: #666;
}
#eyeicn2 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 5%;
    color: #666;
}

.pass_first:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.regi_paragraph img {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
}

.regi_paragraph {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
}

.regi_paragraph .cap {
    font-size: 12px;
    color: #ff4747;
    margin-left: 4px;
    margin-top: 2px;
    line-height: 18px;
    vertical-align: middle;
}

.my_register_btn {
    width: 100%;
    margin: 10px 0;
    height: 45px;
    background: #ff4747;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.my_register_btn:focus {
    box-shadow: none;
}

.btn_bottom {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #999;
}

.btn_bottom a {
    text-decoration: none;
}

.quick_access {
    width: 100%;
}

.quick_access h4 {
    margin-bottom: 20px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.main_input_box {
    width: 100%;
    height: 50px;
}

.social_icon a img {
    width: 48px;
    margin: 0 12px;
}

.social_icon a:nth-child(1) img {
    width: 45px;
}

.social_icon2 a:nth-child(2) img {
    width: 40px;
}

.social_icon2 a:nth-child(3) img {
    width: 55px;
}

.social_icon2 a img {
    width: 48px;
    margin: 0 12px;
}

.mybtn2 {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #ff4747;
}
.mybtn2:focus{
    outline: none;
}
.signup_error {
    color: #ff4747;
    font-size: 13px;
}

#sco {
    display: none;
}

#sco2 {
    display: none;
}

.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
    top: -54px;
}

.pizza_slide {
    display: none;
}

