.topLogo img{
    max-width:120px;
}
.mainLogo{
    text-align: center;
}
.mainLogo img{
    margin:0 auto;max-width:250px;
}
.otpBox{
    display:flex;
    max-width:320px;
}

.profile-box{
    width: 340px;
    margin: 0 auto; 
}

.profile-box h4{
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.profile-box .form-group{
    text-align: center;
}

.profile-box label{
    display: block;
    font-size: 22px;
}

.profile-box h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 13px;
}

.profile-box .sapcode{
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

#profile-pic {
    width: 130px;
    height: 130px;
    cursor: pointer;
    object-fit: contain;
    border: 1px solid #ccc;
}
#shop-pic {
    width: 110px;
    height: 110px;
    cursor: pointer;
    object-fit: contain;
    border: 1px solid #ccc;
}

.points-box__container{
    width: 390px;
    margin: 0 auto;
}

.points-box__container a{
    color: inherit;
    text-decoration: none;
    display: block;
    text-align: center;
}

.points-box__container a img{
    width:90px; 
}

.points-box__container h5{
    font-size:18px;
}

.photo-box__container{
    width: 490px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.photo-box__container label{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.photo-box__container .sample-img{
    width:50%;
}

.photo-box__container .sample-img h5{
   font-size:18px; 
   margin-top: 5px;
}

.photo-box__container .upload-img__box{
    width:50%;
}

.upload-img__box {
    cursor: pointer;
}

.photo-box__container .upload-img__box h5{
   font-size:18px; 
   margin-top: 5px;
}

.upload-img__box img {
    width: 135px;
    height: 135px;
    object-fit: cover;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.upload-img__preview {
    display: flex;
    gap: 10px;
}

.upload-img__preview img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.view_images{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.topLogo .dropdown{
    margin-left: 30px;
}

.msg__box h2{
    color:red;
}
.msg__box h3{
    color:red;
}

.titelBx b{border-radius:4px!important;}

@media only screen and (max-width: 600px) {
  .topLogo img{max-width:70px;}
  .mainLogo{text-align: center;}
  .mainLogo img{margin:0 auto;max-width:150px;}
}