@font-face {
	font-family: "gafata";
	font-display: swap; 
	src: url("/fonts/Gafata-Regular.ttf"); 
}

body {
	background-color:#565656;
	width:100%;
	height:100%;
    font-family: "gafata", serif;
	color: #4a4a4a;
	position: relative;
	background: -moz-linear-gradient(-45deg,  #343435 0%, #727272 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #343435 0%,#727272 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #343435 0%,#727272 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343435', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.container {
	width: 100%;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
}

.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.btn-danger {
    background-image: linear-gradient(to bottom, #af1e17 0, #c12e2a 100%);
    color: #D8D8D8!important;
}

#eosLogin {
	background-image: url("/images/login/login_back.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}

#eosInfo {
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, lightgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, lightgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, lightgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, lightgray); /* Standard syntax (must be last) */
	text-align: center;
	box-shadow: -3px 0 0 #B3B3B3 inset;
}

#eosInfo .logo {
    margin-bottom: 1rem;
    margin-top: 4rem;
}

#eosInfo .logo img {
	width: 170px;
}

#infoAdv img {
	margin-top: 1rem;
	max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 2em;
    padding: 0; 
}

#eosInfoGrey {
	box-shadow: 0 -3px 0 #B3B3B3 inset;
	margin-top: 2rem;
}

#eosInfoGrey .wrap {
	background-color: #4A4A4A;
	width: 80%;
	margin: 0 auto;
	color: #D8D8D8;
	padding: 2rem;
	text-align: center;
}

#eosInfoGrey .wrap i {
	font-size: 16px;
    margin-right: 5px;
}

.wrap p {
	padding-bottom: 1rem;
}

a,
a:hover {
	color:inherit;
}

.infomaillink {
	text-align: right;
	padding: 0 1.2vw 0 0;
}

.infophone {
    text-align: left;
    padding: 0 0 0 1.2vw;
}

.eosCopyright {
    font-size: 1.2rem;
    line-height: 3.3rem;
    text-align: left;
}

.eosCopyright p {
    margin:0;
}

#devBy {
	bottom: 0;
    color: #d8d8d8;
    margin-bottom: 0;
    max-width: 100%;
    padding-right: 1rem;
    position: absolute;
    right: 0;
    display:block;
}

#devBy img {
	height: auto;
    margin-left: 1rem;
    margin-top: 1.2rem;
    max-width: 150px;
    vertical-align: top;
}

#devBy b {
    display: inline-block;
    font-weight: normal;
    padding-top: 2rem;
}

#eosLoginForm {
	background-color: rgba(255, 255, 255, 0.3);
    padding: 4rem;
    color: #D8D8D8;
    margin: 0 auto;
    width: 60%;
    position: relative;
    top: 20%;
}

h1 {
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}

h3 {
	font-size: 2rem;
	margin-top: 1rem;
}

h4 {
	font-weight:bold;
	font-size: 1.6rem;
    margin-bottom: 0;
}

#eosLoginForm form {
    margin-top: 10px;
}

#eosLoginForm .hint {
    text-align: center;
    font-size: 1.6rem;
}

#eosLoginForm form #username.readonly,
#eosLoginForm form #username:read-only {
    background-color: rgba(200,200,200,0.35);
}

#eosLoginForm form .form-group {
    margin: 0;
    position: relative;
}

#eosLoginForm form .form-group > label {
    color: #D8D8D8;
    margin: 0 !important;
    font-size: 14px;
    font-weight: normal !important;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 10px;
    pointer-events: none;
    transition: 0.3s ease all;
}

#eosLoginForm form input:focus ~ label,
#eosLoginForm form input:not(:focus):valid ~ label,
#eosLoginForm form input:-webkit-autofill ~ label {
  top: -8px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
}

#eosLoginForm form input,
#eosLoginForm form select {
	background-color: transparent;
    border: 1px solid #ffffff;
    height: 3.4rem;
    padding: 0.5rem;
    margin-top: 10px;
    width: 100%;
}

#eosLoginForm form input[type="submit"],
#eosLoginForm form #loginButton {
	background-color: #af1e17;	
	border:none;
	font-weight: bold;
	font-size: 1.6rem;
    display: block;
    margin-top: 10px;
    outline: none !important;
}

#eosLoginForm form #loginButton > i {
    font-style: normal !important;
}

#eosLoginForm form input[type="submit"]:hover,
#eosLoginForm form #loginButton:hover,
#eosLoginForm form #loginButton:focus {
    color: #ffffff !important;
	background-color: #7D1D1E;
	border-color: #7D1D1E;
	background-image: linear-gradient(to bottom, #7D1D1E 0, #af1e17 100%);
}

#eosLoginForm #loginButton.activated {
	cursor: default;
	pointer-events: none;
}

#eosLoginForm #loginButton.disabled,
#eosLoginForm #loginButton[disabled],
#eosLoginForm #loginButton.locked {
	pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

#eosLoginForm #loginButton .handwrite {
  animation: handwrite 1s ease-out;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
  background-size: 200% 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

@keyframes handwrite
{
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

#eosLoginForm form option {
    line-height: 2rem;
    color: #4a4a4a;
    padding: 0.5rem;
}

#eosLoginForm form input[type="text"]:focus,
#eosLoginForm form input[type="password"]:focus,
#eosLoginForm form select:focus {
	border: 1px solid #d0021b;
    outline: 0;
    color:#545454;
    background-color:#ffffff;
    box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

#eosLoginForm .removeFromScreen {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

#eosLoginForm #usernameTextWrapper {
    text-align: left;
    height: 34px;
}

#eosLoginForm #usernameTextWrapper > i {
    font-size: 16px;
    padding: 9px;
    cursor: pointer;
}

#eosInfo h2, #eosInfo h3 {
    font-size: 2rem;
    margin-top: 0;
}

#eosInfo p {
	margin: 0;
    text-align: center;
}

#eosInfo hr {
	margin: 3rem;
}

.infophone span {
	text-decoration:none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: inherit;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: inherit;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: inherit;
}