﻿.bd-no {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}


    .BG {
        background-color: #edf0f2;
        background-size: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.border-bottom img {
    height: 75px;
    width: 100px;
}

.panel-b {
    background-color: #fff;
    width: 900px;
    /*height: 600px;*/
}

.r-col {
    padding: 2rem;
}

.l-col {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

.header {
    padding: 1.5rem 0;
    margin: 0 1rem 1rem 1rem;
}

    .header .title {
        color: #00a796;
    }

.body-form {
    padding: .5rem 1.5rem;
}

.border-bottom {
    border-bottom: 1px solid #e6e8ed !important;
}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 10;
}

.BG-in {
    background-image: url(../Image/left-BG.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    position: absolute;
    top: 0;
    /*bottom: -597px;*/
    left: 0;
    right: 0;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.security-rules {
    text-align: center;
    padding: 0 1rem .5rem;
    background-color: rgba(255,255,255,.3);
}

    .security-rules ul {
        padding-right: 1rem;
    }

.BG-in img {
    width: 50%;
    height: auto;
}

.text-right {
    text-align: right;
}

.security-rules ul li {
    font-size: 12px;
    list-style: disc;
    line-height: 25px;
}

.log-body {
    background-image: url('../Image/login.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 !important;
}

.content-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 105px;
    padding-bottom: 0;
}

.c-b-h {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100px;
    width: 100%;
    align-items: center;
    padding: 35px;
}

.c-b-b {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    padding: 35px;
    padding-bottom: 0;
    padding-top: 10px;
}

.c-b-h-t {
    background-color: #b2c1db;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c-b-h-i {
    position: absolute;
    right: 45%;
    background-color: #fff;
    padding: 20px;
    font-weight: bold;
    color: #6a6565;
    font-size: 20px;
}

.info-box {
    width: 60%;
    position: relative;
}

    .info-box .title {
        position: absolute;
        right: 10%;
        top: 20%;
        font-weight: bold;
        font-size: 25px;
    }







.login-box {
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(181,181,181,.7);
    width: 30%;
    min-height: 500px;
    padding: 0 5px;
    border-top: 1px solid #f1f1f5;
    background-color: #fff;
    color: #26282a;
}










.challenge-header {
    margin-top: 20px;
    margin-top: 1.17647rem;
}



.i-t {
    font-size: 13px;
    color: #998d8d;
}

.challenge .challenge-desc {
    display: block;
    padding: 0;
    margin-top: 6px;
    font-size: 18px;
}

label {
    font-size: 13px;
    font-weight: 700;
}

.m-t {
    text-align: right;
    margin-top: 15px;
    padding: 0;
}

.f-w {
    width: 100%;
    border-radius: 5px !important;
}


.btn {
    border-radius: 40px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 0;
    }


.challenge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.signin-sub-title {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.code-g {
    border: 1px solid #b8b1b1;
    padding: 3px 6px;
    border-radius: 5px;
    border-top: unset;
    border-right: unset;
    box-shadow: 0 2px 4px 0 rgba(181,181,181,.7);
}

.m-b {
    margin-bottom: 10px;
}

.text-ent {
    text-align: center;
    color: #c4c0c0;
}

#text-ent-s {
    cursor: pointer;
}

.btn-info {
    background-color: #516079;
    border-color: #516079;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus {
        background-color: #516079;
    }

.all-di-s {
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    min-height: 350px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0 0 20px 1px #c4c4c4;
}

.img-s, .form-s {
    width: 50%;
    display: flex;
    justify-content: center;
}
.img-s{
     flex-direction: column;
     align-items: center
}
.img-s span{
    color: #716d6d;
    margin-top: 15px;
    font-weight: 600;
}
.c-i-d {
    margin-top: 70px;
}

@media (max-width: 1700px) {
    #tel {
        left: 16%;
    }

}
@media (max-width: 1024px) {
    #tel{
        left:19%;
    }
    .info-box {
        width: 55%;
    }

    .login-box {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .BG {
        bottom: unset;
    }
    .secure-img{
        display: none;
    }
}
@media (max-width: 768px) {
    .all-di-s {
        flex-direction: column;
    }
    .img-s, .form-s {
        width: 100%;
    }
    .c-i-d {
        margin-top: 8px;
    }
        .form-s {
            margin-top: 30px;
        }
        .c-b-b {
            flex-direction: column;
        }

    .info-box .title {
        right: 0;
        font-size: 24px;
        font-weight: 800;
    }

    .login-box, .info-box {
        width: 100%;
    }

    .info-box {
        margin-top: 28px;
    }

    .c-b-h-i {
        height: 80px;
        right: 30%;
    }
}

@media (max-width: 414px) {
    .img-s img {
        width: 90%;
    }
    .img-s span {
        font-size: 11px;
    }
    .content-body {
        justify-content: center;
        padding: 0;
    }

    .c-b-h-i {
        height: 50px;
        right: 30%;
    }

    .c-b-h-t {
        font-size: 8px;
    }
}

@media (max-width: 411px) {
    .content-body {
        justify-content: center;
        padding: 0;
    }

    .info-box .title {
        right: 0;
    }

    .c-b-h-i {
        height: 55px;
        right: 33%;
    }

    .c-b-h-t {
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .content-body {
        justify-content: center;
        padding: 0;
    }

    .c-b-h-i {
        height: 50px;
        right: 30%;
    }

    .c-b-h-t {
        font-size: 8px;
    }
}




@media (max-width: 320px) {

    .c-b-h-i {
        height: 40px;
        right: 35%;
    }

    .c-b-h-t {
        font-size: 7px;
    }
}

.code-g div {
    padding: 0;
}

.change-captch {
    padding-right: 10px;
}


@media (min-width: 991.98px) {
    .header img {
        display: none;
    }
}
