/*html, body {
	height: 100%;
	margin: 0px;
}*/
/*body
{
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #fff;
}*/
.form-signin
{
width: 100%;
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .checkbox
{
font-weight: 400;
}
.form-signin .form-control
{
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus
{
z-index: 2;
}
.form-signin input[type="ID"]
{
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"]
{
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/*------------------*/

.signin-wrap
{
background-color: #84d3f2;
/*height: auto;*/
width: 100%;
padding: 2% 0px 3%;
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 500px;
margin-top: -250px;
overflow: hidden;
}
.form-signin .form-control
{
position: relative;
box-sizing: border-box;
height: auto;
padding: 5px 10px;
font-size: 14px;
}
.form-control
{
display: block;
width: 100%;
/* padding: .375rem .75rem !important;*/
margin-bottom:10px !important;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #d6f2f2;
background-clip: padding-box;
border: 1px solid #d6f2f2;
border-radius: 0.25rem;/*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
}

/* -------------------------*/
.form-border-radius
{
border-radius: 1rem;
padding:2% 4% !important;
background-color: #FFF !important;
border: thin solid #CCC !important;
}
/* -------------------------*/

.signin-btn
{
/*padding:5% !important;*/
	color:#fff;
background-color: #e8862d !important;
border: 0.0625rem solid #e8862d !important;
}
.signin-btn:hover
{
color:#fff;
background-color:#39496d !important;
border: 0.0625rem solid #39496d !important;
}
.label-WH
{
color: #FFF !important;
}
.form-signin input[type="ID"],
.form-signin input[type="password"]
{
border: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/*-----LANGUAGE-SECTION-----*/
.language-btn
{
padding:0.5rem !important;
color:#fff;
background-color: #39496d !important;
border: 0.0625rem solid #39496d !important;
}
.language-btn:hover
{
color:#fff;
background-color:#e8862d !important;
border: 0.0625rem solid #e8862d !important;
}
/*-----LANGUAGE-SECTION-----*/
