.atomchat {
    clear: both;
    position: fixed;
    top: 9%;
    left: 190px;
    right: 30px;
    bottom: 3%;
    background: #fff;
    box-shadow: 0 1px 20px 5px rgba(0,0,0,.1);
    z-index: 10000;
    box-sizing: border-box;
    padding-bottom: 25px; /*New added css*/
}
.comet-locked-layout {
    width: 55%;
    max-width: 1200px;
    float: left;
    border-radius: 15px; /*New added css*/
    overflow: hidden; /*New added css*/
    height: 100%; /*New added css*/
    margin: 10px; /*New added css*/
}
.atomchat-logo {
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    transform: translate(10%, -50%);
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0px 0px 2px rgba(0,0,0,.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.comet-installation-successs {
    width: 40%;
    height: 100%;
    float: right;
    padding: 0px 3em; /*New added css*/
}
.comet-content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comet-content h2 {
    /*color: #23282d;
    font-size: 32px;
    font-weight: 100;
    margin: 10px 0 0;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;*/
}
.atomchat-logo-image {
/*    width: 100px;*/
    display: block;
    text-align: left;
}
.invalid-input input {
    border-color: #dc3232!important;
    border: 2px solid;
}

#atomchat_auth .atomchat_auth_content .invalid-input:after {
    content: "\f534";
    font: normal 20px/1 dashicons;
    color: #dc3232;
    margin-left: -28px;
    position: relative;
    top: 5px;
}
@media screen and (max-width: 991px) {
    .atomchat{
        left: 90px;
    }
    .auth-back-img{
        padding: 2em !important;
    }

}
@media screen and (max-width: 768px) {
    .atomchat {
        width: 100%;
        left: 0;
    }
    .comet-locked-layout {
        width: 30%;
        display: none;
    }
    .comet-installation-successs {
        width: 100%;
    }
    .atomchat-logo {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .atomchat {
        width: 100%;
        left: 0;
        padding: 5px;
    }
    .comet-locked-layout {
        height: 30%;
        width: 100%;
    }
    .comet-installation-successs {
        height: 70%;
        width: 100%;
        text-align: center;
    }
    .atomchat-logo {
        width: 100%;
        height: auto;
        top: 0;
        transform: initial;
        display: block;
    }
    .atomchat-logo-image {
        display: block;
    }
    .comet-content {
        padding-top: 77px;
    }
}




/*New css*/
.ins-heading{
    margin: 0 0 20px;
    color: #002832;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}
.ins-label{
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

/* forward & Back buttons */
.Back, .forward {
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    margin-top: -23px;
    /* padding: 22px; */
    color: grey;
    font-weight: bold;
    font-size: 15px;
    transition: 0.4s ease;
    border-radius: 50%;
    user-select: none;
    background: #fff;
    /* left: 10px; */
    height: 25px;
    width: 25px;
    line-height: 25px;
    padding-left: 8px;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  /*border-radius: 4px 0 0 4px;*/
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption Info */
.Info {
  color: #3c434a;
  font-size: 14px;
  padding: 10px 50px;
  /*position: absolute;*/
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

.slide-back{
    left: 5px;
}
.slide-forward{
    right: 5px;
}

.auth-back-img{
    padding: 5em;
    height: 100%;
    display: block;

}