@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);/* Google font */


body
{
  background-color: #eee;
}
#boxForm
{
 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,bcbcbc+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(188,188,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

  width:440px;
  height:365px;
  
  position:relative;
  top: 50px;
  left:50vw;
  margin-left:-170px;
  box-shadow:1px 1px 8px grey;
}

#boxForm #title
{
  font-family: 'Nothing You Could Do', cursive;
  font-weight:bold;
  text-align:center;
  padding-top:30px;
}

#boxForm form
{
  margin-top:20px;
  text-align:center;
}

.text
{
  padding:10px;
  width:250px;
  margin-top:10px;
  border-style:none;
  border-bottom-style:solid;
  border-color:grey;
  font-family: 'Montserrat', sans-serif;
  font-size:15px;
  color:black;
  background-color:#ADADAD;
}

.text:focus
{
  background-color:rgba(255,255,255,0.2);
  border-style:none;
  outline: none; /* to delete blue outline*/
}

#pwd
{
  margin-bottom:5px;
}

/* Custom  placeholder */

::-webkit-input-placeholder { color:black;font-weight:bold;font-size:16px; }
::-moz-placeholder { color:#dd5; font-weight:bold;font-size:16px; } /* firefox 19+ */
:-ms-input-placeholder { color:#dd5;font-weight:bold;font-size:16px; } /* ie */
input:-moz-placeholder { color:#dd5; font-weight:bold;font-size:16px; }

#rememberMe
{
  float:left;
  margin-left:40px;
}

form label
{
  float:left;
  margin-left:5px;
  color:black;
  font-family: 'Montserrat', sans-serif;
  font-size:12px;
}

#pwd
{
  margin-bottom:15px;
}

.button
{
  padding:10px;
  width:150px;
  

background: #34495E;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

  font-family: 'Montserrat', sans-serif;
  
  font-size:15px;
  border-style:none;
  box-shadow:1px 1px grey;
  cursor:pointer;
  
  color:#dd5;
  font-weight:bold;
  margin:20px;
  margin-left:-28px;
}

.button2
{
  padding:10px;
  width:150px;
text-decoration:none;

background: #34495E;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

  font-family: 'Montserrat', sans-serif;
  
  font-size:15px;
  border-style:none;
  box-shadow:1px 1px grey;
  cursor:pointer;
  
  color:#dd5;
  font-weight:bold;
  margin:35px;
  margin-right:28px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
  width: 100%;
  text-align: right;
  font-size: 12px;
}


