* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(19deg, #3dbdee 8.45%, #2b398b 114.65%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.empty{
    position: relative;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* position: relative; */
}

.container #text-logo{
    position: relative;
    z-index: 102;
    left: -9px;

}


/* Left side Slider  */
.box-slider {
    width: 601px;
    height: 567px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #3CAAE0;
    text-align: center;
    margin-bottom: 75px;
}


/* ---------crousel--------------- */
.slideshow-container {
    max-width: 601px;

    /* height: 567px; */
    position: relative;
    margin: auto;

}

/* Hide the images by default */
.mySlides {
    display: none;
}



#img-shadow {
    background: linear-gradient(119deg, #2b398b -1.09%, #3dbdee 90.31%);
    border-bottom: 3px solid #3CAAE0 !important;
    height: 420px;
    width: 100%;
    border-radius: 5px 5px 0px 0px
}
#img-shadow img{
    object-fit: contain;
    max-width: 100%;
    border-radius: 5px 5px 0px 0px
}
/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: absolute;
    top: 200px;
    left: 20px;
    width: 20px;
    height: 64px;
    margin-top: -22px;
    padding: 16px;
    color: #3caae0 ;
    font-weight: 200;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 200px;
    right: 13px !important;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #3caae0 ;
    font-weight: 200;
    font-size: 30px;
    transition: 0.6s ease;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    color: #12619d;
    font-size: 30px;
}

.next-button{
    display: none;
}


/* Caption text */
.carousel-footer {
    padding: 21px !important;

}

.carousel-footer h4 {
    color: #3CAAE0;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.carousel-footer p {
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
    color: rgba(103, 103, 103, 0.80);
    
}

#readmore{
    text-align: left;
}
 a{
    text-decoration: none;

}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.intigetor {
    margin-top: 14px;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #3CAAE0;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}



@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* skeleton  */
.skeleton{
    position: absolute;
    height: 567px;
    border-radius: 6px;
    min-width: 100%;
    background-color: #f5f5f5;
    
}

.card__image {
    background: linear-gradient(89deg, #0071AF 8.45%, rgba(0, 113, 175, 0.00) 114.65%);
    height: 420px;
}

.card__content{
    background-color: #f5f5f5;
}
.card__content h2{
    background: linear-gradient(89deg, #0071AF 8.45%, rgba(0, 113, 175, 0.00) 114.65%);
    width: 80%;
    height: 30px;
    margin-top: 10px;
    border-radius: 0px 6px 6px 0px;
}

.card__content p{
    background: linear-gradient(89deg, #0071AF 8.45%, rgba(0, 113, 175, 0.00) 114.65%);
    width: 35em;
    height: 5em;
    margin-top: 10px;
    border-radius: 0px 6px 6px 0px;
}

  .card__image::before,
  .card__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5; /* Skeleton color */
    opacity: 0.5;
    animation: shine-lines-table 1.6s infinite linear;
  }
  


  @keyframes shine-lines-table {
    0% {
      opacity:0.4;
    }
    40%{
      opacity:0.8;
    }
    100% {
      opacity:0.4;
    }
  }








/* skeleton end here  */


/* Right Side Login Form  */
.box-login {
    width: 400px;
    height: 567px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #3CAAE0;
    text-align: center;
    margin-left: 20px;

}

.box-login img {
    width: 121px;
    margin: 45px 0px 23px 0px;
    
}

.box-login h1 {
    text-align: center;

    font-size: 25px;
    color: rgba(63, 63, 63, 0.83);
}

.box-login p {
    color: rgba(103, 103, 103, 0.80);
    text-align: center;
    font-size: 12px;
    margin-bottom: 14px;
}

.form {
    max-width: 290px;
    margin: 0 auto;
}

.form label {
    display: block;
    text-align: left;
    color: rgba(103, 103, 103, 0.80);
    font-size: 16px;
    font-weight: 400;
  }
.form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;

}

.form input[type="text"],
.form input[type="password"] {
    border-radius: 10px;
    border: 2px solid #ccc;
    
}

.form input[type="text"]:focus,
.form input[type="password"]:focus {
	border: 1px solid #3CAAE0;
}

.form input[type="submit"] {
    border-radius: 10px; 
    border: none;
    background-color: #2b398b;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.form input[type="submit"]:hover {
    background-color: #3dbdee;
}

.forgot-password {
    text-align: right !important;
}
.forgot-password:hover{
cursor: pointer;
color: #0071AF;
}
a{
    text-decoration: none;
}
#error {
    color: rgba(255, 0, 0, 0.63);
}

input[type="submit"]{ -webkit-appearance: none; }

@media (max-width: 600px) {
    .box-slider.slider-div {
        display: none;
    }
    .container #text-logo{
        display: none;
    }
}

@media (max-width: 990px) {
    .box-slider.slider-div {
        display: none;
    }
    .container #text-logo{
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .box-login {
        width: 345px;
        margin: 0px;
    }
}