
body {
  background-image: url("/assets/images/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #333333;
  overflow-x: hidden;
  overflow-y: scroll;
}

.navigation-row {
  background-color: #transparent;
 /* margin-bottom: 50px;*/
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  padding: 5px;
  margin-top: 15px;
}

.form-signin {
  font-family: 'PT Sans', sans-serif;
  padding-top: 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;
  text-align: center;
}
.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;
}

.box {
  background-color: #ffffff;
  padding: 20px;
}

.signin-title {
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}


.box-text {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  color: #676767;
  margin-top: -10px;
  margin-bottom: 0px;
  text-align: center;
}

.buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}


.btn {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  border-radius: 10px;
  -moz-user-select: none;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-signin {
  background-color: #80bb42;
  border-color: #80bb42;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
}

.btn-signin:hover,
.btn-signin:focus,
.btn-signin:active,
.btn-signin.active,
.open > .dropdown-toggle.btn-signin {
  background-color: #73a83b;
  border-color: #73a83b;
  color: #ffffff;
}

.btn-gap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control {
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #839098;
  display: block;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

#top {
  margin-top: 6px;
}

.text-center {
  text-align: center;
}

input, button, select, textarea {
  font-family: 'PT Sans', sans-serif;
  color: #d7d7d7;
  font-size: inherit;
  line-height: inherit;
}

::-webkit-input-placeholder {
 text-align: center;
}
:-moz-placeholder { /* older Firefox*/
 text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
 text-align: center;
}
:-ms-input-placeholder {
 text-align: center;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover, a:focus {
    color: #000000;
}

.magic-img {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") repeat-x scroll 0 0;
    bottom: 0;
    height: 252px;
    left: 0;
    min-width: 100%;
    position: fixed;
    z-index: 1;
}

.nav-tabs > li > a {
    border: 1px solid #d8d8d8;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    background-color: #4d4d4d;
    margin-top: 10px;
}

.top_logo {
  position: relative;
  top: 5px;
}

.tab-item {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.nav-tabs {
  margin-bottom: 0;
}

.middle {
text-align: center;
}

.contain {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 1000px;
}

.contain iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*@media (min-width: 320px) and (max-width: 960px) {
  iframe {
    width: 50% !important;
    height: 300px !important;
  }
}*/
