﻿.o-root {
    background-color: #004666;
}
/*.c-hero-teaser.c-hero-teaser--layer {
    min-height: 950px;*/
}
.login-teaser {
    height:1400px;
}

.login-select-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
}

.o-singleton-row {
    margin-top:20px;
}

.login-select {
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
    margin: 5px;
}

.login-select-btn:hover .login-select {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.login-select__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    background: #f5f5f5;
}

    .login-select__icon i {
        font-size: 2em;
    }

.login-select__content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-select__title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 4px;
}

.login-select__text {
    color: #666;
    font-size: 0.95em;
}
