/*!
Theme Name: Háma Pöntunarkerfi
Theme URI: http://underscores.me/
Author: Netheimur ehf.
Author URI: https://netheimur.is
Description: Pöntunarkerfi fyrir kaffistofur til að panta hjá Hámu og til að afgreiða þær pantanir. Kerfið er skrifað í WordPress og vue.js.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: hama
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.loginform-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
}

.loginform-container img {
    max-width: 200px;
}

.loginform-container form#loginform {
    padding: 2em;
    background: white;
    margin: 1em 0;
    border: 1px solid #e2dbd7;
    min-width: 350px;
}

.loginform-container form#loginform label {
    display: block;
    font-weight: 600;
}

.loginform-container form#loginform input[type="text"], form#loginform input[type="password"] {
    border: 1px solid #EAEAEA;
    margin: 0.5em 0;
    width: 100%;
    padding: 12px;
    box-shadow: 0px 0px 5px 0px inset #e6e6e6;
}

.loginform-container form#loginform input#wp-submit {
    width: 100%;
    padding: 15px;
    margin-top: 1em;
    background: #6bcedc;
    font-weight: 700;
    color: white;
}

div#logout {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px;
    font-weight: 400;
    background: #EAEAEA;
    font-size: 15px;
    color: #afafaf !important;
}

p#user_switching_switch_on {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 70px;
    font-size: 0.8em;
    padding: 17px 0;
    line-height: 1;
    color: #6bcedc;
    font-weight: 700;
}

@media print {
    p#user_switching_switch_on {
        display: none;
    }
}