/*

corpLogin.css

*/

body {
    background-color: white; 
}

h1{
	display: table-cell;
	vertical-align: middle;
	
}

#logoDiv{
	display: table;
	height: 220px; 
	margin: 1rem 0 1rem 0;
	width: 100%;
	text-align: center;
}


img {
    max-width: 100%;
    border: 0;
    vertical-align: top;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#login {
    min-height: calc(100vh - 124px - 130px);
    padding: 0px 13%;
}

#inputId{
	width: 88%;
}

#pw{
	width: 88%;
}

.idIcon{
 	width: 15%;
 	vertical-align:bottom;
}

.login-form{
	text-align: center;
}

.bottomButton{
	text-align: center;
    padding: 30px 0px !important;
}

.bottomButton li{
	margin-bottom: 10px;
}


.btn{
	width: -webkit-fill-available;
}

.checkbox{
	text-align: right;
}

#rememberId{
	position: static !important;
	opacity: 1;
}

#keyShow{
	position: absolute;
	margin-left: -43px;
	margin-top: 15px;
	cursor: pointer;
}

.button{
	height: 36px !important;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F6F6F6;
	width: 100%;
	font-weight: bold;
	color: #5D5D5D;
	
}

.liButton{
	height: 36px !important;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F6F6F6;
	width: 100%;
	padding-top: 8px;
	
}
