.con-page-form input.form-control{width:100%;    height: 38px;}
.con-page-form input[type="checkbox"] {height: auto; float: left; margin-left: 0; left: 3px; top: 5px;}
.bg1{background-color: #6f427b!important;}
.welcomepro {color: #fff;text-align: left;}
.welcomepro h4 {color: #fff; margin-bottom: 0; padding-bottom: 5px;font-size: 1.4rem;}
.welcomepro p {line-height: 1.3; font-size: 0.8rem;}


/* Custom Radio Button Start*/

.radiotextsty {
  color: #000;
  font-size: 18px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

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

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

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

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #A3A0FB;
}

/* Custom Radio Button End*/


.bottomlinklogin{    justify-content: space-between;}
.bottomlinklogin a.text-info {
    color: #6f427b!important;
    text-decoration: underline;
}
.fullbtnlogin1 {
    width: 80%;
    background: #6f427b;
    color: #fff;
    font-size: 1.5rem;
    margin: 30px auto 0;
}

.boxfrm{box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);}