#top-back {
    background-color: #c3002f;
}

#title {
    font-size: 3.5em;
    font-weight: bold;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#subtitle {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#cards {
    width: 15em;
}

#nextBtn,
#nextBtnData,
#nextStepBtn,
#otpBtn,
#resultBtn,
#faceMatchBtn,
#backBtn {
    margin-bottom: 50px;
    background-color: #c3002f;
    width: 200px;
    font-size: 18px;
    border-radius: 20px;
    border: none;
}

.form-group {
    margin-bottom: 15px;
}

.form-group>label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #636363;
}

.form-titles {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #323232;
    margin-bottom: 30px;
}

.form-titles2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #323232;
    margin-bottom: 50px;
}

.form-titles3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: justify;
    font-size: 17px;
    color: #323232;
    margin-bottom: 20px;
}

#form-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #c3002f;
    margin-bottom: 60px;
}


#form-subtitle2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #c3002f;
    margin-bottom: 10px;
}

#subStep2,
#subStep3,
#subStep4,
#subStep41,
#subStep51,
#subStep52,
#subStep53,
#formalJob1 {
    display: none;
}

#capture-camera,
#flip-btn {
    background-color: #c3002f;
    color: #fff;
    border: none;
    width: 200px;
    font-size: 18px;
    border-radius: 15px;
    margin-top: 15px;
}

#canvas,
#camera-stream {
    width: 100%;
    margin-left: 0;
}

@media (max-width:1100px) {

    #canvas,
    #camera-stream {
        width: 100%;
    }
}