@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600);.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff !important;
  background-repeat: repeat !important;
}

.m-grid__item.m-grid__item--order-tablet-and-mobile-2.m-grid.m-grid--hor.m-login__aside:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.m-login__form .m-login__form-sub {
  margin: 20px 0;
}

.m-login__form .m-login__form-action {
  text-align: center;
}

.m-login__logo {
  margin-bottom: 30px;
}

.form-control {
  font-family: 'Poppins', sans-serif;
}
.form-control::placeholder:focus {
  color: #495057 !important;
  opacity: 1;
}
input.form-control::-moz-placeholder {
    color: #495057 !important;
}
input.form-control:focus::-moz-placeholder {
	    color: #495057 !important;
}
 
 .form-control.focus, .form-control:focus {
	 border-color: #ced4da;
 }

span.error {
  color: #f4516c;
}

header .m-topbar__userpic span.name {
  height: 42px;
  width: 42px;
  background: #fff;
  color: #c1272d;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
  font-size: 14px;
  font-weight: 600;
}

header .m-card-user .m-card-user__pic span.name {
  background: #c1272d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

h3.mt4_title img {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
}

.m-widget1 .m-widget1__item .m-widget1__number {
  font-size: 1.2rem;
  font-weight: 400;
}

.m-widget1 .m-widget1__item .m-widget1__title {
  font-size: 1rem;
}

.deposit-type-radio {
  margin-bottom: 50px;
}

.deposit-type-radio .m-radio {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 5px;
}

.deposit-type-radio .m-radio.active {
  border: 1px solid #469ef1;
  -webkit-box-shadow: inset 0 0 0 1px #469ef1;
          box-shadow: inset 0 0 0 1px #469ef1;
}

.deposit-type-radio .m-radio > span {
  top: 35%;
  left: 10px;
}

.deposit-type-radio .m-radio img {
  width: 170px;
  padding-left: 15px;
}

.m-card-profile .m-card-profile__pic span.name {
  background: #c1272d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

.m-card-profile .m-card-profile__pic .m-card-profile__pic-wrapper {
  margin: 1rem auto;
}

.m-header--minimize-on .m-brand .m-brand__logo .m-brand__logo-wrapper .m-brand__logo-inverse {
  height: 40px;
}

.login-section {
    background-color: #d0d0d038;
	padding:4rem 0 !important;
}
.login-box {
    background-color: #fff;
    border: 1px solid rgba(211,211,211,.42);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(208,204,212,.23),0 3px 6px rgba(193,190,197,.21);
	overflow:hidden;
}

.login-btn {
    box-shadow: 0 3px 6px rgba(255,136,136,.25),0 3px 6px rgba(255,109,109,.25) !important;
    border: 1px solid #F41617;
    border-radius: 5px !important;
    margin: 0 5px;
    background-color: #F41617;
	color: #fff !important;
	padding-left: 1.7rem !important;
	padding-right: 1.7rem !important;
	padding-bottom: .7rem !important;
	padding-top: .7rem !important;
	font-size: 17px !important;
}

.login-btn.btn-outline-success.m-btn--air,
.login-btn.btn-success.m-btn--air,
.login-btn.m-btn--gradient-from-success.m-btn--air {
    -webkit-box-shadow: 0 3px 6px rgba(255,136,136,.25),0 3px 6px rgba(255,109,109,.25) !important;
    box-shadow: 0 3px 6px rgba(255,136,136,.25),0 3px 6px rgba(255,109,109,.25) !important;
}

.login-btn:hover, .login-btn:focus {
	border-color: #F41617;
	background: #F41617;
}

.form-control {
    border-radius: 7px !important;
	font-size:16px;
	color:#000000;
	height: 45px !important;
}

.f-16 {
    font-size: 16px !important;
}

.m-checkbox.m-checkbox--state-brand > span {
    border: 1px solid #000000;
}

.m-checkbox.m-checkbox--state-brand > span::after {
    border: solid #000000;
}

.m-checkbox.m-checkbox--state-brand > input:checked ~ span {
    border: 1px solid #000000;
}
.loginright-content {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100% !important;
}
.loginright-content h3 {
	font-weight:500;
}
.loginright-content h3 span {
	font-weight:bold;
}
.login-p {
    line-height: 30px;
}
.f-14 {
    font-size: 14px !important;
}
.text-muted {
    color: #6c757d !important;
}
.login-btn-cancel {
	color: #212529 !important;
background-color: #f8f9fa;
border:1px solid #343a40 !important;
padding:.7rem 1.5rem !important;
font-size:18px !important;
border-radius:.25rem !important;
}

.login-btn-cancel.btn-outline-danger.m-btn--air,
.login-btn-cancel.btn-success.m-btn--air,
.login-btn-cancel.m-btn--gradient-from-success.m-btn--air {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.login-btn-cancel.btn.btn-outline-danger.active,
.login-btn-cancel.btn.btn-outline-danger.focus,
.login-btn-cancel.btn.btn-outline-danger:focus,
.login-btn-cancel.btn-outline-danger:hover,
.login-btn-cancel.btn.btn-outline-danger:hover:not(:disabled) {
    border-color: #dae0e5;
    background: #e2e6ea;
    color: #212529 !important;
}

.login-btn-cancel.btn-outline-danger:not(:disabled):not(.disabled):active,
.login-btn-cancel.btn-outline-danger:not(:disabled):not(.disabled).active,
.login-btn-cancel.show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.login-btn.btn-outline-success:not(:disabled):not(.disabled):active,
.login-btn.btn-outline-success:not(:disabled):not(.disabled).active,
.login-btn.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #F41617;
    border-color: #F41617;
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group {
	margin-bottom:1rem;
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control {
	border-radius: 7px !important;
font-size: 16px;
color: #000000;
height: 45px !important;
padding:.85rem 1.15rem;
border: 1px solid #ced4da;
}

.login-btn.btn-outline-focus.m-btn--air,
.login-btn.btn-focus.m-btn--air,
.login-btn.m-btn--gradient-from-focus.m-btn--air {
    -webkit-box-shadow: 0 3px 6px rgba(255,136,136,.25),0 3px 6px rgba(255,109,109,.25) !important;
    box-shadow: 0 3px 6px rgba(255,136,136,.25),0 3px 6px rgba(255,109,109,.25) !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.m-login.m-login--5 {
    padding: 0 !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__logo {
		margin:0 auto 1rem auto;
	}
	.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head .m-login__title {
		font-size:20px !important;
	}
}
@media only screen and (max-width: 575px) {
.f-16 {
    font-size: 13px !important;
}
}
.donthave_account_txt {
    font-size: 16px;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 400;
}

.donthave_account_txt a {
    color: #F41617;
}














/*CENT CSS START*/
span .m-item {
    color: #a6a7c1
}

.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    transform: rotate(360deg);
}

.offer-danger .shape {
    border-color: transparent #d9534f transparent transparent;
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    transform: rotate(30deg);
}

.offer-content {
    padding: 0 20px 10px;
}

.font-size-25 {
    font-size: 25px;
}

.box-lable {
    position: relative;
}

.box-lable .ribbon {
    text-align: center;
    position: absolute;
    top: 4px;
    right: -10px;
    color: white;
    margin: 0;
    padding: 4px 8px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.8);
    background-color: #C1272F;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    /*&:before {
      border-width: 0 10px 10px 0;
      border-right-color: #222;
      left: 0;
  }*/
}

.box-lable .ribbon:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.box-lable .ribbon:after {
    border-width: 0 0 10px 10px;
    border-left-color: #500c04;
    right: 0;
}

.avatar {
    margin: 10px 0;
}

.avatar,
.username {
    text-align: center;
}

.account-box {
    margin-left: 20px;
    margin-top: 15px;
}

.patyment-box {
    margin-top: 15px;
}

.font-1-7 {
    font-size: 1.7rem;
}

.m-menu__item.active {
    background: #cac36a21;
    color: black;
}

span.waring-icon {
    content: "\26A0";
    color: #575962;
    font-weight: bolder;
    font-size: 16px;
}

.tr-color {
    background: #ffb8224a;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/*CENT CSS END*/



