@font-face {
	font-family: FranklinGothicBook;
	src: url("../fonts/FranklinGothicBook.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: SegoeUI;
	src: url("../fonts/segoeui.ttf");
	font-weight: normal;
	font-style: normal;
}
body {
    background-color: #fff;
    font-family: FranklinGothicBook;
    color: #4f545c;
    margin: 0px;
    font-size: 13px;
}
div#main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* width: 390px; */
}
div#caja {
  display: table-column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}
@media (min-width: 450px) {
body {
    background-color: #f8faf9;
}
 div#caja {

	   border: 1px solid #4f545c;
	   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

	}
}

.titulo {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
}

h3 {
    padding-top: 25px;
    margin-left: 15px;
    font-size: 22px;
    FONT-WEIGHT: 800;
    font-family: "Bree Serif";
}
.clear input {
    font-family: 'Bree Serif';
}
.btn-primary {
    color: #fff;
    background-color: #f2920a !important;
    border-color: #f2920a !important;
}

.btn-primary:disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
}

img.live_logo {
    /* height: 72px; */
}

.live {margin: auto;width: 100%;text-align: center;}

.live_title p {
    line-height: 20px;
    margin-bottom: 17px;
    margin-top: 15px;
}

.live_title {
    font-weight: bold;
    font-size: 23px;
}
html[lang="eu"] .live_title{
	font-size:21px

}
.live_line {
    border-top: 1px solid #6e7a86;
    position: relative;
    top: -5px;
}

.logos img {
    height: 50px;
    margin: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.formulario {
    font-size: 13px;
}

.logos {
    width: 100%;
    text-align: center;
}

input[type="text"], input[type="password"], #login_password {
    height: 40px;
    width: 100%;
    border-width: 1px;
    border-color: #6e7a86;
    border-radius: 5px;
    background-color: #fff !important;
    font-family: FranklinGothicBook !important;
    font-size: 16px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    padding: 10px;
}

input#login_usuario {
}

.btnlogin {
    cursor: pointer;
    background-color: #f7ab00;
    border: 0;
    width: 100%;
    height: 52px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    margin: 5px 0;
    text-align: center;
    font-family: SegoeUI;
}

.btn-forgot {
	cursor: pointer;
    text-align: center;

    text-decoration: underline;
    font-size: 13px;

}

.btn-forgot:hover {
    color: #f7ab00;
}

.rayita {
    text-align: center;
    background-color: rgb(255 255 255 / 0%);
    position: relative;
    top: -11px;
}

.fondorayita {
    /* background-color: #fff; */
    /* width: 20px; */
    position: relative;
    top: 4px;
}

.blancorayita {
    background-color: #fff;
    width: 30px;
    margin: auto;
}

.clear {
    font-size: 11px;
    text-align: center;
}

#password-eye{
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	left: 90%;
	margin-top: -35px;
	margin-bottom: 10px;
	cursor: pointer;
}

.login-form #password-eye.eye-show  {
	display: none;
	pointer-events: none;
}

.login-form #password-eye.eye-show.error {
    background-image: url(/site/wp-content/themes/onetheme/images/img/icons/eye-show.png);
    opacity: 0.5;
	pointer-events: all;
	display: block;
}



#password-eye.eye-show.error{
    background-image: url(/site/wp-content/themes/onetheme/images/img/icons/eye-show.png);
    opacity: 0.5;
	pointer-events: all;
	display: block;
}
#password-eye.eye-hide{
    background-image: url(/site/wp-content/themes/onetheme/images/img/icons/eye-hide.png);
}
.login-result{
	float: right;
	color: #9f0000;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}

.remember {
    position: relative;
    top: -8px;
}
.btn-forgot-enviar {
    background-color: #f7ab00;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    float: right;
    border-radius: 19px;
    font-weight: 600;
    /* margin-bottom: 16px; */
    position: absolute;
    top: 15px;
    right: 4px;
}

div#forgot-pop {
    height: 100px;
    position: relative;
}

.abcRioButton{border-radius:1px;box-shadow:0 2px 4px 0 rgba(0,0,0,.25);-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;-webkit-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;color:#262626;cursor:pointer;outline:none;overflow:hidden;position:relative;text-align:center;vertical-align:middle;white-space:nowrap;width:auto}.abcRioButton:hover{box-shadow:0 0 3px 3px rgba(66,133,244,.3)}.abcRioButtonBlue{background-color:#4285f4;border:none;color:#fff}.abcRioButtonBlue:hover{background-color:#4285f4}.abcRioButtonBlue:active{background-color:#3367d6}.abcRioButtonLightBlue{background-color:#fff;color:#757575}.abcRioButtonLightBlue:active{background-color:#eee;color:#6d6d6d}.abcRioButtonIcon{float:left}.abcRioButtonBlue .abcRioButtonIcon{background-color:#fff;border-radius:1px}.abcRioButtonSvg{display:block}.abcRioButtonContents{font-family:Roboto,arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.21px;margin-left:6px;margin-right:6px;vertical-align:top}.abcRioButtonContentWrapper{height:100%;width:100%}.abcRioButtonBlue .abcRioButtonContentWrapper{border:1px solid transparent}.abcRioButtonErrorWrapper,.abcRioButtonWorkingWrapper{display:none;height:100%;width:100%}.abcRioButtonErrorIcon,.abcRioButtonWorkingIcon{margin-left:auto;margin-right:auto}.abcRioButtonErrorState,.abcRioButtonWorkingState{border:1px solid #d5d5d5;border:1px solid rgba(0,0,0,.17);box-shadow:0 1px 0 rgba(0,0,0,.05);color:#262626}.abcRioButtonErrorState:hover,.abcRioButtonWorkingState:hover{border:1px solid #aaa;border:1px solid rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.1)}.abcRioButtonErrorState:active,.abcRioButtonWorkingState:active{border:1px solid #aaa;border:1px solid rgba(0,0,0,.25);box-shadow:inset 0 1px 0 #ddd;color:#262626}.abcRioButtonWorkingState,.abcRioButtonWorkingState:hover{background-color:#f5f5f5}.abcRioButtonWorkingState:active{background-color:#e5e5e5}.abcRioButtonErrorState,.abcRioButtonErrorState:hover{background-color:#fff}.abcRioButtonErrorState:active{background-color:#e5e5e5}.abcRioButtonErrorState .abcRioButtonErrorWrapper,.abcRioButtonWorkingState .abcRioButtonWorkingWrapper{display:block}.abcRioButtonErrorState .abcRioButtonContentWrapper,.abcRioButtonErrorState .abcRioButtonWorkingWrapper,.abcRioButtonWorkingState .abcRioButtonContentWrapper{display:none} .-webkit-keyframes abcRioButtonWorkingIconPathSpinKeyframes {0% {-webkit-transform: rotate(0deg)}}