.redText{
    color: #E81212;
}
*,html,body{
    padding: 0;
    margin: 0;
}
html{
    font-size: 100%;
}
.title{
    font-weight: 500;
    font-size: 1.8rem;
    color: #000000;
    line-height: 2.1rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1rem;
}
.titlep{
    font-weight: 400;
    font-size: 0.8rem;
    color: #666666;
    line-height: 0.95rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1rem;
}
.content1{
    width: 100%;
}
.content1 img{
    object-fit: cover;
    width: 100%;
    min-height: 15rem;
}
.content2{
    margin-top: -10rem;
    display: flex;
    align-items: center;
}
.card{
    width: 62%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
    padding: 3rem;
}
.submitBtn{
    border: none;
    width: 80%;
    height: 3.625rem;
    background: #325FFF;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    font-weight: 500;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.3125rem;
    text-align: center;
}

.box{
    padding-top: 1rem;
}
.codebox{
    width: 33%;
    text-align: center;
    margin-bottom: 1rem;
}
.codebox img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.codebox p{
    font-weight: 500;
    font-size: 0.8rem;
    color: #000000;
    line-height: 0.95rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 750px) {
    .card{
        width: 90%;
    }
}
.row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.col{
    width: 50%;
}
.form-group{
    display: flex;
    flex-direction: column;
}
.form-control{
    width: 80%;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #999999;
    box-sizing: border-box;
    padding: 1rem;
    margin: 1rem 0;
}
