body{
   background-color: #f7f8f8;
}

header {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

header img{
    max-width: 100%;
    box-sizing: border-box;
    border: 0;
    line-height: 0;
}

#idpSelectIdPSelector {
    border: none;
    width: 600px;
    background-color: #f7f8f8;
}

#idpSelect{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
}


#idpSelectListButton{
    border: 1px solid #a6a6a6;
    color: #fff;
    background: #a6a6a6;
    transition: 0.5s;
    cursor: pointer;
    height: 23px;
}

#idpSelectListButton:hover{
    color: #888;
    background: #fff;
}

#idpSelectSelector{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a6a6a6;
    background-color: #fff;
    box-shadow: none;
    cursor: pointer;
    padding: 3px;
}

#idpSelectSelector:focus{
  outline: none;
  border-color: #a6a6a6;
  box-shadow: 0 0 2px #a6a6a6;
}

.IdPSelectHelpButton{
  display: none !important;
}

.IdPSelectTextDiv{
}

a.IdPSelectDropDownToggle {
   display: none !important;
}

#idpSelectInput{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a6a6a6;
    background-color: #fff;
    box-shadow: none;
    cursor: pointer;
    padding: 3px;
}

#idpSelectInput:focus{
  outline: none;
  border-color: #a6a6a6;
  box-shadow: 0 0 2px #a6a6a6;
}

#idpSelectSelectButton{
    border: 1px solid #a6a6a6;
    color: #fff;
    background: #a6a6a6;
    transition: 0.5s;
    cursor: pointer;
}

#idpSelectSelectButton:hover{
    color: #888;
    background: #fff;
}

div.IdPSelectPreferredIdPButton div.IdPSelectTextDiv{
    color: #9fbf78;
    height: 80px;
}

div.IdPSelectTextDiv{
    color: #8a8a8a;
}

main{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
}

#main-content{
    padding: 30px;
    /* border: 2px solid #2d86b1; */
    box-shadow: 0 0 4px #2d86b1;
    /* border-radius: 10px; */
    max-width: 700px;
}

#info{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    color: #8a8a8a;
}

#subtitle{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    padding-bottom: 20px;
}

div.IdPSelectPreferredIdPButton{
    width:140px;
}

