body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-image: linear-gradient(to right, #333333, #ffffff);
  background-repeat: repeat-y;
}

input,
textarea {
  background-color: #f3e5f5;
  border-radius: 50px !important;
  padding: 12px 15px 12px 15px !important;
  width: 100%;
  box-sizing: border-box;
  border: none !important;
  border: 1px solid #f3e5f5 !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400;
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #d500f9 !important;
  outline-width: 0;
  font-weight: 400;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.card {
  border-radius: 0;
  border: none;
}

.card1 {
  width: 50%;
  padding: 40px 30px 10px 30px;
}

.card2 {
  width: 50%;
  background-image: linear-gradient(to right, #cccccc, #ffffff);
}

#logo {
  width: 30%;
  height: auto;
}
#logo img {
 height: 150px;
	width: 150px;
}

#logo2 {
  width: 30%;
  height: auto;
}
#logo2 img {
 height: 150px;
	width: 150px;
}

.heading {
  margin-bottom: 60px !important;
}

::placeholder {
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}

.form-control-label {
  font-size: 12px;
  margin-left: 15px;
}

.msg-info {
  padding-left: 15px;
  margin-bottom: 30px;
}

.btn-color {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #ffd54f, #d500f9);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-color:hover {
  color: #fff;
  background-image: linear-gradient(to right, #d500f9, #ffd54f);
}

.btn-update {

  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #6faba7, #6db3ae);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
	margin-right: 15px;

}

.btn-update:hover {
  color: #fff;
  background-image: linear-gradient(to right, #6db3ae, #6faba7);
}



.btn-gjw {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #70bd1f, #09bd1f);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw:hover {
  color: #fff;
  background-image: linear-gradient(to right, #09bd1f, #70bd1f);
}

.btn-gjw-disabled {
  border-radius: 50px;
  color: #fff;
	text-decoration: line-through !important;
  background-image: linear-gradient(to right, #e5bda3, #f6b488);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw-disabled:hover {
  color: #fff;
	text-decoration: line-through !important;
  background-image: linear-gradient(to right, #f6b488, #e5bda3);
}

.btn-gjw-blue {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #004f9f, #1b66b1);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw-blue:hover {
  color: #fff;
  background-image: linear-gradient(to right, #1b66b1, #004f9f);
}

.btn-gjw-orange {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #cc3300, #e75e30);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw-orange:hover {
  color: #fff;
  background-image: linear-gradient(to right, #e75e30, #cc3300);
}

.btn-gjw-violett {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #9301c9, #a40bdc);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw-violett:hover {
  color: #fff;
  background-image: linear-gradient(to right, #a40bdc, #9301c9);
}

.btn-gjw-yellow {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #dbca3b, #dfcb25);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw-yellow:hover {
  color: #fff;
  background-image: linear-gradient(to right, #dfcb25, #dbca3b);
}

.btn-gjw-dark {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #3a3a3b, #464647);
  padding: 15px;
  cursor: pointer;
  border: none !important;
  margin-top: 40px;
}

.btn-gjw-dark:hover {
  color: #fff;
  background-image: linear-gradient(to right, #464647, #3a3a3b);
}

.btn-white {
  border-radius: 50px;
  color: #d500f9;
  background-color: #fff;
  padding: 8px 40px;
  cursor: pointer;
  border: 2px solid #d500f9 !important;
}

.btn-white:hover {
  color: #fff;
  background-image: linear-gradient(to right, #ffd54f, #d500f9);
}




input[color="gjw-default"] {
  /* remove standard background appearance */
 
  border: 4px solid #7fba00 !important;
  background-color: #fff;
  border-radius: 50%;
	padding: 12px 12px 12px 12px !important;	
 
}
	
 

/* appearance for checked radiobutton */
input[color="gjw-default"]:checked {
  background-color: #7fba00;
}

input[color="gjw-blue"] {
  /* remove standard background appearance */
 
  border: 4px solid #004f9f !important;
  background-color: #fff;
  border-radius: 50%;
 	padding: 12px 12px 12px 12px !important;	

}

/* appearance for checked radiobutton */
input[color="gjw-blue"]:checked {
  background-color: #004f9f;
}

input[color="gjw-orange"] {
  /* remove standard background appearance */
 
  border: 4px solid #cc3300 !important;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px 12px 12px 12px !important;	

}

/* appearance for checked radiobutton */
input[color="gjw-orange"]:checked {
  background-color: #cc3300;
}

input[color="gjw-violett"] {
  /* remove standard background appearance */
 
  border: 4px solid #9301c9 !important;
  background-color: #fff;
  border-radius: 50%;
 padding: 12px 12px 12px 12px !important;	

}

/* appearance for checked radiobutton */
input[color="gjw-violett"]:checked {
  background-color: #9301c9;
}

input[color="gjw-yellow"] {
  /* remove standard background appearance */
 
  border: 4px solid #dbca3b !important;
  background-color: #fff;
  border-radius: 50%;
 padding: 12px 12px 12px 12px !important;	

}

/* appearance for checked radiobutton */
input[color="gjw-yellow"]:checked {
  background-color: #dbca3b;
}

input[color="gjw-dark"] {
  /* remove standard background appearance */
 
  border: 4px solid #3a3a3b !important;
  background-color: #fff;
  border-radius: 50%;
 padding: 12px 12px 12px 12px !important;	

}


/* appearance for checked radiobutton */
input[color="gjw-dark"]:checked {
  background-color: #3a3a3b;
}


a {
  color: #000;
}

a:hover {
  color: #000;
}

.bottom {
  width: 100%;
  margin-top: 50px !important;
}

.sm-text {
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  .card1 {
    width: 100%;
    padding: 40px 30px 10px 30px;
  }

  .card2 {
    width: 100%;
  }

  .right {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 10px !important;
  }

  .card2 {
    padding: 50px;
  }

  .right {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
