body {
    background-color: #fff;
}

.page-body.page-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frlg-page {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.frlg-page .frlg-poster {
    background-image: url('../../images/login-poster.png');
    width: 100%;
    height: 295px;
    background-repeat: repeat-x;
    background-position: center 5px;
}

.frlg-page .frlg-form {
    padding: 50px 15px;
    position: relative;
    margin: 0 auto;
    width: 875px;
    color: #003C46;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
}

.frlg-page .frlg-form .frlg-card {
    border: 1px solid #FD3801;
    background-color: #F7F7F7;
    border-radius: 70px;
    position: relative;
    padding: 120px 90px 100px;
    margin-bottom: 50px;
}

.frlg-page .frlg-form .frlg-card .lgcard-hed {
    text-align: center;
    font-weight: 900;
    font-size: 3em;
    color: #FD3801;
    margin-bottom: 80px;
}

.frlg-page .frlg-form .frlg-card .lg-inp {
    margin-bottom: 20px;
}

.frlg-page .frlg-form .frlg-card .lg-inp input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fdfdfd inset !important;
}

.frlg-page .frlg-form .frlg-card .lg-inp input {
    width: 100%;
    border: none;
    border-radius: 0;
}

.frlg-page .frlg-form .frlg-card .lg-inp input::placeholder {
    color: #8298AB;
}

.frlg-page .frlg-form .frlg-card .lg-captcha {
    display: flex;
}

.frlg-page .frlg-form .frlg-card .lg-captcha .cp-img {
    width: 160px;
    margin-right: 5px;
}

.frlg-page .frlg-form .frlg-card .lg-captcha .cp-img img {
    width: 100%;
    flex: 1 1 0;
}

.frlg-page .frlg-form .frlg-card .lg-captcha .cp-inp {
    width: 100%;
}

.frlg-page .frlg-form .frlg-card .lg-captcha .cp-inp input {
    width: 100%;
    border: none;
    border-radius: 0;
}

.frlg-page .frlg-form .frlg-card .lg-fgpass {
    padding-left: 10px;
    margin-bottom: 58px;
}

.frlg-page .frlg-form .frlg-card .lg-fgpass a {
    display: inline-block;
    transition: color 275ms;
    color: #8298AB;
}

.frlg-page .frlg-form .frlg-card .lg-fgpass a:hover {
    color: #003C46;
}

.frlg-page .frlg-form .frlg-card .lg-submit-btn {
    position: relative;
    text-align: center;
}

.frlg-page .frlg-form .frlg-btm-desc {
    text-align: center;
    margin: 0 auto 20px;
    width: 350px;
    font-size: 1.2em;
}

@media only screen and (max-width: 1439px) {
    .frlg-page .frlg-poster {
        background-size: cover;
        height: 21vw;
    }
}

@media only screen and (max-width: 767px) {
    .frlg-page .frlg-form {
        width: 450px;
    }

    .frlg-page .frlg-form .frlg-card {
        border-radius: 50px;
        padding: 30px 40px 40px;
    }

    .frlg-page .frlg-form .frlg-card .lgcard-hed {
        font-size: 2.5em;
        margin-bottom: 35px;
    }

    .frlg-page .frlg-form .frlg-card .lg-fgpass {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 374px) {
    .frlg-page .frlg-form .frlg-card {
        padding: 30px 25px 40px;
    }
}