@font-face {
	font-family: 'Montserrat-Bold';
	font-style: normal;
	src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/Montserrat-Bold.svg') format('svg'),
		/* Legacy iOS */
		url('../fonts/Montserrat-Bold.ttf') format('truetype')
		/* Safari, Android, iOS */
	;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  text-align: center;
}

.btn-plain {
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.btn img {
  height: 42px;
  width: 180px;
}

.login-register-modal .modal-dialog {
  max-width: 820px;
}

.login-register-modal .modal-header {
  border: 0;
  padding: 0;
}

.login-register-modal .modal-body {
  padding: 25px;
}

.login-register-modal .close {
  opacity: 1;
  position: absolute;
  right: -25px;
  top: -25px;
}

.login-register-modal .close img {
  width: 50px;
  height: 50px;
}

.register-login-page-wrapper .tab-content>.active, .login-register-modal .tab-content>.active {
  opacity: 1;
}

.register-login-page-wrapper {
  width: 1000px;
  margin: 0 auto;
  margin-top: 160px;
  background-color: white;
  padding: 30px 50px;
}

.register-login-page-wrapper .register-content {
  justify-content: space-between;
}

.register-content-col {
  width: 50%;
}

.register-content .register-content-col:last-child {
  margin-left: 30px;
}

.register-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.register-benefits {
  background-color: rgb(241, 241, 241);
  padding: 15px;
  color: gray;
  min-width: 250px;
  max-width: 250px;
}

.register-login-page-wrapper .register-benefits {
  min-width: 300px;
  max-width: 300px;
}

.register-benefits-title {
  color: #00a69c;
}

.register-login-page-wrapper .register-benefits-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.register-benefits ul {
  padding-left: 20px;
}

.register-form-tabs {
  display: none;
}

.input-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.show-pass-icn {
  background-image: url('../images/register/show-pass-icn.svg');
}

.hide-pass-icn {
  background-image: url('../images/register/hide-pass-icn.svg');
}

.red-close-icn {
  background-image: url('../images/register/red-close-icn.svg');
      width: 20px;
    height: 45px;
    margin-right: 10px;
}

.register-tab-title {
  color: white;
  background-color: #00a69c;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1.6px;
  padding: 3px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.register-login-page-wrapper .register-tab-title {
  font-size: 28px;
  font-family: 'Montserrat-Bold';
}

.register-tab-title-big {
  font-size: 32px;
  letter-spacing: 2px;
}

.register-tab-title-small {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-top: -6px;
  display: block;
}

.signup-steps {
  font-size: 14px;
  letter-spacing: 0.6px;
  margin: 0 10px 30px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.signup-steps .step:hover, .signup-steps .step.active {
  color: #00ac9e;
}

.signup-steps .step.active {
  cursor: pointer;
}

.signup-steps .signup-icon {
  height: 68px;
  width: 68px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.signup-steps .step {
  width: 115px;
}

.create-acc-icn {
  background-image: url('../images/register/dark-green-create-account-icon.svg');
}

.info-icn {
  background-image: url('../images/register/dark-green-personal-info-icon.svg');
  background-position-y: 5px;
}

.verification-icn {
  background-image: url('../images/register/dark-green-account-verification-icon.svg');
  background-position-y: 6px;
}

.step:hover .create-acc-icn, .step.active .create-acc-icn {
  background-image: url('../images/register/green-create-account-icon.svg');
}

.step:hover .info-icn, .step.active .info-icn {
  background-image: url('../images/register/green-personal-info-icon.svg');
}

.step:hover .verification-icn, .step.active .verification-icn {
  background-image: url('../images/register/green-account-verification-icon.svg');
}

.next-icn {
  background-image: url('../images/register/dark-green-arrow-icon.svg');
  height: 28px;
  width: 28px;
  margin: 0px -2px;
  margin-top: -50px;
}

.next-icn.active, .next-icn:hover {
  background-image: url('../images/register/green-arrow-icon.svg');
}

.register-login-form .form-group {
  padding-left: 45px;
  display: flex;
  align-items: flex-end;
  background-position-x: left;
  height: 30vw;
  margin-right: 10px;
  margin-left: 5px;
}

.register-login-form .bg.form-group {
  background-position-x: left;
  height: 40px;
  margin-top: 20px;
}

.register-login-page-wrapper .bg.form-group {
  margin: 20px 0 10px;
  position: relative;
}

.register-login-form input.form-control {
  font-size: 16px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #00ac9e;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  letter-spacing: 1px;
}

.register-login-form input.form-control::-webkit-input-placeholder {
  color: rgba(16, 34, 37, 0.58);
}

.register-login-form input.form-control::-moz-placeholder {
  color: rgba(16, 34, 37, 0.58);
}

.register-login-form input.form-control:-ms-input-placeholder {
  color: rgba(16, 34, 37, 0.58);
}

.register-login-form input.form-control:-moz-placeholder {
  color: rgba(16, 34, 37, 0.58);
}

.register-login-form .verifi-code input.form-control::-webkit-input-placeholder {
  color: rgba(0, 165, 155, 0.58);
}

.register-login-form .verifi-code input.form-control::-moz-placeholder {
  color: rgba(0, 165, 155, 0.58);
}

.register-login-form .verifi-code input.form-control:-ms-input-placeholder {
  color: rgba(0, 165, 155, 0.58);
}

.register-login-form .verifi-code input.form-control:-moz-placeholder {
  color: rgba(0, 165, 155, 0.58);
}

.register-login-form .required {
  margin-bottom: 10px;
  color: red;
}

.uss-er:before {
  background-image: url('../images/register/username-icon.svg');
}

.pas-s:before {
    background-image: url('../images/register/password-and-confirm-password-icon.svg');
}

.form-group.full-name:before {
    background-image: url('../images/register/fullname-icon.svg');
}

.form-group.mobile:before {
    background-image: url('../images/register/moblie-icon.svg');
}

.form-group.dob:before {
    background-image: url('../images/register/dob-icon.svg');
}

.form-group.language:before {
    background-image: url('../images/register/language.svg');
}

.register-login-form .form-group.email:before {
    background-image: url('../images/register/email-icon.svg');
}

#loginModal .input-error-msg, .register-login-form .input-error-msg {
  color: red;
  padding-left: 50px;
  font-size: 14px;
  margin-top: -12px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.register-login-page-wrapper .register-login-form .input-error-msg {
  margin: 0;
  margin-top: -8px;
  display: inline-block;
}

.register-login-form .btn-plain {
  margin: 25px auto;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

.sign-in-here {
  justify-content: flex-start;
  color: #00a69c;
}

.register-login-page-wrapper .sign-in-here {

  /*text-align: center;*/
}

.sign-in-here a {
  color: #00a69c;
}

.sign-in-here-icon {
  background-image: url('../images/register/already-member-icn.svg');
     width: 50px;
    height: 50px;
}

.contact-livechat-icn {
background-image: url('../images/register/contact-livechat-icn.svg');
     width: 50px;
    height: 50px;
}

.gender-wrapper, .lang-wrapper {
  color: white;
  letter-spacing: 1px;
}

.gender-option, .lang-option {
  background-color: black;
  padding: 6px 15px;
  border-radius: 6px;
  cursor: pointer;
}

.gender-wrapper .gender-option:nth-child(1), 
.lang-wrapper .lang-option:nth-child(1) {
  margin-right: 15px;
}

.gender-option.active, .gender-option:hover,
.lang-option.active, .lang-option:hover {
  background-color: rgb(0, 165, 155);
}

.buttons-wrapper {
  width: 360px;
  margin: 0 auto;
}

#account_verification h1 {
  color: rgb(0, 165, 155);
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.verifi-code {
  border: 2px solid rgb(0, 165, 155);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 385px;
}

.register-login-form .verifi-code input.form-control {
  border: 0;
  height: 100%;
  margin: 0;
  text-align: center;
  font-size: 25px;
  height: 55px;
  border-radius: 10px;
}

.verifi-button {
  background-color: rgb(0, 165, 155);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px 8px;
  border-radius: 10px;
  margin-right: -3px;
  letter-spacing: 1px;
  font-size: 26px;
  width: 135px;
  align-self: stretch;
}

.verifi-button.request-code {
  cursor: pointer;
  font-size: 15px;
}

.confirm-checkbox {
  margin: 40px 20px 0;
}

.register-login-page-wrapper .confirm-checkbox {
  margin: 40px 5px 10px;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid rgb(0, 165, 155);
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: rgb(0, 165, 155);
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);  /* transform: rotate(45deg); */
}

.confirm-checkbox .custom-checkbox {
  color: #565656;
  font-size: 15px;
}

.register-login-page-wrapper .confirm-checkbox .custom-checkbox {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.6px;
}

.confirm-checkbox label a {
  color: #565656;
  font-weight: bold;
  text-decoration: underline;
}

.deposit-now-title {
      font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #00ac9e;
    font-family: 'Montserrat-Bold';
    margin: 25px 0;
}

.help-contact {
  display: none;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}

.register-login-page-wrapper .help-contact {
        margin: 0 85px;
    width: auto;
}

.verify-message {
      color: red;
    font-size: 13px;
    margin: -10px 96px 25px;
}

.help-contact .icon {
  width: 82px;
  height: 46px;
  padding-right: 45px;
}

.help-contact .whatapps-icn {
  background-image: url('../images/register/whatapp-icon.svg');
  border-right: 1px solid #00ac9e;
}

.help-contact .line-icn {
  background-image: url('../images/register/line-icon.svg');
}

.help-contact-desc {
  color: red;
  font-size: 14px;
}

.activate-acc-btn img {
}

.acc-deposit-list {
  color: #00ac9e;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  width: 80%;
  margin: 10px auto;
}

.acc-deposit-list .flex {
  justify-content: flex-start;
}

.acc-deposit-list .tick-icon {
  background-image: url(../images/register/tick-icon.svg);
  background-size: 80% 80%;
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  border: 2px solid black;
  margin-right: 15px;
  position: relative;
}

.acc-deposit-list .tick-icon.non-ticked {
  background-color: transparent;
  background-image: none;
}

.acc-deposit-list .tick-icon.non-ticked:after {
  content: '';
  background-color: #00ac9e;
  width: 39px;
  height: 39px;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}

.acc-deposit-list-seperator {
  height: 32px;
  border-left: 2px solid black;
  margin-left: 25px;
}

.register-form .bottoms a {
  color: #00ac9e !important;
}

.register-form .bottoms div {
  padding: 0 10px;
  margin-bottom: 25px;
}

.register-form .bottoms div:first-child {
  border-right: 1px solid #00ac9e;
}

.register-banner {
  width: 100%;
}

.bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dwl {
  color: black;
}

.login-form {
  margin: 0 auto;
  width: 460px;
}

.bottoms a,
.bottoms div {
  color: #00a69c;
  margin-bottom: 20px;
}

.red-close-icn, .show-pass-icn, .hide-pass-icn {
    top: -5px;
}

.register-login-form .bg.form-group {
    background-image: none;
}

.register-login-form .bg.form-group:before {
    display: inline-block;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.input-error-msg.notice {
	padding-bottom:16px;
	font-size: 12px !important;
}

.register-login-form .input-error-msg label.error {
	width: 100%;
	float: none;
	margin-bottom: 0;
	font-weight: normal;
}

body {
	background-color: #102226 !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: transparent !important;
	border-color: transparent !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: transparent !important;
	border-color: transparent !important;
}
@media (min-width: 1200px) {
	.col-lg-2 {
		float: none !important;
	}
	.col-lg-3, .col-lg-2 {
		width: inherit !important;
	}
}
.ann {
	bottom: 14px !important;
}
#forgotForm label.error {
	font-weight: normal !important;
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0,0) !important;
	-o-transform: translate(0,0) !important;
	transform: translate(0,0) !important;
}

img.iconCorrect,
img.iconWrong {
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	margin-top: 5px;
	height: 25px;
}
input.toggle-show-pass-input.correct+.toggle-show-pass,
input.toggle-show-pass-input.warn+.toggle-show-pass {
	right: 30px;
}

input.toggle-show-pass-input.correct~img.iconCorrect,
input.toggle-show-pass-input.warn~img.iconWrong {
	display: block;
}