html{
 	background: rgba(6,107,128,0.6) !important;
 	/*height: 100%*/
}
body {
    width: 100%;
    height: 100%;
    min-width: 900px;
    max-width: 900px;
    background: rgba(5, 86, 103, 0.81);
    /*height: 100%;*/
    margin: auto;
    color: #FFFFFF;
}
.centerPiece {
    height: 435px;
    width: 675px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -337px;
    margin-top: -150px;
    text-align: center;
}
input[type="text"], input[type="password"] {
    padding: 5px;
    font-family: "Trebuchet MS";
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: normal;
    outline: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #FFFFFF;
    border-radius: 0;
  }

.form-check-label {
    color: #FFFFFF !important;
}
  ::placeholder{
    color: #fff !important;
  }
  input:focus{
    box-shadow: none;
  }
  .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}
	.login-button {
    width: 100%;
}
.login-button input:last-child {
    margin: 0;
    background: #009CDE;
    border-radius: 30px;
}

.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative !important; 
    height: 100vh;
}


@media screen and (max-width: 992px) {
    html{
    background: rgba(5, 86, 103, 0.81) !important;
    /*height: 100%*/ 
}
  body {
    background: rgba(5, 86, 103, 0.81) !important;
    color: white;
  }
  .container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    position: absolute !important;
    /*height: 100vh; */
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    html{
    background: rgba(5, 86, 103, 0.81) !important;
    /*height: 100%*/
}
  body {
    background: rgba(5, 86, 103, 0.81) !important;
    color: white;
  }
  .container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    position: absolute !important; 
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}