﻿@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.login-content {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: -100px; }

.login-content.container {
  padding-bottom: 0px; }

.ingress {
  font-size: 18px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px; }

a {
  color: #00a0af;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: underline; }

h1 {
  font-family: 'PT Serif', serif;
  color: white;
  font-weight: 700;
  font-size: 44px;
  text-align: center; }

.page-intro-header {
  margin-block-start: 80px; }

@media (max-width: 1600px) {
  .page-intro-header {
    margin-block-start: 84px; } }

.signin-body {
  margin-top: 60px;
  position: relative;
  z-index: 1000; }

.signin-body input {
  border: 1px solid white;
  padding: 8px;
  color: white;
  background-color: #111;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  outline: none; }

.signin-body button {
  background-color: #f3776f;
  letter-spacing: 1.5px;
  color: white;
  border: 0;
  font-size: 10px;
  margin-bottom: 15px;
  cursor: pointer; }

input::placeholder {
  font-size: 10px;
  color: #999;
  letter-spacing: 1.5px; }

.box-sizing {
  width: 222px;
  height: 40px; }

.input-box-sizing {
  width: 222px; }

.arrow-top, .arrow-bottom {
  position: relative; }

.arrow-top:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-bottom: -1px;
  bottom: 100%;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff;
  border-top: 15vw solid transparent; }

.login-background {
  background: linear-gradient(0deg, black 16%, rgba(255, 255, 255, 0) 51%, rgba(250, 250, 250, 0.3) 66%, rgba(252, 252, 252, 0.7) 86%), url("https://4insight-test.4subsea.net/assets/static-resources/Content_Oidc/Images/4insight_login_bg.jpg");
  background-position-y: -185pt;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 0;
  overflow-x: hidden;
  background-color: black; }

@media (max-width: 1600px) {
  .login-background {
    background: linear-gradient(0deg, black 16%, rgba(255, 255, 255, 0) 56%, rgba(250, 250, 250, 0.3) 70%, rgba(252, 252, 252, 0.7) 90%), url("https://4insight-test.4subsea.net/assets/static-resources/Content_Oidc/Images/4insight_login_bg.jpg");
    background-size: 1600px auto;
    background-position-y: -150pt;
    background-repeat: no-repeat;
    background-position-x: center;
    margin: 0;
    overflow-x: hidden;
    background-color: black; } }

.subsea-logo-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 24px; }

.dummy-margins {
  margin-top: 200px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }
