.doctorMain {
    width: 100vw;
    height: 100vh;
    background: url('../img/bghome.jpg') no-repeat top;
    background-size: 100% 100%;
}

.docContain {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.imageDoc {
    margin-top: 5.2718vw;
    height: 9.5vw;
    width: 9.5vw;
}

.docTitle {
    font-family: PingFang-SC-Bold;
    font-size: 2.5vw;
    color: #FFFFFF;
    width: 100%;
    height: 4.1vw;
    letter-spacing: 0;
    text-align: center;
}

.englishTitle {
    margin-top: -1vw;
    opacity: 0.5;
    font-family: PingFang-SC-Bold;
    font-size: 1.903vw;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 3.294vw;
    text-align: center;
}

.docRow {
    margin-top: 2.56vw;
    flex-direction: row;
    display: flex;
    width: 40vw;
    justify-content: space-between;
}

.lineDoc {
    margin-top: 4.5px;
    height: 0.2vw;
    width: 2.928vw;
    background: rgba(255, 255, 255, 0.50);
    margin-bottom:1vw;
}

.docItem {
    flex-direction: column;
    display: flex;
    width: 16.328vw;
    height: 4vw;
    justify-content: center;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.nameDoc {
    font-family: PingFang-SC-Bold;
    font-size: 1.1vw;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.inputDoc {
    opacity: 0.5;
    font-family: PingFang-SC-Bold;
    font-size: 1.025vw;
    color: #FFFFFF;
    letter-spacing: 1px;
    background: transparent;
    padding-top: 2px;
    border: 0;
    outline: none;
}

.inputDoc input::-webkit-input-placeholder {
    height: 2.266vw;
    opacity: 0.5;
    font-family: PingFang-SC-Bold;
    font-size: 1.025vw;
    background: transparent;
    color: #FFFFFF;
}


.inputDoc.select-option {
    background-color: transparent;
    color: #555555;
}

.inputDoc .ant-select-selection {
    background-color: transparent;
    border:0;
    color: #FFFFFF;
    font-size: 1.025vw;
}
.inputDoc .ant-select-arrow{
    color:white;
}
.docForgetPwd {
    margin-top: 1.61vw;
    font-family: PingFang-SC-Regular;
    font-size: 0.9518vw;
    color: #FFFFFF;
    margin-left: 30vw;
    text-align: right;
    line-height: 18px;
    border-bottom: 0.5px solid #FFFFFF;
}

.docLogin {
    margin-top: 3vw;
    font-family: PingFang-SC-Bold;
    width: 24vw;
    height: 4vw;
    background: white;
    border-radius: 2vw;
    color: #1D7CEC;
    font-size: 1.4vw;
    text-align: center;
    line-height: 4vw;
    box-shadow: 1px 2px 12px 0 rgba(0,0,0,0.25);
    font-weight: 600;
}

.homeInput{
   padding-top: 1vw;
   padding-bottom: 10px;
   padding-left: 11px;
   opacity: 0.5;
   background:transparent;
   color: #FFFFFF;
   border:0;
   font-size: 1.025vw;
   height: 3vw;
   outline: none
}

.docItem input::-webkit-input-placeholder {
   height: 3vw;
   font-family: PingFang-SC-Bold;
   font-size: 1.025vw;
   color: #FFFFFF;
   opacity: 0.8;
}

.docItem .ant-select-selection__rendered {
    width: 100%;
}

