.loginkiri {
    /*background: url(../metronic/assets/media/erisproassets/bg-left-erispro.png);*/
    color: #fff !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #483390;*/
    background-color: #9f1521;
}
.iconsosmed {
    width: 30px;
    margin-right: 10px;
}
.infolain {
    padding-top: 25px;
    width: 100%;
}
.logosupported {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 100px;
    max-height: 50px;
    margin-left: 10px;
}
.barislpdp {
    padding-top: 25px;
    border-top: 1px solid #b5b5c3;
    margin-top: 20px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #483390;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
