* {
    font-size: 14px;
}

a {
    text-decoration: underline;
    color: #2075bd;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #232537;
}


.cell-center {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.always_down {
    position: absolute;
    bottom: 5%;
}

.center {
    text-align: center;
}

.form-control {
    height: 40px;
}

label {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3b3f4b;
}

input {
    border-radius: 2px;
    border: solid 1px #c6c7c7;
    background-color: #ffffff;
}

input[type='text'] {
    border-radius: 4px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8a8d8f;
}

button {
    width: 180px;
    height: 40px;
    border-radius: 4px;
    background-color: #2075bd;
    color: #ffffff;
}

button:hover {
    background-color: #125c9b;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#contenedor {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

body.e-shipper-vista #contenedor > div {
    max-width: 1180px;
    margin: auto;
}
body.e-shipper-vista #contenedor > div.footer.center {
    max-width: none;
    height: 54px;
}
#contenedor > .row:first-child {
    height: 94%;
}

.rectangle {
    /*height: 100%;*/
    box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
    background-color: #ffffff;
    position: relative;
}

.rectangle div {
    width: 100%;
    height: fit-content;
}

.rectangle .cnt_login {
    margin-top: 30%;
}

div#forgot form > .row {
    margin-top: 5%;
}

div#forgot form > .row div {
    padding: 0;
}

div#forgot form > .row div h3 {
    padding-top: 2px;
}

/*#login, #forgot, #expired, #changed, #loading, #email*/
.login-form {
    /*HEREDADO*/
    max-width: 284px;
    height: 332px;
    margin: 0 auto;
}

#expired h3 {
    margin: 15% 0;
}

#email, #changed {
    max-width: 75%;
}

#email img {
    margin-top: 15%;
}
body.e-shipper-vista #email img {
    margin-top: 16px;
    margin-bottom: 5px;
}
#changed {
    margin: 10% auto;
}

.tar {
    text-align: right;
}

.tal {
    margin-top: 10%;
    margin-bottom: 10%;
}

.always_down div {
    margin-left: -15px;
}

.img_iso {
    width: 165px;
    height: 61px;
    object-fit: contain;
    background-color: #000000;
}

.panel_right > .row {
    height: 50%;
}
body.e-shipper-vista .panel_right > .row,
body.e-shipper-vista .row.always_down
{
    display: none;
}
body.e-shipper-vista a {
    color: #2075BD;
}
body.e-shipper-vista .rectangle a {
    text-decoration: none;
}
body.e-shipper-vista .panel_right {
    background: url(/appimgnew/fondo_es-v-login.svg) no-repeat center right;
    background-size: 86%;
    height: 100%;
}
body.e-shipper-vista.ocean .panel_right {
    background: url(/appimgnew/ocean_login_bg.svg) no-repeat center right;
    background-size: 86%;
    height: 100%;
}
body.e-shipper-vista .row.cnt_login.rectangle {
    padding-top: 32px;
    margin: auto;
    max-width: 30em;
    border-radius: 4px;
}
body.e-shipper-vista .login-form {
    max-width: calc(100% - 5em);
    height: unset;
}
body.e-shipper-vista .login-form form {
    margin-bottom: 0;
}
body.e-shipper-vista div.login-form input[type="submit"] {
    background: #2075bd;
    width: 100%;
    color: white;
    margin: 24px 0 12px;/* -4 */
    line-height: 2em;
    border-radius: 4px;
    /*height: 40px;*/
    font-size: 14px;
    padding: 5px 0;
    border-color: #2075bd;
}
body.e-shipper-vista.corpo .rectangle div:first-child a img {
    max-height: 76px;
}
body.e-shipper-vista .rectangle div:first-child a img {
    max-height: 62px;
}
body.e-shipper-vista .rectangle div:first-child h3 {
    margin: 16px 0 0;
}
body.e-shipper-vista.corpo .rectangle div:first-child h3 {
    margin: 11px 0 0;
}
body.e-shipper-vista input.form-control,
body.e-shipper-vista .tal {
    margin-top: 0;
}
body.e-shipper-vista input.form-control::placeholder{
    color:#afb2b2;
}
body.e-shipper-vista .tal {
    margin-bottom: 0;
}
body.e-shipper-vista .powered {
    text-align: center;
}
body.e-shipper-vista .powered hr {
    margin: 32px;
}
body.e-shipper-vista .powered img {
    margin: 0 0 24px;
}
body.e-shipper-vista .powered p {
    margin: 24px 0 32px;
    font-size: 1em;
}
body.e-shipper-vista div#login button.btn {
    display: none;
}
body.e-shipper-vista div.login-form label,
body.e-shipper-vista div.login-form br {
    display: none;
}
.g-recaptcha>div {
    margin: 16px auto;
}
body.e-shipper-vista button.btn {
    width: 100%;
}
span#vista_logerr_msg {
    display: none;
}

.mandatory-error-bootstrap+span#vista_logerr_msg {
    display: inline;
    color: red;
    position: relative;
    bottom: 24px;
}

.panel_right > .row:first-child div {
    height: 100%;
    overflow: hidden;
}

.img_big {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.cnt_fichas {
    height: 100%;
}

.cnt_fichas > .row {
    margin: 1.2% 23%;
    max-height: 110px;
    height: 25%;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
    background-color: #ffffff;
}

.cnt_fichas .row div {
    max-height: 110px;
}

.cnt_fichas .row div img:not(.img_very_small) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    max-height: 75%;
}

.cnt_text {
    top: 50%;
    position: absolute;
    text-align: left;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.img_very_small {
    max-width: 66px;
    margin-top: 5px;
}


img#poweredby {
    width: 20%;
    margin-top: 2%;
}

.footer {
    width: 100%;
    height: 6%;
    box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
    background-color: #ffffff;
    display: table;
    position: fixed;
    bottom: 0;

    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #626874;
}

.footer a,
.footer span {
    font-size: 12px;
}

.footer > div {
    vertical-align: center;
    display: table-row;
}

@media only screen and (max-height: 800px) {
    .img_iso {
        display: none;
    }
}

@media only screen and (max-height: 640px) {
    .rectangle .cnt_login, .tal {
        margin-top: 7%;
        margin-bottom: 2%;
    }

    .img_iso,
    .img_very_small {
        display: none;
    }

    .cnt_fichas img:not(.img_very_small) {
        max-height: 100%;
        max-width: 100%;
    }

    #expired h3 {
        margin: 5% 0;
    }
}

@media only screen and (max-height: 450px) {
    .panel_right > .row:first-child,
    .img_iso, .app-info {
        display: none;
    }

    .panel_right .row {
        height: 100%;
    }
    img#poweredby {
        width: 90%;
    }
    .cnt_fichas > .row {
        margin: 2% 0;
    }

    .img_very_small {
        display: initial;
    }

}

@media only screen and (max-width: 1366px) and (min-width: 959px) {
    .cnt_fichas > .row {
        margin: 1.2% 10%;
    }
}

@media only screen and (max-width: 958px) {
    .rectangle img {
        width: 100%;
    }

    .panel_right > .row:first-child,
    .img_iso {
        display: none;
    }

    .panel_right .row {
        height: 100%;
    }
    img#poweredby {
        width: 100%;
        margin-top: 30%;
    }

    .cnt_fichas > .row {
        margin: 2% 0;
    }

    .img_very_small {
        display: initial;
    }

    .rectangle .btn {
        min-width: 100%;
        width: 100%;
    }

}

.app-info {
    text-align: center;
}

.app-links a {
    display: inline-block;
    padding-left: 1.5em;
    background: url("https://static-content.webcargonet.com/img/Android_logo.svg") 0 10px no-repeat;
    color: #2075bd;
    font-size: 14px;
    text-decoration: none;
    margin: 0 1em;
}

.app-links a:nth-of-type(2) {
    background-image: url("https://static-content.webcargonet.com/img/Apple_logo.svg");
}

.app-links a span.shadowimg {
    position: relative;
    top: -5px;
    left: -10px;
    visibility: hidden;
    margin-top: 48px;
}

.app-links span.shadowimg img {
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
    padding: 15px 14px;
    border-radius: 6px;
    background: white;
    width: auto;
    height: auto;
    top: -108px;
    left: -38px;
}

img.img_iso {
    width: 184px;
    height: 68px;
    margin: 5% 0 0;
    object-fit: contain;
    background-color: #000000;
}

.app-links a span.triangle {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    content: " ";
    position: relative;
    background: white;
    display: block;
    top: -10px;
    left: 36px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 85%, 76% 0);
    visibility: hidden;
}

.app-links a:hover span.shadowimg,
.app-links a:hover span.triangle {
    visibility: visible;
}