@charset "UTF-8";

.info-block {
    background-color: rgba(255, 255, 255, 0.37);
    padding: 12px;
    display: inline-block;
    border: 1px solid #027bff;
    border-radius: 6px;
    overflow: hidden;
}

.info-block .title {
    margin-top: 0px;
    background-color: #616161;
    display: inline-block;
    width: 115%;
    margin: 0 -15px;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
}
.red {
    color:rgba(177,0,2,1.00);
}
.greendot {
    margin-left: 12px;
    padding-left: 0;
    list-style: none;
}
.greendot li {
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-image: url(../images/dot-green.png);
    padding-left: 20px;
}
.login-col {
display: inline;
}

.modal-dialog {
      max-width: 900px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

#comment {
    position: absolute;
    left: -1500px;
}

@media screen and (max-width:768px){
    .login-col {
        display:none;
    }
    .pay-col {
        
    }
    
}
