.become-pro-margin {
    width: 80%;
    margin-left: 10%;
    word-break: break-all;
	min-height:auto;
	margin-top:50px;
	margin-bottom:20px;
}
.text10 {
    color: #125196;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.15rem;
    width: 100%;
    font-size: 3.15em;
    line-height: 1.125;
    font-weight: 700;
}
.text11 {
    color: #57DD64;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.05rem;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.375;
    font-weight: 500;
}
.text12 {
    color: rgba(0,0,0,0.322);
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.625;
    font-weight: 400;
}
p{margin-top:15px !important;}
.text13 {
    color: rgba(0,0,0,0.671);
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.05rem;
    width: 100%;
    font-size: 1.75em;
    line-height: 1;
    font-weight: 700;
}
.text14 {
    color: rgba(0,0,0,0.322);
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}
.text15 {
    color: rgba(0,0,0,0.2);
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 0.95em;
    line-height: 1.25;
    font-weight: 300;
}
#frmRegistration .input {
    width: 100%;
    height: 51px;
    font-family: Open Sans Hebrew,sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
	padding-left:10px;
}
#frmSecond .input {
    width: 100%;
    height: 51px;
    font-family: Open Sans Hebrew,sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
	padding-left:10px;
}
#frmSecondcl1 .input {
    width: 100%;
    height: 51px;
    font-family: Open Sans Hebrew,sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
	padding-left:10px;
}
#frmSecondcl1 label {
    width: 30%;
	word-break: break-word;
	font-weight:500;
}
#frmSecondcl2 .input {
    width: 100%;
    height: 51px;
    font-family: Open Sans Hebrew,sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
	padding-left:10px;
}
.input {
    width: 70%;
    height: 51px;
    font-family: Open Sans Hebrew,sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
	padding-left:10px;
}
#frmSecondcl2 label {
    width: 30%;
	word-break: break-word;
	font-weight:500;
}
.mt-35 {
    margin-top: 15px;
}
.mt-10 {
    margin-top: -10px;
}
#frmRegistration .input.form-submit {
    font-size: 20px;
    background: #2998ff;
    border-radius: 25px;
    border: 0;
    color: #fff;
    margin-top: 30px;
}
#frmRegistration .button {
  border-radius: 4px;
  background-color: #2998ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font: 20px/1.2 'museo500';
  padding:10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#frmSecondBtn .button {
  border-radius: 4px;
  background-color: #2998ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font: 20px/1.2 'museo500';
  padding:10px;
  width: 15%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#newFrm .button {
  border-radius: 4px;
  background-color: #2998ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font: 20px/1.2 'museo500';
  padding:10px;
  width: 20%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span:after {
  content: '\2713';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
#newFrm .submit {
  border-radius: 4px;
  background-color: #2998ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font: 20px/1.2 'museo500';
  padding:10px;
  width: 20%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.submit span:after {
  content: '\2713';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.submit span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}



#.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.submit:hover span {
  padding-right: 25px;
}

.submit:hover span:after {
  opacity: 1;
  right: 0;
}



#frmRegistration .buttonBtn {
  border-radius: 4px;
  background-color: #2998ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font: 20px/1.2 'museo500';
  padding:10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#frmSecondBtn .buttonBtn {
  border-radius: 4px;
  background-color: #2998ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font: 20px/1.2 'museo500';
  padding:10px;
  width: 15%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttonBtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonBtn span:after {
  content: '\00ab';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#.buttonBtn span:after {
  content: '\00ab';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonBtn:hover span {
  padding-right: 0px;
}

.buttonBtn:hover span:after {
  opacity: 1;
  right: 50px;
}
.border-padding{border-right-style: inset;padding: 30px;word-break: break-word;}
.padding-word-break{padding: 30px;word-break: break-word;}