div.form-container {
  position: relative;  
  width: 400px;
  margin: 0 auto;
  border: 3px solid #73AD21;
  border-radius: 5%;
  overflow-x: hidden;
  overflow-y: inherit; 
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

div.frmTemplate {
  position: relative;
  top: 5px;
  left: 5px;
  width: 350px;
  padding: 5px 10px;
  margin:  10px;
  border: 1px solid #aaaaaa;
  overflow:hidden;
}

div.reg-button {
  cursor: pointer;
  opacity: 0.8;
}
span.alrght {
text-align: right;
cursor: pointer;
float: right;
}

.lblLine{
font-size: 14px;
}

.lblWele{
font-size: 12px;
}
input.txtLine{
width: 80%;
height: 20px;
}

@media screen and (max-width: 600px) {
div.form-container {
  width: 90%;
  border: none;
}

div.frmTemplate {
  width: 90%;
  border: none;
}


.lblLine {
font-size: 12px;
}
.lblWele{
font-size: 10px;
}
input.txtLine{
font-size: 10px;
width: 90%;
}
}

