
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 33%;
}
.modal-content h3{
  text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: #c62020 !important;
    
}

/* The Close Button */
.close {
    color: #393939;
    float: right;
    font-size: 38px;
    font-weight: bold;
    line-height: 23px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
footer{
  min-width:100% !important;
  margin:0px 0px !important;
}

.cn-forgot-link{
    color:#333 !important;
    font-weight: 600;
  }
  
  
  .clr1{
    color:#333;
    font-weight: 600;
  }

  
.cn-mob-view{
    display:none;
  }
  @media(max-width:767px){
    .cn-logo{
      display:none;
    }
    .cn-landing{
      flex-direction: column-reverse;
    }
    .cn-mar-remove{
      margin:0px 0px !important;
    }
    .cn-mob-view{
      display:inline-flex;
      margin-bottom:30px;
    }
    .cn-clgname a{
      color:#fff;
      font-size:22px;
    }
    .cn-clgname small{
      color:#bab8b8;
      font-size:14px !important;
    }
  }
   .cn-mob-view .cn-clgname a{
  color:#333;
    }
    .cn-mob-view .cn-clgname small{
  color:#333;
    }
    .cn-link {
      position: absolute;
      left: 37px;
      top: 40px;
  }

  .rc-anchor{
    color: #152f5a !important;
}