html{background:url(../../img/kanri_bk.png) no-repeat;
  background-size: cover;
  height:100%;
}
body{
	margin: 0 !important;
}
.alert-danger{
	padding: 15px;
    margin-bottom: 20px;
    background-color: #dd4b39 !important;
}
#feedback-page{
	text-align:center;
}
.logo{
	text-align: center;
    padding: 50px 0 30px 0;
}
#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

.form-title{
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
    margin-bottom: 30px;
}
.form-title-top{
	display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.form-title-bottom{
	display: block;
    font-size: 25px;
    color: #27b2b9;
    font-weight: 500;
    font-family: fantasy;
}
.form-info{
	width: 90%;
	margin: 0 auto;
}
.submit{
	padding-top: 20px;
}
#form-div {
	background-color: rgba(52,152,219,0.17);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 30px;
    width: 350px;
    float: left;
    left: 50%;
    position: absolute;
    margin-left: -200px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    line-height: 16px;
    background-color: #fbfbfb;
    padding: 10px 10px 10px 48px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9d9b9b;
  font-size: 12px;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #9d9b9b;
  font-size: 12px
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #9d9b9b;
  font-size: 12px
}
input:-moz-placeholder { /* Firefox 18- */
  color: #9d9b9b;
  font-size: 12px
}

/*.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}*/

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#username{
	background-image: url(../../img/user_icon.png);
	background-size: 16px 20px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#username:focus{
	background-image: url(../../img/user_icon.png);
	background-size: 16px 20px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#password{
	background-image: url(../../img/pass_icon.png);
	background-size: 20px 23px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#password:focus{
	background-image: url(../../img/pass_icon.png);
	background-size: 20px 23px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

/*#email:focus{
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}*/

#comment{
	
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
/*
input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}*/

.btn{
	display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    background-color: #27b2b9;
    border-color: #00a5ad;
}
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}