.bg-gradient-violet-pink {
	background: linear-gradient(100deg,#7612fa -6%,#fa12e3 60%,#ffc800 127%);
}
.bg-gradient-color {
	background: linear-gradient(180deg,rgba(243,238,255,0),rgba(243,238,255,.04));
}
.bg-gradient-violet-pink-2 {
	background: linear-gradient(83deg,#7612fa 20%,#fa12e3 53%,#ffc800 115%);
}
.bg-gradient-violet-pink-3 {
	background: linear-gradient(83deg,#7612fa 20%,#fa12e3 51%,#ffc800 125%);
	color: white;
}
.button-violet-pink {
	background: linear-gradient(180deg,#45c4f9 -6%,#7d09ff 60%,#ff0be5 127%);
	color: white !important;
}
.bg-gradient-ku-1 {
	background: linear-gradient(83deg,#006665 20%,#bebd00 51%,#fae91d 125%);
	color: white;
}
.bg-gradient-ku-2 {
	background: linear-gradient(83deg,#5DE3B2 20%,#1BB58A 51%,#0B965D 125%);
	color: white;
}
button.gradient-over:hover{
	background: linear-gradient(83deg,#fae91d 20%,#fae91d 51%,#fae91d 125%);
	color:#008080 !important;
	/*
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
  /* font-size: 25px !important; 
   */
}
.gn-gradient {
  background-color: #72E2CB;       /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #72E2CB, #7AC2B3);
}
button.ku-green{
	background-color: #006665 !important;
}
button.yellow-over:hover{
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
  /* font-size: 25px !important; */
  color:#008080 !important;
}
a:hover {
	text-decoration: none;
}
.note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
/*
.form-control{
    border-radius:1.5rem;
}
*/
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.border-all-20px{
	border-radius: 20px 20px 20px 20px;
}