body{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}
.content-inner{
  padding: 20px 40px;
}
.ie-label {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
.form-control.input-lg {
    border-radius: 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    color: #353535;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 1.7;
    padding: 10px 16px;
    transition: border-color .15s ease-in-out,box-shadow .3s ease-in-out;
    width: 100%;
}
.btn-primary {
    border-bottom: none;
    border-radius: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    padding: 11px 20%;
}
.text-right {
    text-align: center;
}

.content-inner-hybrid-index {
    margin: 0 30px;
    position: relative;
    padding: 10px;
}

.number-circle {
    border-radius: 50%;
    border: 2px solid #777;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding: 2px;
    text-align: center;
    width: 30px;
}

.number-wrap {
    margin-top: 30px;
}

.alt-selection1,
.alt-selection2 {
    color: #777;
    font-size: 20px;
    text-decoration: none;
}

.alt-selection2 {
    color: #aaa;
}

.margin-top1 {
    margin-top: 1px;
}

.padding-right5 {
    padding-right: 5px;
}

iframe {
    border: none;
    height: 380px;
    width: 100%;
}

.logo-bg {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

.sso-header {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin: 20px 0 20px 0;
}
.sso-options {
    margin-bottom: 50px;
}
.sso-option {
    align-items: center;
    display: flex;
    font-size: 16px;
    margin: 25px 0;
}
.sso-number-circle {
    border: 2px solid #aaa;
    border-radius: 100%;
    color: #aaa;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 10px;
}
a.sso-link {
    color: #999;
    text-decoration: none;
}
a.sso-link.is-primary {
    color: #333;
}
@media (hover) {
    a.sso-link:hover {
        text-decoration: underline;
    }
}
