
.form-content {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(/Images/background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
}

.form-main .confirm-botton-lg {
    padding: 6px 0px !important;
}

.wrap-form {
    width: 560px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px;
}
@media(max-width:560px){
    .wrap-form {
        padding: 0 5px;
    }
}

.line {
    margin: 0 auto;
    text-align: center;
    background-color: #D2DDEC;
    width: 40px;
    height: 2px;
    margin-bottom: 2rem;
}

.lr-panel-part { max-width:380px;display:inline-block;width:100%;text-align:left;}

.wrap-form-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.5rem 0;
    margin: 0 -1.5rem;
}

    .wrap-form-title img {
        width: 120px;
    }

    .wrap-form-title .wrap-title-name {
        color: #1778C8;
        font-size: 24px;
        margin-left: 20px;
        font-weight: bolder;
        line-height:normal;
    }

@media(max-width:560px) {
    .wrap-form-title { flex-direction:column;align-items:center;}
    .wrap-form-title .wrap-title-name { margin-left:0;margin-top:10px;}
}

.form-main {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 14px;
    /* box-shadow:0 0 20 0 rgb(121, 121, 121)!important;
    -moz-box-shadow:2px 2px 5px #333333; 
    -webkit-box-shadow:2px 2px 5px #333333;  */
    box-shadow: 0px 0px 20px rgba(0,0,0,.1)
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

.form-main .confirm-botton-lg {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
}

.form-title {
    color: #1778C8;
    text-align: center;
    font-size: 24px;
    padding: 25px 0 5px;
    font-weight: bolder;
}

.form-check {
    padding: 10px 0 0 0;
}

.forget-password {
    color: #95AAC9;
}

.no-account {
    color: #95AAC9;
}

.form-lable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.form-footer {
    text-align: center;
    color:#95AAC9;
    padding: 10px 0;
    font-size: 14px;
}

.form-muted {
    /*display: none !important;*/
    display:none;
    margin-top: .25rem;
    font-size: 14px;
    font-weight: 400;
    color: red !important;
}

.form-password {
    position: relative;
}

.form-check-input {
    height: 18px;
    width: 18px;
    color: #1778C8 !important;
    background-color: #1778C8 !important;
    vertical-align: middle;
    margin-top: 0.1rem !important;
}

.eye {
    position: absolute;
    display: block;
    width: 20px;
    margin-bottom: 50px;
    height: 20px;
    top: 38px;
    right: 10px;
    z-index: 99;
}

.licence {
    margin: 25px auto;
    text-align: center;
    font-size: 0.7rem;
    color: #95AAC9;
}


/* 注册 */
#getCode {
    width: 100%;
    margin-top:1.8rem;
    margin-bottom:0px!important;
    padding: .5rem 0;
    font-size: 0.75rem;
}

/* 医生认证 */
.add-clinic {
    width: 100%;
    background-color: #fff !important;
}

.icon-add, .icon-bianji {
    color: #1778C8;
}

.credentials {
    width: 100%;
    padding: 0px 0 0 5px;
    font-size: 0.8rem;
    flex-wrap: nowrap !important;
}

.credentials-image {
    display: inline-block;
    width: 110px;
    height: 110px;
    border: 1px solid #E3EBF6;
    text-align: center;
    line-height: 104px;
    border-radius:.25rem
}
.credentials-image img { max-width:100%;max-height:100%;}

    .credentials-image i {
        font-size: 50px;
    }

#addClinic {
    padding: 0px !important;
    box-shadow: 1px 1px 10px rgba(227, 235, 246, 1);
}

#clinicMessageArea {
    display: none;
    width: 100%;
    top: 0px;
    /* height: 92px; */
    background-color: #fff;
}

#clinicMessage {
    display: grid;
    grid-template-columns: calc(100% - 50px) 50px;
    background: #F9FBFD;
    border: none;
    padding: 10px 10px 10px 10px !important;
    border-radius:.25rem;
}

    #clinicMessage .hospital-logo {
        width: 25px;
        height: 25px;
        color: #1778C8;
        /* background-attachment:fixed; */
        /* background-size: cover; */
    }

.clinicMessage-right {
    cursor: pointer;
    display: grid;
    height: 100%;
    align-items: center;
    justify-items: center;
    grid-template-columns: 50% 50%;
    line-height: 100%;
}

.add-credentials-title {
    font-size: 14px;
    padding: 0 0 10px 0;
}

.clinic-message-name > * {
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
}

.add-clinic-text {
    font-size: 14px;
}

#credentialsUpload {
    font-size: 14px;
}

.credentialsUpload-lable-tip {
    font-size: 12px;
    color: #95AAC9;
}
.hospital-name {
    overflow: hidden;
    width:calc(100% - 50px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis
}
.hospital-address {
    font-size: 14px;
    color: #95AAC9;
}

.add-credentials {
    flex: 1;
    margin-left: 10px;
}
.address-select .form-group {
    margin-top:0px;
}

.credentials .add-credentials .text-lable {
    display: inline-block;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal
}

.add-credentials input[type='file'] {
    display: none
}

/* 模态框 */
.modal-header { padding: .875rem 1rem !important; }
.modal-header .close { padding: .875rem 1rem !important;margin:0 !important ; margin-top: -.875rem !important;position:absolute;right:0; }

.modal-title { font-size: 14px; font-weight:normal;}

.modal-footer {
    border-top: 0 !important;
}

.modal-body.login-model {
    font-size: 16px !important;
    display: grid;
    grid-template-columns: 24px auto;
}

.modal-body-icon i {
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}

    .modal-body-icon i.warn, .modal-body-icon i.icon-tixing {
        color: rgba(255, 162, 0,1);
    }

    .modal-body-icon i.error {
        color: rgba(220, 0, 0,1);
    }

    .modal-body-icon i.success {
        color: rgb(30, 221, 13);
    }

.modal-body-content { padding-left:.375rem;}

.modal-body-main {
    font-size: 1rem;
}

.modal-body-span {
    font-size: 0.8rem;
    padding-top: 0.25rem;
    color: #95AAC9;
}

.form-group.mode-detail-address {
    width: 100%;
    margin-left:5px;
}


.custom-control-input {
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
}

.custom-radio {
    vertical-align: middle;
    margin-left: 1rem;
}

.custom-control-label {
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px !important;
    height: 24px;
    line-height: 24px;
}
.custom-control-label::after,.custom-control-label::before{border-radius:5px;}

.tooth-type-1 > .tooth-type-one-1 {
    border-right: 1px solid #D2DDEC;
    border-bottom: 1px solid #D2DDEC;
}

.tooth-type-1 > .tooth-type-one-2 {
    border-bottom: 1px solid #D2DDEC;
}

.tooth-type-2 > .tooth-type-two-1 {
    border-right: 1px solid #D2DDEC;
}

.tooth-type-1 > .tooth-type-two-2 {
    border-bottom: 1px solid #D2DDEC;
}

.tooth-type-item {
    position: relative;
    width: 18px;
    box-sizing: content-box;
}

    .tooth-type-item > div.custom-control.custom-checkbox {
        margin-left: 3px;
    }

.custom-control-label::after {
    background-color: #E3EBF6 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #1778C8 !important;
}

.custom-radio .custom-control-label::after {
    border-radius: 50% !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #1778C8 !important;
    border-radius: 50% !important;
}

.custom-radio .custom-control-label {
    line-height: normal;
    height:auto;
}

.mouth-check-up-title {
    font-size: 16px;
    font-weight: bold;
}

    .mouth-check-up-title span {
        font-size: 14px;
        font-weight: normal !important;
        color: #95AAC9;
    }

.clinical-situation-tip {
    font-size: 14px;
}

/* E3EBF6 */
.tooth-type-num {
    box-sizing: content-box;
    font-size:13px;
}
.form-control.warn-border:focus {
    box-shadow: none;
}

pre {
    font-family: Nunito,sans-serif;
    background-color:#fff;
    margin-bottom:0;
    padding:0;
}