.opc-block-2 { width: 50%; float: left; }
.opc-block-3 { width: 33.33%; float: left; }
.opc-block > div, .opc-block > label { padding: 7px; }
.opc-block hr { width: 95%; }
.opc-head { font-size: larger; font-weight: bold; }
.opc-label { padding-top: 5px; }
.clearBoth { clear: both; }
.opc-block{flex: 0 0 500px;max-width: 100%;}
@media (max-width:767px){
    .opc-block { width: 100%; }
}.sl_input__container {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}.sl_input__container input{
    line-height: 20px;
    padding: 23px 12px 7px;
    display: block;
    height: auto;
    margin: 6px 0;
}.sl_input__container .inputLabel{
    color: #616161;
    font-size: 14px;
    left: 12px;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    white-space: nowrap;
    word-break: break-word;
    z-index: 1;
}.sl_input__container .inputLabel span{
  color: #A90B15;
}.form-control:focus+.inputLabel,.form-control:not(:placeholder-shown)+.inputLabel {
    -webkit-transform: scale(.8) translateY(-110%);
    -ms-transform: scale(.8) translateY(-110%);
    transform: scale(.8) translateY(-110%);
}.form-control[style*="display: none"]+.inputLabel{display:none;}
.form-control:invalid:not(:empty){border-color:#F04949 }
#loginOpcDefault > .row{justify-content: center;}
#loginOpcDefault{padding: 15px 0 60px;}
.sl_input__container .icon-item-icon {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 16px);
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 7px;
    cursor: pointer;
}.button-login button {
    width: 100%;
    margin: 15px 0;
    line-height: 39px;
}#opc-pwf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}#opc-pwf a {
    line-height: 2;
    font-weight: bold;
}