@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

/* Login */
.login {
	min-height: 100vh;
	background-position: 50%;
	background-repeat: repeat-y;
	min-width: 100%;
	margin-left: 0;
	background-color:#000;
	background-image: url(../img/background_login.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
}

.login-content {
    max-width: 700px;
    min-height: 320px;
    z-index: 1;
 	margin-right: auto;
  	margin-left: auto;
}

.login-content-checkout {
    max-width: 1024px;
    min-height: 320px;
    z-index: 1;
 	margin-right: auto;
  	margin-left: auto;
}

.login-form-input {
	border: 1px solid #8daac5;
	border-radius: 4px;
	opacity: .9;
	background: #000;
	color: #fbfbfb;
}
.gf-form-input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #d8d9da;
    background-color: #404d72;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #262628;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: inset 1px 0 4px 0 hsla(0,0%,58.8%,.1);
    box-shadow: inset 1px 0 4px 0 
    hsla(0,0%,58.8%,.1);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	height: 32px;
	padding: 8px 16px;
	font-size: 13px;
	border-radius: 2px;
}

.btn-large {
    padding: 11px 24px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
    border-radius: 2px;
    font-weight: 400;
    height: 48px;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 1px 0 rgba(249, 244, 244, 0.1);
    /*background-color: #f902a4;*/
    background-color: #27a7d9;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#27a7d9),to(#2599c7));
    background-image: -webkit-linear-gradient(top,#27a7d9,#2599c7);
    background-image: -o-linear-gradient(top,#27a7d9,#2599c7);
    background-image: linear-gradient(180deg,#27a7d9,#2599c7);
    background-repeat: repeat-x;
    border-color: #27a7d9;
    -webkit-box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1),1px 1px 0 0 rgba(0,0,0,.3);
    box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1),1px 1px 0 0 rgba(0,0,0,.3);
	opacity: .90;
}

.p-x-2 {
    padding-right: 21px !important;
}

.login_copyright_text {
	font-size: 12px;
	color: #d8d9da;
}

.line_left_white {
	background-image: url("../img/line.png");
	background-repeat: repeat-y;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  text-align: center;
}

.warning {
z-index: 8000;
background-color: #ca1b2f;
height: 30px;
width: 400px;
right: 10px;
position: absolute;
padding: 10px;
top: 0px;
margin-top: 50px;
margin-right: 20px;
margin-bottom: 0px;
font-size: 14px;
color: #fff;
border-radius: 20px;
}

