﻿#FirstName-error {
    color: red;
    font-size: 13px;
    text-align: center;
   /* max-width: 500px;
    width: 100%*/
}

#LastName-error {
    color: red;
    font-size: 13px;
    text-align: center;
  /*  max-width: 500px;
    width: 100%*/
}

#MobileNumber-error {
    color: red;
    font-size: 13px;
    text-align: center;
   /* max-width: 500px;
    width: 100%*/
}

#id_password-error {
    color: red;
    font-size: 13px;
    text-align: center;
    /*max-width: 500px;
    width: 100%*/
}

#email-error {
    color: red;
    font-size: 13px;
    text-align: center;
   /* max-width: 500px;
    width: 100%*/
}
#confirmid_password-error {
    color: red;
    font-size: 13px;
    text-align: center;
    /* max-width: 500px;
    width: 100%*/
}
.backbutton{
    float:right;
    color:white;
    font-size:20px;
    height:70px;
    top:-50px;
    width:80px;
    text-align:center;padding:15px;
   display:block;
   border-radius:20px;
}
.modal-content.registeredsuccessmodal {
    margin-top: 165px;
    border-radius: 27px;
    padding: 26px;
    position: relative;
}
.modalbody {
    text-align: center;
  
    font-weight: 700;
    border: 1px solid grey;
    border-radius: 100px;
    padding: 29px;
    margin-bottom: 25px;
}

 .btnstyle {
    font-size: 15px;
    border-radius: 12px;
    width: 84px;
    padding: 10px;
    border: 1px dotted blue;
}