@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: no-repeat center fixed;
  background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(31,86,84,1) 90%);
  background-size: cover;
}

.main {
  background-color: rgba(31,86,84,0.2);
  width: 350px;
  height: 420px;
  border: 1px solid;
  border-color: rgba(31,86,84,0.8);
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px rgba(0,0,0,0.15);
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 800;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: 32px;
  padding: 10px;
  font-size: 15px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="name"] {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}