	.rkmd-form{max-width: 330px; margin: 0 auto;}

	.n_card {
    background-color: #FFFFFF;
    padding: 15px 30px 65px 30px;
    border-radius: 18px;
    transition-duration: 0.4s;
    box-shadow: 0 20px 100px 0 rgb(70 104 215 / 12%);
}

.btn-primary.btn-md {
    padding: 8px 42px !important;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 12px;
  
}
.link {
    color: #575757;
    font-size: 0.8rem;
}

.sub-text.innerBlock {
    font-size: 12px;
    margin-top: 24px;
    color: #A4ADB2;
    font-weight: 600;
}
a {
    color: #2a2a2a;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #74A0FA;
    text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.425rem 1.125rem;
    font-size: 0.8rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #aeb2b7 ;
    border-radius: 0.25rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    : #495057;
     font-size: 0.8rem;
    line-height: 1.5;
    background-: #fff;
    
    outline: 0;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}
.form-control::-webkit--placeholder {
    : #aeb2b7;
    opacity: 1
}

.form-control:-ms--placeholder {
    : #aeb2b7;
    opacity: 1
}

.form-control::-ms--placeholder {
    : #aeb2b7;
    opacity: 1
}

.form-control::placeholder {
    : #aeb2b7;
    opacity: 1
}

   input .form-control{padding: 0.375rem 0.75rem;}
   .rkmd-form .error{ font-size: 0.8rem;margin-top: 0px !important; color: #f44336 !important;}
          .rkmd-form label.error{font-size: 80% !important;margin-top: 0.25rem !important;}

 /* .rkmd-form .form-control.valid{margin-bottom: 0px;}*/
  .rkmd-form .form-control.error {
    border-color: #F64E60;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
  .valid-password {
    color: #A4ADB2;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    list-style: circle;
  }
  .valid-password .valid {
    color: green;
    list-style: disc;
  }
  .spc_icon{
    padding-right:2px;
  }
  .valid_ml{font-size: 14px;
    color: #A4ADB2;
    margin-left:5px;}

  .valid_mr{
    font-size: 14px;
    }

    .container_2 {
 /* display: block;*/
  position: relative;
  padding-left: 35px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 14px;
  color:#575757;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: ;
  padding-top:5px;
}

/* Hide the browser's default checkbox */
.container_2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.container_2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_2 input:checked ~ .checkmark {
  background-color: #777;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_2 .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



    .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border:1px solid #aeb2b7;
    border-radius: 0.22rem;}

    .container_2 {
    /* display: block; */
    position: relative;
    padding-left: 35px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 0.8rem;
    color: #575757;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: ;
    padding-top: 5px;
}

   .container_2:hover input ~ .checkmark {
     background-color: #fff;
    border:1px solid #aeb2b7;}

   .container_2 .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #3767CB;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);}

  .container_2 input:checked ~ .checkmark {
    background-color: #fff;
    border:1px solid #3767CB;}