body {
    background-color: #ffffff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(50%, #e5e5e5), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #e5e5e5 50%, #fff);
    background-image: -moz-linear-gradient(top, #fff, #e5e5e5 50%, #fff);
    background-image: linear-gradient(#fff, #e5e5e5 50%, #fff);
    background-repeat: no-repeat;
    background-position: 0 176px;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #333333;
}

.myButton {
    background-color: #5F769B;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 20px;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
    width: 100%;
}

.myButton:hover {
    color: #ffffff;
    background-color: #495773;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.secondcol h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333333;
}

.secondcol p {
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

.blah {
    border: 1px solid #E8E7E7;
    border-top: 8px solid #fc0;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 510px;
}

.chrome {
    width: 20px;
    vertical-align: text-bottom;
    background-color: #ddd;
    box-sizing: border-box;
    padding: 4px;
}

.safari {
    width: 16px;
    vertical-align: text-bottom;
}

ol {
    padding-left: 30px;
}

.notes {
    display: none;
    position: relative;
    width: cacl(100% - 0);
    width: 100%;
}

.addhomescreennotice {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

.init {
    padding-right: 40px;
}

.init i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #636363;
    background-color: #eeeeee;
}

.closeadd {
    position: absolute;
    right: 0px;
    display: inline-block;
}

.circlebg {
    width: 260px;
    height: 260px;
    position: absolute;
    right: -80px;
    bottom: -60px;
    z-index: 0;
    border-radius: 160px;
    background-color: #DEDBDB;
}

.header-words {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background-color: rgb(255 255 255 / 50%);
}

.header-words .header-ffb {
    color: #333;
    font-family: "Montserrat", Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
}

.header-words .header-line {
    width: 160px;
    height: 1px;
    max-width: 160px;
    box-sizing: border-box;
    margin: 10px 0px;
}

.header-words h1 {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-text-fill-color: #333333;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.bg-innerwrap {
    overflow: hidden;
    border-top: 144px solid transparent;
}

.noticemodal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.modal-register,
.modal-forgot {
    display: none;
    padding: 60px 30px;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    fill: #333333;
}

.modal-close:hover {
    fill: #ff5900;
}

.noticemodal p {
    margin-bottom: 30px;
}

@keyframes w70 {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.w70 {
    animation: w70 ease-out 1s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1s;
}

@media (max-width:1190px) {
    .hidelogo {
        display: none;
    }
}

@media (max-width:60em) {
    .bg-innerwrap {
        border-top: 54px solid white;
        min-height: calc(100vh - 0px);
    }
    .boxer {
        display: none;
    }
    .page-body__container {
        margin: 0;
    }
    .header-content {
        height: 389px;
    }
    .header-words {
        padding: 10px;
    }
    .header-content img {
        height: 389px;
        width: auto;
        position: absolute;
        right: -50px;
        top: 50%;
        z-index: 0;
        transform: translateY(-50%);
    }
    .header-words .header-line {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .blah {
        display: none;
    }
}

@media (max-width:35.5em) {
    .circlebg,
    br {
        display: none;
    }
    .home-content {
        padding-bottom: 0px;
    }
    .header-content {
        height: 260px;
    }
    .header-content img {
        left: -320px;
        top: unset;
        bottom: -60px;
        height: 340px;
        transform: unset;
    }
    .header-words {
        display: none;
    }
    .header-words .header-ffb,
    .header-words h1 {
        font-size: 28px;
    }
    .mainlogin .mainform {
        padding: 20px;
    }
    .mainlogin .mainhow {
        padding: 20px;
        padding-top: 0px;
    }
    .loginerror {
        left: 0;
        right: 0;
        top: 0;
        height: 63px;
        display: flex;
        z-index: 2;
        background-color: #fce5e9;
        line-height: 1;
        padding: 10px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:480px) {
    .header-words .header-ffb,
    .header-words h1 {
        font-size: 20px;
    }
    .header-words .header-line {
        max-width: 110px;
    }
    .header-words {
        justify-content: flex-end;
    }
    .header-content img {
        left: -410px;
    }
}

@media (max-width:338px) {
    #login .inputbtn .keeplogged {
        position: unset;
        display: block;
        margin-top: 10px;
        text-align: left;
    }
    #login input[type="submit"] {
        margin-top: 20px;
        width: 100% !important;
        display: block;
    }
}