
*, *:before, *:after {
    box-sizing: border-box;
}
.login-container {
    margin: 0 auto;
    max-width: 1020px;
    min-width: 700px;
    padding: 0 0 20px;
}
.login-container:before, .login-container:after {
    content: " ";
    display: table;
}
.login-container:after {
    clear: both;
}
.login-col {
    float: left;
    min-height: 1px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}
.login-col-full {
    width: 100%;
}
.login-col-1 {
    border-right: 1px solid #c0c0c0;
    width: 240px;
}
.login-col-2 {
    padding-left: 30px;
    width: 340px;
}
.login-col-3 {
    padding-left: 20px;
    width: 240px;
}
.login-btn {
    background-color: #006eb2;
    border-radius: 5px;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 15px;
    text-decoration: none;
    transition: background-color 250ms ease-in-out 0s;
}
.login-btn:hover, .login-btn:active {
    background-color: #005183;
    text-decoration: none;
}
.login-btn-large {
    font-size: 14px;
}
.login-form-select {
    width: 100%;
}
.login-form .login-btn {
    margin-top: 5px;
}
.iop-login, .iop-login p, .iop-login input, .iop-login select {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
}
.iop-login h1, .iop-login h2 {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
}
.iop-login h1 {
    font-size: 28px;
    margin: 0 0 42px;
}
.iop-login h2 {
    font-size: 16px;
    margin: 0 0 8px;
}
.login-link {
    color: #006eb2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}
.login-link:active, .login-link:hover {
    color: #006eb2;
    text-decoration: underline;
}
.iop-login p {
    margin-top: 0;
}
.iop-login h2.login-padding-before {
    margin-top: 30px;
}
.login-helper {
    background-color: #f0f0f0;
    padding: 15px;
}
.login-helper p {
    font-size: 11px;
    font-weight: bold;
}
.login-helper a {
    color: #006eb2;
    text-decoration: none;
}
.login-helper a:active, .login-helper a:hover {
    color: #006eb2;
    text-decoration: underline;
}
.select2-drop {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
}
.select2-container .select2-choice {
    height: 33px;
    line-height: 32px;
}
.select2-drop, .select2-container .select2-choice, .select2-container .select2-choice .select2-arrow {
    border-radius: 0;
}
.select2-drop-active, .select2-container-active .select2-choice {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.select2-drop-active {
    border-bottom: 1px solid #aaa;
}
.select2-container-active .select2-choice {
    border-top: 1px solid #aaa;
}
