.modal-content{
	margin-top: 200px;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.col-centered{
float: none;
margin: 0 auto;
}
.col-sm-9{
    height: 160px;
    background-color:#2aabd2;
    border: 1px solid yellow;
    opacity: 0.9;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
* {
	margin: 0;
	padding: 0;
}
.imgbox {
	display: grid;
	height: 100%;
	float: left;
}
.center-fit {
	max-width: 70%;
	max-height: 100vh;
	position: fixed;
	top:10px;
	left:30px;
}
.top-nav {
	position: fixed;
	top:10px;
	right:30px;
}
@media (max-width: 1100px) {
.modal-content{
	margin-top: 160px;
}

}

@media (max-width: 690px) {
body {
	background-image: url(../images/ocean_sm.jpg);
	position:fixed;
	top: 0;
	width:100%; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fullscreen-bg__video {
	display: none;
}
.imgbox {
	display: grid;
	height: 100%;
	float: left;
	margin: auto;
}
.center-fit {
	position: relative;
	max-width: 90%;
	max-height: 100vh;
}
.top-nav {
	position: relative;
	float: right;
}
}
@media (max-width: 500px) {
.modal-content{
	margin-top: 130px;
}

}
@media (max-width: 340px) {
.modal-content{
	margin-top: 110px;
}
}