/* GLOBAL RESET STYLE */
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
    vertical-align: baseline;
    background-clip: border-box;
    word-break: break-word;
}

*:focus,
*:active,
*:visited,
*:hover {
    outline: 0
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: auto;
}

body {
    display: flex;
    -moz-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px 100px;
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: url(../images/wave-whello.png) bottom center/auto 55% no-repeat;
    min-height: 100vh;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #0c80d7;
    border-color: #0c80d7;
    background-color: #dcf0ff;
    line-height: 1.4;
    padding-bottom: 2px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.wp-core-ui .button-primary {
    border-color: #ff4d09;
    background-color: #ff4d09;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
    border-color: #0c80d7;
    background-color: #0c80d7;
    color: #fff;
}

.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.active:focus,
.wp-core-ui .button-primary.active:hover,
.wp-core-ui .button-primary:active {
    border-color: #0c80d7;
    background-color: #0c80d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 460px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px #ddd;
    -moz-box-shadow: 0 0 16px #ddd;
    box-shadow: 0 0 16px #ddd;
}

.login h1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.login h1 a {
    width: 100%;
    height: 36px;
    margin: 0;
    background: url(../images/whello-logo-blue.png) center/contain no-repeat;
}



/* Login Form Style */
.login form {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 24px;
}

.login form input[type=radio],
.login form input[type=checkbox] {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    line-height: normal;
    border: 1px solid #000;
    cursor: pointer;
    background: #fff center/20px no-repeat;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.login form input[type=checkbox] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login form input[type=checkbox]::before {
    display: none;
}

.login form input[type="checkbox"]:checked {
    background-image: url(../images/icon-checkmark-green.svg);
}

.login form input[type="radio"] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
}

.login form input[type="radio"]:checked {
    border-width: 4px;
    background-color: #0c80d7;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 10px 0 20px;
    border: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 16px #ddd;
    -moz-box-shadow: 0 0 16px #ddd;
    box-shadow: 0 0 16px #ddd;
}

.login form p {
    width: 100%;
}

.login label {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.login .user-pass-wrap {
    width: 100%;
}

.login .user-pass-wrap .button {
    top: 10px;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    color: #0c80d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.login .user-pass-wrap .button:hover,
.login .user-pass-wrap .button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#login form p.forgetmenot,
#login form p.submit {
    width: auto;
    margin-top: 10px;
}

.login .forgetmenot input {
    margin-top: -1px;
}

.login .forgetmenot label input {
    margin-top: -2px;
}

.login .submit .button {
    width: 100%;
    height: auto;
    padding: 10px 50px 14px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    background-image: url('../images/icon-chevronright-white.svg');
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 20px) center;
    background-position: -moz-calc(100% - 20px) center;
    background-position: calc(100% - 20px) center;
}

.login #backtoblog {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.login #nav {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.login #backtoblog,
.login #nav,
.login .privacy-policy-page-link {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.login #backtoblog a,
.login #nav a {
    color: #000;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login .privacy-policy-page-link .privacy-policy-link:hover {
    color: #0c80d7;
}

.login #backtoblog a:focus,
.login #nav a:focus,
.login h1 a:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login .privacy-policy-page-link {
    order: 6;
}

.login .privacy-policy-page-link .privacy-policy-link {
    color: #000;
    text-decoration: none;
}



/* Language Switcher Style */
.language-switcher {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 460px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px #ddd;
    -moz-box-shadow: 0 0 16px #ddd;
    box-shadow: 0 0 16px #ddd;
}

.language-switcher #language-switcher {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.language-switcher .button {
    margin-left: auto;
}

.language-switcher select {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}



/* MESSAGE LOGIN STYLE */
.login #login_error,
.login .message,
.login .success {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 400px;
    padding: 16px 26px 16px 40px;
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 16px #ddd;
    -moz-box-shadow: 0 0 16px #ddd;
    box-shadow: 0 0 16px #ddd;
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: none;
    -webkit-animation: notice_showup 4s;
    -moz-animation: notice_showup 4s;
    -o-animation: notice_showup 4s;
    animation: notice_showup 4s;
}

@-webkit-keyframes notice_showup {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    95% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
}

@-moz-keyframes notice_showup {
    0% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    5% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    95% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
}

@-o-keyframes notice_showup {
    0% {
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    5% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    95% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
}

@keyframes notice_showup {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    5% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    95% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
}

.login #login_error+.message,
.login #login_error+.success,
.login .message+#login_error,
.login .message+.success,
.login .success+#login_error,
.login .success+.message {
    right: 440px;
}

.login #login_error+.message+.success,
.login #login_error+.success+.message,
.login .message+#login_error+.success,
.login .message+.success+.message,
.login .success+#login_error+.message,
.login .success+.message+#login_error {
    right: 860px;
}

.login #login_error:before,
.login .message:before,
.login .success:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    width: 4px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
}

.login #login_error:before {
    background-color: #ff4d09;
}

.login .message:before {
    background-color: #0d80d6;
}

.login .success:before {
    background-color: #0dd66c;
}




/* RESPONSIVE */
@media all and (min-width: 601px) {
    #login {
        padding: 48px;
    }
}


@media all and (max-width: 600px) {
    #login {
        padding: 24px;
    }
}