@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
    background-position: center;
    background-repeat: repeat;
    background-color: #333;
    padding: 0px;
    margin: 0px;
    background-color: #808080;
    background-image: url(../images/fs_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

#login_logo {
    background-image: url(../images/omnidisplay_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 100px;
    margin: 0 auto;
    padding: 20px 0px;
}

#login-loading {
    background-image: url(../images/loading_black.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 20px 0px;
}

.footer_details {
    font-weight: normal;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.footer_details a {
    font-weight: normal;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
	text-decoration: underline;
}

.login-page {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.form {
    margin: 40% auto 100px;
    background: var(--login-color);
    padding: 10%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    max-width: 100%;
}

.log-in-btn {
    color: black;
    padding: 0px;
    border: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
}

.log-in-btn:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#sign-in {
    float: left;
    width: 10%;
}

#sign-in-span {
    vertical-align: middle;
    width: 100%;
    font-size: 40px;
}

#sign-in-image {
    margin: 50% auto 100px;
    margin-left: 15%;
    width: 70%;
    height: 70%;
}

#sign-in-image:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.google {
    font-weight: bolder;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 16px;
}

.form .message a {
    color: var(--lo);
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    color: #4d4d4d;
    font-size: 16px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}


/*
body {
  background: #76b852; 
  background: -webkit-linear-gradient(right,  var(--login-color),  var(--login-color));
  background: -moz-linear-gradient(right,  var(--login-color),  var(--login-color));
  background: -o-linear-gradient(right,  var(--login-color),  var(--login-color));
  background: linear-gradient(to left,  var(--login-color),  var(--login-color));
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
*/

.topnav1 {
    position: relative;
    overflow: hidden;
    background-color: var(--login-color);
    height: 70px;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
*/
}

.topnav1 a {
    float: left;
    color: Black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav1-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 400%;
    transform: translate(-50%, -50%);
    padding: 14px 16px;
}

.tvManagementImage {
    align-content: center;
    width: 50px;
    margin: 8px;
}

@font-face {
    font-family: "GothicCondensedBold";
    src: url("../fonts/News%20Gothic%20Condensed%20Bold.otf");
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "GothicCondensedRegular";
    src: local("Source Code Pro"), local(""GothicCondensedRegular""), local(""GothicCondensedRegular"-Regular"), url(https://hrcdn.net/candidate-site/assets/source-code-pro-f3f0dc3751.woff2) format("woff2"), url(https://hrcdn.net/candidate-site/assets/source-code-pro-83e81662de.woff) format("woff");
    font-display: swap;
}
