.txt1 {
  font-family: Noto Sans Sinhala;
  font-size: 13px;
font-weight: ;
  line-height: 2.0;
  color: #999999;
}

	.login-form {
		width: 350px;
    	margin: 10px auto;
	}
    .login-form form {
        margin-top: auto;
    	margin-bottom: 15px;
        background: #ffffff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 20px;
        border-radius: 15px;
    }



.img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 5px;
  height: 5px;
}



.img2 {
    width: 100%;
    height: 100%;
    }




.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #018737, #4158d0);
  background: -o-linear-gradient(-135deg, #018737, #4158d0);
  background: -moz-linear-gradient(-135deg, #018737, #4158d0);
  background: linear-gradient(-135deg, #018737, #4158d0);
}











.login100-form-title {
  font-family: Noto Sans Sinhala;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 10px;
padding-top: 10px;
}

.login100-form-titles {
  font-family: Noto Sans Sinhala;
  font-weight: ;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 5px;
padding-top: 5px;
}


    .wrap-input100 {
  text-align: center;
  width: 100%;

  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Noto Sans Sinhala;
  font-weight:bold ;
  font-size: 22px;
  line-height: 1.5;
  color: #ea00ff;
  text-align: center;
  display: ;
  width: 100%;
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #f7b7e2, #faf7f9);
  background: -o-linear-gradient(-135deg, #f7b7e2, #faf7f9);
  background: -moz-linear-gradient(-135deg, #f7b7e2, #faf7f9);
  background: linear-gradient(-135deg, #f7b7e2, #faf7f9);
  height: 50px;
  border-radius: 50px;

}

    .container-login100-form-btn {
  width: 80%;text-align: center;

  justify-content: center;
  padding-top: 5px;
}

.login100-form-btn {
  font-family: MNoto Sans Sinhala;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #5303a3, #035440);
  background: -o-linear-gradient(-135deg, #5303a3, #035440);
  background: -moz-linear-gradient(-135deg, #5303a3, #035440);
  background: linear-gradient(-135deg, #5303a3, #035440);

  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}
