input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

* {
  border-radius: 0 !important;
}

html {
	overflow-y: scroll;    
	height: 100%;
	  background: url('../img/flat-mountain.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	margin: 0 auto;
	background-color: #CCCCCC;
  	font-family: 'Roboto', sans-serif !important;
	display: table; 
	height: 100%;
}

.clear {
	clear: both;
}

.login-container
{  
    height: 100%;
    display: table-cell;   
    vertical-align: middle;
}
.login-center
{    
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin-top: 7%;
}

.login-center-logo {
	text-align: center;
}

.login-center-img {
	margin: 30px;
}

@media (max-width: 600px) {

	.login-center-img {
		width: 80%;
	}
}

.login-center-box {
	min-width: 320px;
	max-width: 700px;
	margin: 0 auto;
}

.panel {
	border-color: #cfcfcf;
	border-radius: 0px;
}

.panel-default > .panel-heading {
	height: 60px;
	line-height: 40px;
	font-size: 17px;
}

.btn-link {
	color: #6169ba;
}

.input {
	border-radius: 0px;
}

.ie {
	margin: 0px;
    position: relative;
    float: left;
    width:  50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    margin-right: 15px;
}
