html, body {
    overflow-x: hidden;
    height: auto;
    width: auto;
}

.samlLogin{
    appearance: button;
    -moz-appearance: button;
    font-family: "Roboto","Helvetica Neue","Helvetica",arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius:4px;
    border:#C6C6C6 1px solid;
    color:black;
    display: inline-block;
    padding: 11px 0 11px 0;
    background-color: #f4f4f4;
    position:relative;
    width: 100%;
    text-align: center;
}
.samlLogin:hover{
    background-color: #808080;
    color:#ffffff;
}

.span2{width: 200px;}
.login-footer {
    background-color: transparent;
    width: 650px;
    margin-left:auto;
    margin-right:auto;
    font-family: Arial;
    font-size: 10px;
    color: white;
}

.warningLabel {
    color:red;
    margin-bottom:10px;
}

#keep-me-logged-in-modal-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    z-index: 10;
}

#keep-me-logged-in-modal {
    position: relative;
    max-height: 300px;
    padding: 20px;
    max-width: 400px;
    background-color: white;
    border-radius: 4px;
    overflow-y: auto;
}

#keep-me-logged-in-modal-x {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.line-separator {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid black;
    text-align: center;
    margin: 20px 0 20px 0;
}

.line-separator span {
    font-size: 15px;
    background-color: #FFFFFF;
    padding:0 10px;
}
