@charset "utf-8";
/* CSS Document */
#notelogin{
	text-align:center;
	padding:5px;
	color:#F00;
}
/*------------------------*/
html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	color: #4f5f6f;
	overflow-x: hidden;
	line-height: 1.5;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.auth {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
   /* background:url('../img/kimtuthap-giza.png');*/
    overflow-x: hidden;
    overflow-y: auto;
	background-size: 100% 100%;
}
.auth-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-box-shadow: -2px 10px 80px -10px rgba(46,46,46,1);
	-moz-box-shadow: -2px 10px 80px -10px rgba(46,46,46,1);
	box-shadow: -2px 10px 80px -10px rgba(46,46,46,1);
}
.auth-container .auth-header {
	display: block;
    text-align: center;
    border-bottom: 1px solid #59c2e6;
}
.auth-container .auth-title {
    color: #97A4B1;
    padding: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.auth-container .auth-content {
    padding: 30px 50px;
    min-height: 260px;
}
.auth-container .forgot-btn {
    line-height: 28px;
}
.auth-container .checkbox label {
    padding: 0;
}
.auth-container .checkbox a {
    vertical-align: text-top;
}
.auth-container .checkbox span {
    color: #4f5f6f;
}
.card {
	position: relative;
	display: block;
	background: #f5f5f5;
	box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
	border-radius: 5px;
	border: none;
}
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
  /* Track */
::-webkit-scrollbar-track {
	border-radius: 0;
}
/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #43bae3;
}
.logo {
	display: inline-block;
	width: 45px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}
label,.control-label {
	font-weight: 400;
	display: inline-block;
	margin-bottom: .5rem;
}
input{
  outline: none;
}
.form-control.underlined {
	padding-left: 10px;
	padding-right: 0;
	border-radius: 2px;
	border: none;
	box-shadow: none;
	border-bottom: 1px dashed #03438e;
}
.btn {
	background-image: none;
	border-radius: 0;
	margin-bottom: 5px;
	-webkit-appearance: button;
	cursor: pointer;		
	display: inline-block;
	padding: .375rem 1rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.btn.btn-block{
	display:block;
	width: 100%;
}
.btn.btn-primary {
	color: #ffffff;
    background-color: #59c2e6;
    border-color: #59c2e6;
}
.btn.btn-primary:hover {
	color: #ffffff;
	background-color: #2db2df;
	border-color: #24aede;
}
.form-control::-webkit-input-placeholder {
	font-style: italic;
	color: #c8d0da;
}
.form-control:-moz-placeholder {
	font-style: italic;
	color: #d7dde4;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
	font-style: italic;
	color: #d7dde4;
}
.form-control:-ms-input-placeholder {
	font-style: italic;
	color: #d7dde4;
}
@media (max-width: 767px) {
	.auth-container {
    	width: 100%;
    	position: relative;
    	left: 0;
    	top: 0;
   		-webkit-transform: inherit;
		transform: inherit;
		margin: 0;
		margin-bottom: 10px;
	}
    .auth-container .auth-content {
    	padding: 30px 25px; 
	}
}
/*--------------VENDOR---------*/  
 *,*::before,*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.text-xs-center {
    text-align: center !important;
	font-weight:300;
	color:#97A4B1;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.form-group {
	margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
@media (min-width: 544px) {
	.form-inline .form-group {
    	display: inline-block;
    	margin-bottom: 0;
    	vertical-align: middle;
	}
}