a {
  text-decoration: none;
}
body {
background: url(https://infowbtoto.pro/files/image/bg.webp) center center no-repeat !important;
background-size: cover !important;
background-attachment: fixed !important;
}
label {
  font-family: "Raleway", sans-serif;
  font-size: 11pt;
}
#forgot-pass {
  color: #2dbd6e;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 3px;
  text-align: right;
}
#card {
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
  height: 830px;
  margin: -35px;
  width: 100%;
  border: outset;
  margin-left: -3px;
}
#card-content {
  padding: 0px 15px;
}
#card-title {
  font-family: "Raleway Thin", sans-serif;
  letter-spacing: 4px;
  padding-bottom: 23px;
  padding-top: 15px;
  text-align: center;
  color: white;
}
#signup {
  color: #2dbd6e;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 16px;
  text-align: center;
}
#submit-btn {
  background: -webkit-linear-gradient(right, #a6f77b, #2dbd6e);
  border: none;
  border-radius: 21px;
  box-shadow: 0px 1px 8px #24c64f;
  cursor: pointer;
  color: white;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 50px;
  transition: 0.25s;
  width: 153px;
}
#submit-btn:hover {
  box-shadow: 0px 1px 18px #24c64f;
}
.form {
  align-items: left;
  display: flex;
  flex-direction: column;
}
.form-border {
  background: -webkit-linear-gradient(right, #a6f77b, #2ec06f);
  height: 1px;
  width: 100%;
}
.form-content {
  background: #fbfbfb;
  border: none;
  outline: none;
  padding-top: 14px;
}
.underline-title {
  background: -webkit-linear-gradient(right, #fff, #fff);
  height: 2px;
  margin: -1.1rem auto 0 auto;
  width: 100%;
}
.contactField.requiredField, .contactField.contactOption {
    height: 40px;
    margin-bottom: 0px;
    border-radius: 10px;
    border: 4px outset;
    border-color: #00e146;
    text-align: center;
    margin-left: -5px;
	width: 100%;
}

.form-group {
    clear: both;
    margin-bottom: 10px;
}

.buttonjoin {
    width: 100%;
}

.buttonWrap.button-green {
    padding: 10px 100px;
    display: block;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px #c0392b, inset 0 2px 0 0 #c0392b, inset 0 4px 4px 2px #ad0000, 3px 3px 3px 1px rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom,#c0392b 0%,#ad0000 50%,#FF0000 100%);
    border: 1px solid #ad0000;
    color: #fff;
    border-width: 0;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-shadow: 2px 1px 9px rgb(0 0 0 / 70%);
    margin-bottom: 10px;
}

.buttonWrap.button-green::after {
  font-family: "Font Awesome 5 Free";
  content: "  \f234";
  align-content: center;
  font-weight: 700;
  font-size: 18px;
}

.buttonWrap.button-blue {
    padding: 10px 100px;
    display: block;
	width: 100%;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px #40d047, inset 0 2px 0 0 #13980b, inset 0 4px 4px 2px #40d043, 3px 3px 3px 1px rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom,#16931c 0%,#40d04a 50%,#00FF00 100%);
    border: 1px solid #13980b;
    color: #fff;
    border-width: 0;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-shadow: 2px 1px 9px rgb(0 0 0 / 70%);
    margin-bottom: 10px;
}

.underline {
    text-decoration: underline;
}
.right {
    text-align: right;
}
.left {
    float: left;
}
.right {
    float: right;
}
.note {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
	font-weight: bold;
}
.center {
    text-align: center;
    margin-bottom: 10px;
}

.center-bank {
    text-align: center;
	margin-top: 45px;
    margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
}

.showp {
    color: white;
    display: flex;
    float: right;
}
.bank{display:inline-block;background-color:#fff;padding:3px 10px 5px 10px;width:45%;margin:5px 0 0 0;text-align:left;border-radius:6px;}
.bank {
    border-radius: 10px!important;
    padding: 0px!important;
    height: 32px!important;
    width: 45%!important;
    margin-left: 7px!important;
    border: groove 3px;
	display: inline-block;
    vertical-align: middle;
}

.bank img:first-child {
    width: 65px!important;
    display: inline-block!important;
    vertical-align: middle!important;
    margin-left: auto!important;
    margin-right: 2px!important;
    margin-top: 6px!important;
    margin-bottom: auto!important;
}

.bank img:last-child {
    width: 70px!important;
    display: inline-block!important;
    vertical-align: middle!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 4px!important;
}

.margintop {
    margin-top: -20px;
}