@import url('https://fonts.googleapis.com/css?family=Gruppo');


#logoContainer {
    color: white;
    text-align: center;
    /* position: absolute; */
    /* left: 300px; */
    top: 113px;
    width: 100%;
    z-index: 50;
    /* width: 50px; */
    /* height: 50px; */
    font-family: 'Gruppo', cursive;
    position: relative;
    color: #fff;
    color: #a1a8b6;
    /* border: 1px solid white; */
    font-weight: 100;
    font-size: 73px;
    padding: 0;
    margin: 0;
    line-height: 1;
    transition: 3.2s opacity;
    opacity: 0;
    text-shadow: 0 0 10px #3751be, 0 0 20px #408392, 0 0 30px #507584, 0 0 40px #755279, 0 0 70px #14131f, 0 0 80px #475286, 0 0 100px #bcc2d800, 0 0 150px #1d3a2400;
}


#wp-submit {
    background: #6b789129;
    border: 1px solid #727e95;
    text-shadow: none;
    color: #c3cde0;
    box-shadow: none;
    height: unset;
    /* padding: 7px; */
}


#canvas {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(#4f4f34, #1f1f12);
    background-image: linear-gradient(#113452, #020917);
    background-image: linear-gradient(#100d1f, #0e192e);
}


@media only screen and (orientation: landscape) and (max-height:500px) {
    #logoContainer {
        top: 20px;
    }

    #login {
        padding: 10px 0 0 0 !important;
    }
}

@media only screen and (max-height: 550px) {
    #logoContainer {
        top: 20px;
    }
}

@media only screen and (orientation: landscape) and (max-height:400px) {

    #loginform {
        padding: 26px 13px 6px;
    }

}

@media only screen and (orientation: landscape) and (max-height:340px) {

    #loginform {
        padding: 6px 13px 6px;
    }



    body * {
        transition: 3.2s opacity !important;
    }

}

#nav,
#backtoblog {
    opacity: .7;
}

#login #nav {
    position: absolute;
    right: 0;
    opacity: .4;
    font-size: .6em;
    bottom: 28px;
}


#login #nav {

    right: 0;
    opacity: .4;
    font-size: 0.7em;
    bottom: 59px;
    position: relative;
}



#backtoblog {
    display: none;
}



/*custom login page overrides*/

.login h1 a {
    height: unset;
    background-size: 220px;
    height: 84px;
    width: 234px;
    margin: 0 auto 0px;
}


body {
    background: linear-gradient(to bottom, rgb(12, 47, 86) 0%, rgb(151, 168, 186) 100%);
    background-image: linear-gradient(#100d1f, #0e192e);

}

.login #nav a {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 1.4em;
}

.login #backtoblog a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
}

.login form {
    background: #15375d00;
    width: 93%;
    /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.89); */
    padding: 26px 13px 46px;
    margin-top: 5px;
    position: relative;
    box-shadow: none;
}

.login label {
    color: #859eae;
    font-size: 19px;
}


@media(max-width:821px) {
    .login h1 a {
        height: 64px;
    }

    #login {
        /* padding:0; */
    }



    .login #nav {
        margin: 14px 0 0;
    }
}






/*custom login page*/

.login h1 a {
    height:
        unset;
    background-size: 220px;
    height: 84px;
    width: 234px;
    margin: 0 auto 0px;
    display: none;
}


body {
    background: linear-gradient(to bottom, rgb(12, 47, 86) 0%, rgb(151, 168, 186) 100%);

}

.login #nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
}

.login #backtoblog a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
}

.login form {
    background: #15375d00;
    width: 93%;
    /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.89); */
    padding: 26px 13px 46px;
    margin-top: 5px;
    position: relative;
    box-shadow: none;
}

.login label {
    color: #859eae;
    font-size: 19px;
}


@media(max-width:821px) {
    .login h1 a {
        height: 64px;
    }

    #login {
        /* padding:0; */
    }



    .login #nav {
        margin: 14px 0 0;
    }
}

#loginform {
    opacity: .65;
    transition: 3.2s all;

    border: 1px solid #121921;
}

#login {
    padding-top: 90px;
}


@media only screen and (max-width: 600px) {

    #canvas {

        height: 102vh;
        width: 102vw;


    }

    #logoContainer {
        font-size: 63px;
    }


    #title {
        position: absolute;
        top: 20%;
        left: 0;

        width: 100%;
        margin: 0;
        padding: 0;
        font-family: "Raleway", sans-serif;
        font-size: 3em;
        text-align: center;
        color: #ffffff;

        mix-blend-mode: overlay;
    }

    #login #login_error,
    #login .message,
    #login .success {
        border-left: none;
        padding: 12px;
        margin-left: 0;
        margin-bottom: 20px;
        background-color: #38383857;
        color: #727e95b3;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        z-index: 15;
        position: relative;
        position: absolute;
        left: 65%;
        color: white;
        font-size: 1.3em;
    }

    .noselect {
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        cursor: initial;
    }

    .no-select {
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        cursor: initial;
    }

    #login {
        padding: 120px 0 0 0 !important;
    }

    #loginform {

        transition: 3.2s opacity;
    }

}



#login {
    opacity: .65;
}

@media only screen and (max-width: 700px) {

    #canvas {

        height: 102vh;
        width: 102vw;


    }

    #logoContainer {
        font-size: 63px;
    }


    #title {
        position: absolute;
        top: 20%;
        left: 0;

        width: 100%;
        margin: 0;
        padding: 0;
        font-family: "Raleway", sans-serif;
        font-size: 3em;
        text-align: center;
        color: #ffffff;

        mix-blend-mode: overlay;
    }

    #login #login_error,
    #login .message,
    #login .success {
        border-left: none;
        padding: 12px;
        margin-left: 0;
        margin-bottom: 20px;
        background-color: #38383857;
        color: #727e95b3;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        z-index: 15;
        position: relative;
        position: absolute;
        left: 65%;
        color: white;
        font-size: 1.3em;
    }

    .noselect {
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        cursor: initial;
    }

    .no-select {
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        cursor: initial;
    }

    #login {
        padding: 120px 0 0 0 !important;
        opacity: 0;

    }

    #loginform,
    #login {

        transition: 3.2s opacity;
    }

}


@media only screen and (min-width: 700px) and (max-width:990px) {
    #login {
        padding: 120px 0 0 0 !important;
    }

}

@media only screen and (min-width: 300px) and (max-width:990px) and (max-height:450px) {

    #login {
        padding: 0px 0 0 0 !important;
    }
}


body.login-action-login {
    background: #41414a;
}

body.login-action-login {
    background: black !important;
    background: radial-gradient(circle, rgb(2 8 18) 0%, rgb(0 0 0) 90%, rgba(0, 0, 0, 1) 100%) !important;
}


.login form {

    background: #0b102c !important;

}

.login #login_error,
.login .message,
.login .success {
    background: #081428 !important;
    color: #b9b9b9 !important;
}

body {
    overflow: hidden;
}