html {
    color:rgba(71,88,80,1)
}

.home-container {
    background: url("../../../images/login_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.home-notification {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
}

.home-version {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: rgba(28,32,35,.7);
}

.home-choice-card {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(206,206,206,1);
    box-shadow: 0 2px 4px 0 rgba(206,206,206,1);
    padding: 1rem 1.5rem;
    width: 100%;
    margin-bottom: 1.5rem;

}

.home-choice-card-dim {
    background: rgba(247,248,244,1);
    border: 1px solid rgba(206,206,206,1);
    box-shadow: 0 2px 4px 0 rgba(206,206,206,1);
    padding: 1rem 1.5rem;
    width: 100%;
    margin-bottom: 1rem;
}

.home-choice-title {
    font-weight: 600;
    font-size: 20px;
    color: rgba(26,66,98,1);
}

.home-choice-title-CN {
    letter-spacing: 0.9px;
}

.home-choice-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: rgba(28,32,35,.7);
}

.home-choice-subtitle-CN {
    letter-spacing: 0.5px;
}

.home-notification-content {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 3px;
    border: 1px solid rgba(155, 155, 155, 1);
    box-shadow: 0px 2px 4px rgba(212, 212, 212, .5);
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(245, 245, 245, 1));
}

.home-title {
    height: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-subtitle {
    height: 4rem;
}

.home-button{
    min-width: 150px;
    margin: 10px 0;
}

.home-box {
    padding-left: 2vw;
    padding-right: 2vw;
}

.home-choice-input {
    padding: 0.2rem 0rem;
}

.home-testing {
    border: 1px solid rgba(206,206,206,1);
}

.new-patient-title {
    padding-bottom: 1rem;
}

.new-patient-info-container {
    padding: 0rem 2rem;
}

.new-patient-info-item {
    padding-bottom: 1rem;
    height: 35px;
    line-height: 35px;
}

.new-patient-input {
    background: #FFFFFF;
    border: 1px solid #3397C3;
    border-radius: 1px;
    width: 100%;
    height: 35px;
    padding: 3px;
}

.return-button {
    cursor: pointer;
    //color: rgba(255, 255, 255, 1);
    //background-color: rgba(206, 206, 206, 1);
    //border-radius: 6px;
    color: rgba(255,255,255,1);
    background: rgba(246, 152, 50, 1);
    box-shadow: 0 2px 4px 0 rgba(206,206,206,1);
    height: 41px;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    margin: 0rem 2rem 2rem 0rem;
}

.create-patient-button {
    cursor: pointer;
    //color: rgba(255, 255, 255, 1);
    //background-color: rgba(206, 206, 206, 1);
    color: rgba(255,255,255,1);
    background: rgba(246, 152, 50, 1);
    box-shadow: 0 2px 4px 0 rgba(206,206,206,1);
    border-radius: 6px;
    height: 41px;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    margin: 0rem 0rem 2rem 2rem;
}

.modal-primary-button {
    background: rgba(51,151,195,1);
    box-shadow: 0 1px 2px 0 #C0C0C0;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    color: rgba(255,255,255,1);
    cursor: pointer;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

.modal-primary-button.disabled {
    background-color: rgba(192, 198, 201, 1);
}

.modal-secondary-button {
    background: rgba(144,216,235,1);
    box-shadow: 0 1px 2px 0 #C0C0C0;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    color: rgba(255,255,255,1);
    cursor: pointer;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;

}
