/**
 * sc/views/home/sign-in.css
 */

@media (max-width: 768px) {
    #header-navigation .navbar-brand {
        display: none;
    }
}
html.webp section#main {
    background: url('/images/main-bg.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
html.no-js section#main,
html.no-webp section#main {
    background: url('/images/main-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
body section#main #alphera {
    padding: 36px 12px;
    border-radius: 6px;
    background: #F1F1F1;
    margin: 18px 18px 0 18px;
    overflow: hidden;
}
@media (min-width: 768px) {
    body section#main #alphera {
      position: relative;
      margin: 18px auto 0 auto;
      width: 480px;
    }
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}