#ssc-error-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3); }
  #ssc-error-container .error-box {
    display: block;
    width: 500px;
    border-radius: 25px;
    margin: auto;
    margin-top: 100px;
    padding: 25px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); }
    #ssc-error-container .error-box .icn {
      display: block;
      width: 80px;
      height: 80px;
      line-height: 80px;
      background-color: #d15259;
      color: #FFF;
      margin: auto;
      margin-bottom: 30px;
      font-size: 50px;
      text-align: center;
      border-radius: 100px; }
      #ssc-error-container .error-box .icn i {
        line-height: 80px; }
    #ssc-error-container .error-box p {
      color: #868686;
      margin-bottom: 30px; }
    #ssc-error-container .error-box .btn-close {
      display: block;
      width: 150px;
      text-align: center;
      margin: auto;
      border-radius: 50px;
      background-color: #d15259;
      color: #FFF;
      border-bottom: 1px #be323a solid;
      cursor: pointer;
      line-height: 50px; }
      #ssc-error-container .error-box .btn-close:hover {
        background-color: #be323a; }

/*# sourceMappingURL=style.css.map */
