/** styles-ss.css Security Store
 * Red: #9b0404
 * Blue: #304991
*/

.logo img {
    max-width: 300px;
    max-height: 90px;
}

.landing .motorola a {
    color: #000;
    text-decoration: none;
}

.landing .motorola a:hover {
    color: #000;
}

.landing #header {
    border-bottom: 1px solid #E3E3E3;
}

.header-feature {
    margin-top: 2.5em;
}

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

.header-telephone .help-text {
    margin-top: 0.3em;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.header-telephone .number {
    font-size: 38px;
    margin-top: 0.1em;
    font-weight: bold;
    color: #cf0800;
}

.validation-failed {
    border-color: red !important;
}

.full-height {
    height : 100vh;
}

.no-click-overlay {
    pointer-events: none;
}