/* admin login styles */

/* base styles */

html,
body {
    font-size: 100%;
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    color: rgba(0, 0, 0, .8);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
/* 
.cf::before,
.cf::after {
    display: table;
    content: " ";
}

.cf::after {
    clear: both;
} */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    line-height: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: #0079bb;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1585cf;
}


ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
    margin-left: 1.25rem;
    list-style-type: inherit;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    font-weight: bold;
    margin-bottom: .3rem;
}

code,
pre {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: .125rem .3125rem .0625rem;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
}


/* design */

#page {
    height: 100%;
    height: 100vh;
    background-color: #fafafa;
    /* background-image: url(/getfile.php/2695864.58.yucrvafxde/kite-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.pageoverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
}

.loginbox {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.loginbox header {
    padding: 3rem 1rem;
    text-align: center;
    background-color: #f7f8f9;
}

.loginbox section {
    padding: 4rem 1rem;
    background-color: #dadfe1;
}

.loginbox .loginelem {
    margin-bottom: 1.5rem;
}

.loginbox .loginelem label {
    font-size: 1.1rem;
    display: block;
    margin-bottom: .25rem;
    color: #2c3e50;
}

.loginbox .loginelem input {
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    padding: .5rem;
    border: 0;
    border-radius: 2px;
}

.btn,
.btn-large,
.btn-flat {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    padding: 0 2rem;
    /* text-transform: uppercase; */
    vertical-align: middle;
    border: none;
    border-radius: 2px;
    outline: 0;

    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

.btn,
.btn-large {
    cursor: pointer;
    transition: .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff;
    background-color: #1e8bc3;
}

.btn:active, .btn:focus {
    outline: solid blue;
}

.btn:hover,
.btn-large:hover {
    background-color: #2bbbad;
}

.btn-secure{
    margin-top: 0.25rem;
    background-color: #3FC380;
    color: #1a1a1a;
}

.btn-secure:hover{
    background-color: #1E824C;
}

.btn-flat {
    cursor: pointer;
    transition: background-color .2s;
    color: #343434;
    background-color: transparent;
    box-shadow: none;
}

.btn-flat:focus,
.btn-flat:active {
    background-color: transparent;
}

.btn-flat:hover {
    color: #111;
    background-color: rgba(0,0,0,.1);
    box-shadow: none;
}

.loginbox footer {
    font-size: .813rem;
    padding: 1rem;
    text-align: center;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    background-color: #2c3e50;
}

.loginbox .cplink a {
    font-size: .7rem;
    transition: all .2s ease-in-out;
    text-decoration: none;
    text-transform: lowercase;
    color: #ccc;

    will-change: color;
}

.loginbox .cplink a:hover {
    color: #fff;
}

.loginbox .msg {
    font-size: .813rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
}


@media screen and (min-width: 40em) {
    .pageoverlay {
        padding-top: 6em;
        padding-top: 6rem;
    }

    .loginbox {
        overflow: hidden;
        border-radius: 2px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1),
        0 8px 8px rgba(0, 0, 0, .1),
        0 16px 16px rgba(0, 0, 0, .1),
        0 32px 32px rgba(0, 0, 0, .15),
        0 64px 64px rgba(0, 0, 0, .15);
    }

    .loginbox header {
        padding: 2rem;
    }

    .loginbox section {
        padding: 3rem 2rem;
    }

    .loginbox .formtogglelink {
        margin-left: 1rem;
    }
}

@media screen and (min-width: 64em) {
}
