body {
	font-family: 'Krub';
}

.container {
	margin:auto!important;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.m-subheader {
	padding: 30px 30px 0 30px;
}
.align-items-center {
	align-items: center !important;
}
.d-flex {
	display: flex !important;
}
.mr-auto, .mx-auto {
	margin-right: auto !important;
}
.btn.btn-secondary {
	background: white;
	/* border-color: #ebedf2; */
	border-color: #ced4da;
	color: #212529;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
.btn {
	font-family: "Poppins";
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
}
.m-subheader .m-subheader__title {
	display: inline-block;
	padding: 7px 25px 7px 0;
	font-family: Roboto;
	font-weight: 300;
	font-size: 1.55rem;
	font-weight: 500;
	vertical-align: middle;
	margin: 0 15px 0 0;
	color: #21562e;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button, select {
	text-transform: none;
}
button, input {
	overflow: visible;
}

.regulation{
	max-width: 80%!important;
}

.regulation>.container-content{
	padding: 15px!important;
}

.regulation-auth{
	text-align: center;
	color: #21562e;
	font-size: 25px;
	margin-bottom: 6px;
}

.brand {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	border-radius: 3px 3px 0px 0px;
}

.brand img {
	width: 85%;
	padding: 10px 40px;
}

.field label {
	font-size: 0.88rem;
}

.container {
	width: 100%;
	max-width: 400px;
	min-width: 300px;
}

.main-wrapper {
  min-height: 100vh;
	background: url("../img/texture.png");
}

.container-content {
	background-color: white;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 17px 35px rgba(0,0,0,0.27);
}

.container .row.spe {
	margin-left: 0px;
	margin-right: 0px;
}

.login-header{
  margin: 0;
  padding-bottom: 20px;
}

.logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.brand {
	font-size: 48px;
	color: #42a5f5;
}

.brand font {
	text-shadow: none;
}

.head {
	padding: 20px;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	background: #f5f5f5;
	font-family: 'Roboto';
}

.content {
	padding: 25px 20px;
  padding-bottom: 15px;
}

.remember-me label {
	font-size: 14.5px;
    padding-left: 30px;
    display: block;
}

.buttons {
	text-align: center;
	padding: 30px 0px;
	background: #e8f5ff;
	border-top: 1px solid #d8d8d8;
}

.below-content {
	padding: 20px;
	border-top: 1px solid #d8d8d8;
  border-radius: 0px 0px 3px 3px;
}

.links p {
	margin: 0;
	margin-bottom: 10px;
	color: #8a8a8a;
	font-size: 14px;
}

.links p:last-child {
	margin-bottom: 0px;
}

.links a {
  color: #426f50;
}

.callout-info {
    background-color: #e9f9fc;
    border-color: #63D3E9;
}
.callout {
    position: relative;
    min-height: 60px;
    margin: 0px;
    padding: 5px 30px 5px 60px;
    font-size: 0.9em;
    word-wrap: break-word;
}
.callout-info:before {
    position: absolute;
    left: 10px;
    top: 10px !important;
    display: block;
    background: #63D3E9;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 1.5em;
    font-family: 'FontAwesome';
    content: "";
    line-height: 39px;
}

.accept-conditions {
	padding: 20px;
	background-color: #e2e2e2;
}

.accept-conditions.field label {
	color: #4a4a4a!important;
}

.accept-conditions a {
	color: #0298ea;
}

.standard-select {
	padding: 10px 15px;
	margin: 5px 0px 15px 0px;
	border-radius: 3px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #d2d2d2;
	color: #6e6e6e;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
	display: inline;
}

select:focus {
	outline: none;
}

option {
	background: #f3f3f3;
	padding: 8px 13px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
	border-bottom: 1px solid #b4b4b4;
	transition: all ease 0.5s;
	cursor: pointer;
}

option:hover, option:focus {
	background: #abd8f5!important;
}

.standard-input {
	border-radius: 3px;
	height: 40px;
	border: 1px solid #d2d2d2;
	padding: 10px 15px;
	color: #6e6e6e;
	margin: 5px 0px 15px 0px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
	line-height: normal;
}

input:read-only, input:disabled, input:disabled + label {
	opacity: 0.6;
    cursor: not-allowed!important;
}

.card-title-support {
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	padding: 24px;
	color: #FFFFFF;
	font-size: 18px;
}

.sub-heading {
	width: 100%;
	background: #dedede;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}

.sup-content {
	padding: 20px 20px;
	background: #f5f9f6;
	border-bottom: 1px solid #dde1e4;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 300;
	color: #8a8a8a;
}

.sup-content b {
	font-weight: 500;
}

.blue.lighten-1 {
  background-color: #5b9f6e !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #5b9e6e;
  background-color: #5b9e6e;
}

.buttons {
  background: #d5e7da;
}

