/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

/*html {
  height: 100%;
}*/

body {
  margin: 0;
  height: 100%;
  /*font-family: 'Roboto', sans-serif;*/
  /*background: url('/img/img002.jpg') no-repeat center center fixed;*/
  /*background-size: cover;*/
  /*background-image: linear-gradient(to bottom, #4B79A1, #283E51);*/
  /*background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
}

.main-section {
  margin: 0 auto;
  margin-top: 100px;
  padding: 0;
}

.modal-content {
  background: #3b4652;
  opacity: .85;
  padding: 0 18px;
}

.user-img img {
  margin-top: -50px;
  margin-bottom: 35px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #848484;
  /*height: 100px;*/
  /*width: 100px;*/
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  height: 42px;
  border-radius: 5px;
  font-size: 18px;
}

.keepcon {
  color: white !important;
  padding: 0 0 10px;
}

/*button {
  margin: 5px 0 25px;
  width: 100%;
  font-size: 19px;
}*/

.forgot {
  padding: 5px 0 10px;
}

.forgot a {
  color: white;
  text-decoration: none; 
}

/*.create {
  padding: 0 0 15px;
}*/

/*.create a {
  color: white;
  text-decoration: none; 
}*/

/*.greeting a {
  color: white;
  text-decoration: none; 
}*/