.logint-base-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.logint-cover {
    position: fixed;
    top: 0;
    left: 0;
    
}
.logint-alert-wrapper {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.logint-alert-content {
    width: 100%;
    height: auto;
}
.logint-dialog-image {
    position: relative;
    width:100%; 
    height: auto;
}

.logint-dialog-image img{
    width:100%; 
    height: auto;
}