.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%)

}
.wrap-login100 {
	width: 500px;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px;
	background: #fff;
}
.login100-form {
    width: 100%;
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
.login100-form-title {
	font-size: 15px;
	color: #868585;
	line-height: 1;
	text-transform: uppercase;
	display: block;
}

.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}


.input100 {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: #eef3fd;
	padding: 0 10px 0 50px;
	border: #cfe0ee 1px solid;
	box-shadow: none;
	outline: none;
	border-radius: 4px;
}
.focus-input100 {
	position: absolute;
	display: block;
	width: 40px;
	height: 43px;
	bottom: 1px;
	left: 1px;
	pointer-events: none;
	background: #fff;
	text-align: center;
	line-height: 43px;
	border-radius: 4px;
}
/* 
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #fff;
}
.has-val.input100 + .focus-input100::before {
    width: 100%;
} */

.focus-input100::after {
	font-family: Material-Design-Iconic-Font;
	font-size: 22px;
	color: #262626;
	content: attr(data-placeholder);
}
/* .has-val.input100 + .focus-input100::after {
    top: -22px;
    font-size: 18px;
} */
.contact100-form-checkbox {
    padding-bottom: 35px;
}
.input-checkbox100 {
    display: none;
}
.label-checkbox100 {
    font-size: 13px;
    color: #8e8e8e;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
	content: "\f26b";
	font-family: Material-Design-Iconic-Font;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: #fff;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: #d7d2d2 1px solid;
}
.input-checkbox100:checked + .label-checkbox100::before {
    color: #555;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	display: block;
	padding: 0 20px;
	height: 46px;
	border-radius: 5px;
	background: #007cb0;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	border: none;
	width: 100%;
}
.login100-form-btn:hover {
    background: #014968;
}

.p-t-90 {
    padding-top: 90px;
}
.txt1 {
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}

.login100-form-btn:hover::before {
    opacity: 0;
}
.p-b-34 {
    padding-bottom: 34px;
}
.p-t-27 {
    padding-top: 27px;
}
.logoText {
	font-size: 1.8rem;
	color: #272626;
}
.wrap-input100 input:focus::-webkit-input-placeholder{color:transparent}
.wrap-input100 input:focus:-moz-placeholder{color:transparent}
.wrap-input100 input:focus::-moz-placeholder{color:transparent}
.wrap-input100 input:focus:-ms-input-placeholder{color:transparent}
.wrap-input100 input::-webkit-input-placeholder{color:#616060}
.wrap-input100 input:-moz-placeholder{color:#616060}
.wrap-input100 input::-moz-placeholder{color:#616060}
.wrap-input100 input:-ms-input-placeholder{color:#616060}
.card-header {
	border-bottom: none;
	padding: 0;
	margin-bottom: 30px !important;
}
.wrap-input100 label {
	color: #666;
}

.logArea {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.logAreaLeft, .logAreaRight {
    display: table-cell;
    vertical-align: middle;
}
.logAreaLeft {
    width: 90px;
}
.logAreaRight {
    width: calc(100% - 90px);
    padding-left: 5px;
}
.logAreaLeft img{
    display: block;
    width: 100%;
}