
.banner-form h5 {
    /*color: #fff;
    */font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
	text-align: center;
}
.banner-form  {
    font-size: 20px;
    padding: 15px;
}
h5 {
    font-size: 40px;
    margin-bottom: 15px;
}

 .banner-form input[type="text"], .banner-form input[type="password"] {
    width: 100%;
    /*color: #eee;
    */outline: none;
    font-size: 20px;
    font-weight: 1000;
    padding: 0.8em 1em;
    border: 1px solid #e6eae8;
    -webkit-appearance: none;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
   /* background: none;*/
     border-radius: 0;
}
.banner-form input[type=submit] {
    color: #FFFFFF;
    padding-bottom: 15px;
    font-size: 16px;
    cursor: pointer;
    border: 2px solid #00BCD4;
    outline: none;
    background: #00BCD4;
    width: 100%;
    letter-spacing: 1px;
    transition: 0.5s all;
     border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.banner-form input[type=submit]:hover {
    background: rgb(122, 172, 196);
    border: 2px solid #333;
}

/*-- place holder --*/

.banner-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.banner-form input[type="text"], .banner-form input[type="email"], .banner-form input[type="password"] {
    font-size: 15px;
}
