/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
    background: url("https://cdn.softwarekoibox.com/assets/img/alta/backgroundLR.jpg")no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding:0;
    margin:0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
h1{
    margin-top: 50px;
    color:#039cde;
    font-size: 34px;
}

p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
a:hover{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*--header start here--*/
.header-main {
    padding: 40px 0px 50px;
    width: 30%;
    margin: 0 auto;
    text-align: center;

}
.header-main h1 {
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 25px;
}
.sign-up {
    margin: 2em 0;
}
span.hed-white {
    color: #fff;
}
.style1 {
    text-align: right;
    padding: 60px 0px 40px 0px;
}
.header-left {
    background: #fff;
    padding: 0px;
}
.sign-up h2 {
    font-size: 22px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    background:#039cde;
    width: 40px;
    height: 40px;
    line-height: 1.7em;
    border-radius: 50%;
    margin: 0 auto;
}
.header-left-bottom {

}
.header-left-bottom h3 {
    font-size: 16px;
    font-weight: 400;
    color:#A59DA1;
    line-height: 1.5em;
    margin: 0px 0px 25px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
span.login-color {
    color:#FFB900;
    font-weight: 700;
}
.header-left-bottom input[type="text"] {
    background: url("https://cdn.softwarekoibox.com/assets/img/login/user.png")no-repeat 0px 5px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 12px 13px 20px 44px;
    border:none;
    border-bottom:1px solid #fff;
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
}
.header-left-bottom input[type="password"]{
    background: url("https://cdn.softwarekoibox.com/assets/img/login/password.png")no-repeat 0px 5px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border:none;
    border-bottom:1px solid #fff;
    padding: 12px 13px 20px 44px;
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
}
.header-left-bottom input[type="submit"] {
    background: #039cde;
    color: #FFF;
    font-size: 26px;
    padding: 0.3em 1.2em;
    width: 100%;
    font-weight: 500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}
.button_recuperar_password {
    background: #039cde;
    color: #FFF;
    padding: 0.3em 1.2em;
    font-weight: 500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.header-left-bottom input[type="submit"]:hover {
    background: #037cb0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.remember {
    margin: 1em 0em;
}
h5 {
    border-left: 1px dotted #c3c3c3;
    padding: 0.5em;
}
.header-left-bottom.checkbox {
    position: relative;
    display: block;
    float: left;
}
.header-left-bottom p {
    font-size: 20px;
    /*-- w3layouts --*/
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 0px 0px 0px 68px;
}
.header-left-bottom p a{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.header-left-bottom p a:hover{
    color:#777;
    text-decoration:none;
}
label.checkbox {
    display: inline-block;
}
span.sin-color {
    color:#FFB900;
    font-size: 16px;
    font-weight: 700;
}
.header-bottom{
    display: inline-block;
}
.header-bottom-strip {
    margin: 60px 0px 0px 0px;
    padding: 40px 20px 30px 40px;
    background: #fff;
    margin:70px 0px 0px 0px;
    position:relative;
}
.recordar_password_label{
    font-size: 13px;
    margin-bottom: 0.5em;
}
.recordar_password_input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.13);
    border: 1px solid #bbb;
    color: #000;
    width: 100%;
    min-height: 32px;
    padding: 6px 10px 6px 7px;
    font-size: 14px;
}
.tool-tip-main:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid #fff;
    border-left: 20px solid rgba(0, 0, 0, 0);
    top: -9%;
    right: 6%;
}
.strip-login {
    background:#6a67ce;
    width: 25%;
    position: absolute;
    top: -41%;
    left: 73.5%;
    padding: 0.8em 0em 0.8em 0.8em;
}
.strip-sign-up h3 {
    font-size: 21px;
    color: #fff;
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.login-close {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.strip-sign-up {
    float: left;
}
.forgot h6 {
    font-size: 1em;
    margin-top: 0.2em;
}
.forgot h6 a{
    color:#efe8e8;
}
.forgot h6 a:hover{
    color:#88b2d8;
}
.tb5-main-header{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
    max-width: 35em;
}
.tb5-logo, .tb5-logo-labenti, .tb5-logo-bellirium {
    width: 190px;
    min-height: 90px;
}
.tb5-logo img{
    width: 65%;
}

.logo-koibox{
    text-align: left;
}

.logo-labenti{
    text-align: right;
    padding-top: 11px;
}

.tb5-logo-labenti img{
    width: 70%;
}

.header-logos{
    margin-bottom:30px;
}

.crear_cuenta{
    color: #ffffff;
    text-align: center;
}
.crear_cuenta h6 {
    font-size: 1em;
    margin-top: 0.2em;
}
.crear_cuenta h6 a{
    color:#efe8e8;
    text-decoration: underline;
}
.crear_cuenta h6 a:hover{
    color:#88b2d8;
}

.log-user h6 {
    font-size: 1em;
    float: left;
    color:#999;
}
.log-user {
    padding-top: 0.8em;
}
/*--cheek box--*/
.remember-top{
    float:left;
}
/*---*/
.clear{
    clear:both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cecece;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #cecece;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #cecece;
}
:-moz-placeholder { /* Firefox 18- */
    color: #cecece;
}

/*--footer end here--*/
/*--meadia quries start here--*/

@media(max-width:1440px){
    .header-main {
        width: 33%;
    }
}
@media(max-width:1366px){
    .header-main {
        width: 35%;
    }
}
@media(max-width:1280px){
    .header-main {
        width: 38%;
    }
    .header-main h1 {
        font-size: 40px;
    }
}
@media(max-width:1024px){
    .header-main {
        width: 46%;
    }
}
@media(max-width:991px){
    .logo-koibox{
        text-align: center;
    }
    .header-main {
        width: 48%;
    }
    .text-header{
        font-size: 32px!important;
    }
}
@media(max-width:800px){
    .header-main {
        width: 60%;
    }
}
@media(max-width:768px){
    .header-main {
        width: 61%;
    }
    span.sin-color {
        font-size: 14px;
    }
}
@media(max-width:736px){
    .header-main {
        width: 65%;
    }
}
@media(max-width:667px){
    .header-main {
        width: 67%;
    }
    .strip-left.middle {
        margin: 0px 16px;
    }
    .sign-up {
        margin: 1.5em 0;
    }
}
@media(max-width:640px){
    .header-main h1 {
        padding-bottom: 0.5em;
    }
    .header-main {
        width: 70%;
    }
}
@media(max-width:600px){
}
@media(max-width:568px){
    .header-main {
        width: 80%;
    }
}
@media(max-width:480px){
    .header-main {
        padding: 60px 0px 30px;
    }
    .header-left-bottom input[type="text"] {
        width: 83%;
    }
    .header-left-bottom input[type="password"] {
        width: 83%;
    }
    .header-main {
        width: 73%;
    }
    .header-left-bottom input[type="submit"] {
        font-size: 22px;
    }
}
@media(max-width:414px){
    .header-left-bottom input[type="text"] {
        width: 80%;
    }
    .header-left-bottom input[type="password"] {
        width: 80%;
    }
    .header-main {
        width: 75%;
    }
    .sign-up {
        margin: 1em 0;
    }
    .header-left-bottom input[type="submit"] {
        font-size: 20px;
    }
    .sign-up h2 {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 1.9em;
    }
    .header-main {
        padding: 20px 0px 12px;
    }
    .copyright p a {
        line-height: 1.8em;
    }
}
@media(max-width:384px){
    .header-main h1 {
        font-size: 38px;
    }
}
@media(max-width:375px){
    .header-main {
        width: 78%;
    }
    .copyright {
        padding: 19px 13px;
        text-align: center;
    }
}
@media(max-width:320px){
    .header-main {
        width: 85%;
    }
    .header-main {
        padding: 0px 0px 15px 0px;
    }
    .header-left-bottom input[type="text"] {
        padding: 12px 13px 15px 44px;
        width: 77%;
    }
    .header-left-bottom input[type="password"] {
        padding: 12px 13px 15px 44px;
        width: 77%;
    }
    .header-main h1 {
        font-size: 36px;
    }
    .header-left-bottom input[type="submit"] {
        font-size: 19px;
    }
    .checkbox {
        font-size: 0.8em;
    }
    .forgot h6 {
        font-size: 0.9em;
    }
    .header-left-bottom h3 {
        font-size: 12px;
    }
    .header-main h1 {
        padding-bottom: 1em;
    }
    .remember {
        margin: 0.5em 0em;
    }
    .copyright {
        padding: 10px 6px 0;
    }
    .header-left-bottom input[type="password"] {
        margin: 0 0 17px;
    }
    .header-left-bottom input[type="text"] {
        margin: 0 0 17px;
    }
}
/*--meadia quries end here--*/
@media (max-width: 767px) {
    .zopim {
        display: none !important;
    }
}