@import url("sharedLogin.css");

html,
body {
    overflow-x: hidden;
    height: auto;
    width: auto;
}

.samlLoginDropdown {
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border: #c6c6c6 1px solid;
    border-radius: 4px;
    color: black !important;
    display: inline-block;
    padding: 11px 0;
    background-color: #f4f4f4;
    position: relative;
    text-align: center;
    width: 100%;
    appearance: none;
    /*For safari bug: https://stackoverflow.com/questions/11182559/text-align-is-not-working-on-safari-select*/
    text-align-last: center;
}

.samlLoginDropdown:hover {
    cursor: pointer;
}

.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;
}

.warningLabel {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #cb242b;
    margin-bottom: 20px;
}

#keep-me-logged-in-modal-container, #access-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;
}

#access-modal {
    font-family: "Roboto","Helvetica Neue","Helvetica",arial,sans-serif;
    font-size: 14px;
    position: relative;
    max-height: 450px;
    padding: 20px;
    max-width: 400px;
    background-color: white;
    border-radius: 4px;
    overflow-y: auto;
}

#access-modal-header {
    text-align:center;
    margin-bottom: 10px;
}

#access-modal-continue {
    margin-left:125px;
}

#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;
}

.logocontainer{
    background-color: transparent;
    max-width: 960px;
    margin-top: 10px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.logoicon {
    width: 42%;
    max-width: 182px;
    float: right;
}

.statement{
    width: 45%;
    max-width: 195px;
    float: right;
}

/* layout css */
.floatleft{float: left;}
.floatright{float: right;}

@media only screen and (min-width: 521px) and (max-width: 1010px) {
    .logocontainer {
        margin-top: 0px;
    }
}