@font-face {
    font-family: "Roboto-OSS";
    src: url(fonts/Roboto-Regular.ttf);
}

#passwd {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

#passwd_repeat {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

.buttons {
    display: flex;
}

.exit_button {
    margin-left: 1rem;
    border-radius: 3px;
    margin-top: 2rem;
    --button-color: #87878c;
    align-items: center;
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--color__white);
    display: inline-flex;
    font-family: var(--font__heading);
    line-height: 1;
    padding: 1em 2.5em 0.75em;
    position: relative;
    text-decoration: none;
    width: 50%;
    justify-content: center;
}

.hidden {
    display: none;
}

.exit {
    background-color: #ccc;
}


/* specified for password */

.infobox {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

form.password_form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#form_submit {
    border-radius: 3px;
    margin-top: 2rem;
}

.submit_btn {
    border-radius: 3px;
    margin-top: 2rem;
    max-width: 200px;
}

#exit_btn {
    border-radius: 3px;
    margin-top: 2rem;
    max-width: 200px;
}

#email {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 70%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.input-field-normal {
    margin-top: 2rem;
    width: 70%;
    border-top: none;
    border-left: none;
    border-right: none;
}


.userData {
    width: 70%;
    min-width: 70%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.userData #username {
    margin-top: 2rem;
    width: 55%;
    margin-right: 5%;
    border-top: none;
    border-left: none;
    border-right: none;    
}

.userData #userType {
    margin-top: 2rem;
    width: 40%;
    border-top: none;
    border-left: none;
    border-right: none;
}



@media screen and (max-width: 600px) {
    #email {
        width: 100%;
    }

    .input-field-normal {
        width: 100%;
    }

    .userData {
        width: 100%;
    }
}


/* */

* {
    font-family: 'Roboto-OSS' !important;
}

h2 {
    color: #232328;
}

.margin-top-1em {
    margin-top: 1em;
}

.form-element-wrapper {
    margin-bottom: 12px;
}

.form-element-wrapper.button-wrapper {
    text-align: center;
}

.form-element-wrapper.checkbox-wrapper label {
    padding-left: 5px;
}

.input-label {
    display: block;
}

.input-field {
    display: inline-block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #19adda;
    font-weight: bold;
}

.primary-color {
    background-color: #19adda;
}

.input-field:focus {
    outline: none;
    border-bottom: 1px solid #19adda;
}

.input-field::placeholder {
    color: #19adda;
}

.login-form {
    max-width: 60%;
    margin: auto;
}

@media (max-width:550px) {
    .login-form {
        max-width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

.form-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.form-link::before {
    content: '\2794';
    display: inline-block;
    padding-right: 5px;
}

.login-form-button {
    text-align: center;
    --button-color: var(--color__primary);
    align-items: center;
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--color__white);
    display: inline-flex;
    font-family: var(--font__heading);
    line-height: 1;
    padding: 1em 2.5em .75em;
    position: relative;
    text-decoration: none;
}

.header-lower-bottom {
    padding-bottom: 2em;
}

.breadcrumb-navigation {
    padding-left: 2em;
    padding-right: 2em;
    border-bottom: 1px solid #e1e1e3;
    margin-bottom: 2em;
}

ul.breadcrumbs {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumbs li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumbs li+li:before {
    padding: 8px;
    color: black;
    content: ">";
}

ul.breadcrumbs li a {
    text-decoration: none;
    color: gray;
}

ul.breadcrumbs li a:hover {
    text-decoration: underline;
}

.container .main .subheader {
    font-weight: bold;
}

.container .main .header {
    font-weight: bold;
}

.loginerror {
    color: #19adda;
}

article#post-2 {
    display: flex;
    flex-direction: column;
    justify-contents: center;
    margin-left: 30%;
    margin-right: 30%;
}

@media (max-width: 600px) {
    article#post-2 {
	margin-left: 0;
	margin-right: 0;
    }
}
