html {
    background-color: white;
}

.zest-public-content {
    position: relative;
    min-height: calc(100vh - 52px);
    margin: 0 auto;
    padding: 0 15px 70px 15px;
}

.login-content-header img {
    width: 135px;
}

.login-content-header span {
    font-weight: bold;
    font-size: 16px;
    color: #123086;
    text-align: right;
    padding: 10px;
}

.info-box {
    width: 230px;
    color: #123086;
    font-size: 14px;
}

.info-box h2 {
    font-size: 16px;
    font-weight: bold;
}

.login-box {
    width: 1000px;
}

.firstrow {
    position: relative;
    background-color: #ffea66;
    height: 600px;
}

.firstrow.page-success {
    height: 400px;
}

.firstrow * {
    z-index: 9;
}

.firstrow > img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-form {
    padding-left: 42px;
    height: calc(100% - 42px);
}

.login-form form {
    margin-top: 90px;
}

.login-form form input {
    padding-left: 6px;
}

.login-form-button {
    height: 42px;
}

.login-form-button > a {
    width: 150px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.login-form-button > a:nth-child(1) {
    background-color: #123086;
}

.login-form-button > a:nth-child(2) {
    background-color: #609ff8;
    width: 250px;
    margin-left: 1px;
}

.login-form-button > a:nth-child(3) {
    background-color: #609ff8;
    width: 300px;
    margin-left: 1px;
}

.login-form-button > a:nth-child(4) {
    background-color: #609ff8;
    width: 325px;
    margin-left: 1px;
}

.login-input {
    width: 100%;
    margin: 0;
    padding: 0;
}

.login-input input {
    color: #575756;
    background-color: white;
    height: 25px;
    min-height: 25px;
    line-height: inherit;
}

.login-input label {
    color: #575756;
    padding-left: 7px !important;
    font-weight: normal;
}

.login-valid-button {
    margin: 0;
    min-height: 25px;
    height: 25px;
    line-height: inherit;
    background-color: #ec671c;
    color: white;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid #ec671c;
}

.login-valid-button:hover {
    background-color: transparent !important;
    color: #ec671c;
}

.login-href {
    margin: 25px 0;
}

.login-href a {
    color: #123086;
}

.login-content-footer-row {
    height: 30%;
    margin: 8px;
}

.firstrow > .login-content-footer-row:nth-of-type(2) {
    margin: 0 8px;
}

.login-content-footer-row-left {
    width: 25%;
    height: 100%;
    background-color: transparent;
}

.login-content-footer-row-right {
    width: 100%;
    height: 100%;
    background-color: #ffffff5e;
}

.login-content-footer-row-right span {
    padding: 0 50px;
    color: #123086;
    font-size: 30px;
}

.login-content-footer-row:hover {
    cursor: pointer;
}

.login-content-footer-row:hover .login-content-footer-row-right {
    background-color: transparent;
}

.login-content-footer-row:hover .login-content-footer-row-left {
    background-color: #ffffff5e;
}

.secondrow {
    background-color: #123086;
    height: 60px;
    min-height: 60px;
    padding: 0 42px;
}

.secondrow a {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.thirdrow {
    overflow: hidden;
    height: 250px;
    font-size: 16px;
    font-weight: bold;
}

.thirdrow h4 {
    padding: 30px 42px;
    font-size: 18px;
    font-weight: bold;
}

.thirdrow > div {
    position: relative;
}

.thirdrow > div:nth-child(1) {
    background-color: #ffea66;
    color: #ec671c;
}

.thirdrow > div:nth-child(2) {
    background-color: #ec671c;
    color: white;
}

.thirdrow > div:nth-child(3) {
    background-color: #609ff8;
    color: #ffea66;
}

.thirdrow a {
    background-color: white;
    padding: 0 25px;
    height: 45px;
    font-size: 16px;
    font-weight: normal;
    color: #ec671c;
}

.zest-public-footer {
    width: 100%;
    height: 52px;
    background-color: #ffea66;
    color: #609FF8;
}

.zest-public-footer a {
    padding: 10px 30px;
    height: 100%;
    color: inherit;
}

.toggle-eye {
    position: relative;
    right: -170px;
    top: -24px;
}

/* Desktop */

@media only screen and (min-width: 1280px) {
    .zest-public-content {
        width: 1280px;
        padding-top: 50px;
    }
}


/* Tablet */

@media only screen and (min-width: 1000px) and (max-width: 1279px) {
    .zest-public-content {
        width: 1000px;
    }
}

@media only screen and (max-width: 1000px) {
    .zest-public-content {
        padding: 0 0 70px 0;
    }

    .firstrow {
        height: 62vw;
    }

    .login-box {
        width: 100%;
    }

    .zest-public-footer {
        width: 100%;
    }
}


/* Phone */

@media only screen and (min-width: 600px) and (max-width: 839px) {
    .login-content-footer-row-right span {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 599px) {
    .login-content-header img {
        width: 115px;
    }

    .firstrow {
        height: 350px;
    }

    .firstrow > img {
        display: none;
    }

    .login-content-footer-row-left {
        display: none;
    }

    .login-content-footer-row-right span {
        padding: 0 25px;
        font-size: 23px;
    }

    .login-form {
        padding-left: 0;
    }

    .login-form form {
        margin-top: 50px;
    }

    .thirdrow h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 14px;
    }

    .thirdrow a {
        height: 35px;
    }

    .thirdrow img {
        display: none;
    }
}