@import url("https://fonts.googleapis.com/css?family=Lato:400,500");

body {
    font-family: 'Lato', Lucida Sans Unicode, Arial Unicode MS, Arial, sans-serif;
    margin: 0;
    color: rgba(44, 56, 60, 1);
    background: url('../images/bg.svg') no-repeat center right;
    background-size: cover;
}

/* START: Language dropdown */
/* Style The Dropdown Button */


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.show {
    display: block !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 40px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #003232;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* END: Language dropdown */

.margin-right-5 {
    margin-right: 5px;
}

input[type]:not([type=checkbox]) {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 76px;
    margin: 0 24px;
    text-align: left;
}

* {
    box-sizing: border-box;
    vertical-align: top;
}

.header {
    height: 64px;
    width: 100%;
    padding: 16px;
    margin: 0;
    white-space: nowrap;
}

.header div {
    white-space: normal;
    font-size: 14px;
}

body {
    background-color: rgb(245 247 248);
}

.grid {
    max-width: 300px;
    max-height: 134px;
}

.text-right {
    text-align: right;
}

.bauhub-color {
    color: #00B95F;
}

.btn {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgba(75, 97, 104, 1);
}

.default-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #2C383C;
}

.default-btn:active, .default-btn:focus {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(75, 97, 104, 1);
}

.yellow-btn {
    font-weight: bold;

    color: rgb(44, 56, 60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #ffbd17;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.yellow-btn:hover {
    background: #d89b00;
}

.yellow-btn:active, .yellow-btn:focus {
    background: #926801;
}

.yellow-btn:disabled, .yellow-btn.disabled {
    background: rgba(238, 174, 8, 0.2);
    color: rgba(145, 104, 0, 1);
    cursor: not-allowed;
}

.margin-top-24 {
    margin-top: 24px;
}

.login-type-icon {
    height: 14px;
    padding: 0;
    margin: 4px;
}

.label-input-container {
    margin-bottom: 16px;
}

.label-input-container label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: rgba(24, 24, 27, 1);
    margin-bottom: 4px;
}

.label-input-container input {
    display: block;
    font-size: 14px;
    line-height: 20px;
}


.label-input-container input {
    margin: 0;
    border: 1px solid #D4D4D8;
    border-radius: 6px;
    width: 100%;
    padding: 8px 12px;
    background-color: #FFF;
    font-size: 11pt;
    line-height: normal;
    color: black;
}

.label-input-container input:focus {
    outline: none;
    border: 1px solid #003232;
}

.login-button-container {
    margin-top: 24px;
    text-align: right;
    display: flex;
    flex-direction: row;
}

a, button, input, select { outline: 0; }
a:hover, a:active, a:focus, button:hover, button:active, button:focus { outline: none; }
input::-moz-focus-inner { border: 0; }

.text-container {
    margin: 8px 0;
}

.error-color {
    color: #791A31;
}

select {
    width: 100%;
    margin: 0;
    border-radius: 6px;
    padding: 8px;
    background-color: rgb(234, 239, 240);
    font-size: 11pt;
    line-height: 1em;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.text-center {
    text-align: center;
}

.phone-number-input-container {
    position: relative;
    background-color: #F2F3F4;
    border-radius: 6px;
}

.input-box { position: relative; }
#phonenumber { display: block; }
.prefix { margin: 0; padding: 6px; font-size: 11pt; line-height: 1em; position: absolute; display: block; left: 0; top: 3px; }
.phone-number-prefix-select {
    width: 70px;
    height: 100%;
    top: 0;
    border: 1px solid #D4D4D8;
    border-right: 0;
    border-radius: 6px 0 0 6px !important;
}

.phone-number-input-next-to-prefix {
    width: calc( 100% - 70px ) !important;
    margin-left: 70px !important;
    border: 0;
    border-radius: 0 6px 6px 0 !important;
}

select { text-align: center; }
.personal-number-input-container {
    position: relative;
    background-color: rgb(234, 239, 240);
    border: 0;
    border-radius: 6px;
}
.personal-number-identification-country {
    width: 55px;
    height: 100%;
    top: 0;
    border: 1px solid #D4D4D8;
    border-right: 0;
    border-radius: 6px 0 0 6px !important;
}
.personal-number-identification-code {
    width: calc( 100% - 55px ) !important;
    margin-left: 55px !important;
    border-radius: 0 6px 6px 0 !important;
}

p { margin: 4px 0; font-size: 11pt; }
h2 { margin: 8px 0; font-size: 20px; font-weight: bold; }
h3 { margin: 8px 0; font-size: 20px; font-weight: bold; }

#mobileId_message, #smartId_message {
    margin-bottom: 16px;
}

.bold-text {
    font-weight: bold;
}

.max-560 {
    max-width: 560px;
}

.small-font { font-size: 11pt; }
.min-width-260 { min-width: 260px; }

#username { text-transform: lowercase; }
#username::placeholder { text-transform: initial; }

/* MOBILE */

@media screen and (max-width: 700px) {
    .header {
        padding: 0 24px;
    }

    .grid { display: none; }

    .login-left-container {
        display: block;
        width: auto;
        margin: -4px 24px 24px;
    }

    .login-type-btn { text-align: center; }
}

@media screen and (max-height: 640px) and (max-width: 700px) {
    .login-type-btn-container {
        display: inline-block;
        width: calc( 25% - 4px );
    }

    .login-type-btn-container .btn {
        padding: 4px;
    }

    .login-type-btn-container .btn.active {
        padding: 3px;
    }

    .hide-mobile { display: none; }
}

@media screen and (max-width: 410px) {
    .support-link { display: none; }
}




.base-border-color {
    border-color: rgba(212, 212, 216, 1);
}

.login-type {
    color: #9D9D9D;
}

.login-type:hover {
    color: #09090B;
}

.login-type.active {
    border-color: rgba(255, 189, 23, 1);
    color: #09090B;
    border-bottom-width: 2px;
    padding-bottom: 12px !important;
}

.dropdown-menu {
    box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.10), 0px 1px 4px 0px rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
    padding: 8px;
}

.dropdown-menu li {
    padding: 6px 8px;
}

.m-auto {
    margin: initial !important;
}