.btnSpesial {
    padding: 30px 50px;
    background: #ff0000;
    opacity: 0.80;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.btnSpesial:hover {
    color: #e7eaec;
}

.btnSpesial span {
    font-size: 16px;
}

.btn-in {
    float: left; 
    background: #ff0000;
}

.btn-in-up {
    display: none;
    float: right; 
    width: 15%;
}

.btn-in-down {
    float: right; 
    width: 15%;
}

@media screen and (max-width:991px) {
    .btnSpesial {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: 0;
        font-size: 14px;
    }
}

.btn:hover {
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: white;
    background: rgba(43, 145, 208, 0.85);
}

.loginLogin {
    position: absolute;
    left: 0;
    min-height: 100%;
    background: rgba(232, 232, 232, 0.7);
    border-left: 0px;
    padding: 15px 20px 20px 15px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

body {
    font-family: 'Open Sans', serif;
}

.field-icon {
    float: right;
    margin-left: -20px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 25px;
}

.allright {
    bottom: 0; 
    position: fixed;
}

.logocimb {
    max-height: 35%; 
    max-width: 35%; 
    height: auto; 
    width: auto;
}

.partner-pdc {
    position: absolute; 
    top: 40%; 
    right: 20px; 
    position: absolute;
}

.w50 {
    width: 50%;
}

.partner-list {
    height: 4em; 
    background: rgba(43,145,208, 0.7); 
    color: white; 
    padding-top: 10px;
    font-size: 14px; 
    margin-bottom: 10px;
}

.lelang {
    height: 4em; 
    background: rgba(43,145,208, 0.7);
    font-size: 14px; 
    color: white;
}

.logo-iproc {
    bottom: 0%; 
    position: absolute; 
    width: 100%;
}

.logo-iproc-bg {
    background: rgba(255,255,255,1);
}

.logo-iproc-img {
    max-width: 30%; 
    max-height: 20%; 
    height: auto; 
    width: auto;
}