/* slider section start  */
.slide {
    top: 150px;
}

.slide-img {
    margin-top: 170px;
}

.slide-img img {
    height: 270px;
    width: 442px;
}

#slider-section {
    position: relative;
}

#slider-section .carousel-item img {
    height: 600px;
    width: 100%;
}

#slider-section .carousel-control-prev,
.carousel-control-next {
    width: 6%;
    z-index: 30;
}

#slider-section .carousel-caption {
    position: absolute;
    right: 40%;
    left: 10%;
    top: 10px;
    z-index: 10;
    padding-top: 240px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-align: left;
}

#slider-section .carousel-caption h3 {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}

#slider-section .carousel-indicators li {
    width: 16px;
    border-radius: 50%;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.6;
    transition: opacity 0.6s ease;
}

#slider-section .carousel-indicators .active {
    opacity: 1;
    width: 19px;
    height: 19px;
    margin-top: -2px;
}

#slider-section .login-section {
    width: 100%;
    /*position: absolute;*/
    top: 0;
    right: 0;
    z-index: 0;
}

#slider-section .login-section .login-form {
    border: solid 1px #5f926b;
    padding: 25px;
    color: #4a4a4a;
    margin-top: 35%;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgba(13, 7, 55, 0.55);
    border: solid 2px #5e51b9;
    background-color: #ffffff;
}

#slider-section .login-section .login-form .card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ffffff;
}

#slider-section .login-section .nav-tabs,
#slider-section .nav-link {
    border: none;
}

#slider-section .login-form li.nav-item {
    line-height: 2;
}

#slider-section .login-form .nav-link {
    opacity: 0.54;
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 40px;
}

#slider-section .login-form .nav-link.active {
    opacity: 0.8;
    font-size: 20px;
    color: #585858;
    border-bottom: 2px solid #5e51b9;
    font-weight: 600;
}

#slider-section .login-form .nav-link.active:hover {

    color: #5e51b9 !important;

}

#slider-section .login-form .form-group {
    margin-bottom: 5px;
}

#slider-section .login-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.42;
    color: #4a4a4a;
}

#slider-section .login-form .form-group input {
    border: solid 0px;
    background-color: #ffffff;
    border-bottom: solid 1px #5e51b9;
    border-radius: 0;
}

#slider-section .login-form .form-group input:hover {

    box-shadow: 2px 3px 5px 0 rgba(50, 153, 96, 0.19);

}

#slider-section .login-form .form-group input::placeholder {
    font-size: 12px;
}

#slider-section .login-form .form-group input:focus {
    box-shadow: 5px 5px 30px 0 rgba(13, 7, 55, 0.36);
    border: 0px solid;
    border-bottom: solid 2px #5e51b9;
}

#slider-section .login-form .custom-control-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    color: #4a4a4a;
}

.login-backround {
    height: 600px;
    margin-top:-40px
}


/* checkbox style start  */

#slider-section .checkbox-button {
    cursor: pointer;
    margin-left: -4px;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid #0065b3;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-color: inherit;
    color: #0065b3;
    border: 2px solid #666;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #329960;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #329960;
}

.checkbox-button__control {
    transform: scale(0.75);
}

.checkbox-button__label {
    font-size: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 3.58;
    text-align: center;
    color: #4a4a4a;
    margin-left: 4px;
}


/* checkbox style end  */


/* caption section start  */

#slider-section .caption-section {
    /*display: none;*/
    background-color: #e8e8e8;
    margin: 0 -25px 5px -25px;
    padding: 10px 25px 5px 25px;
}

#slider-section .caption-section input:disabled,
.caption-section textarea:disabled {
    background-color: white;
    opacity: 0.5;
}

.caption-section input,
.caption-section textarea {
    border: 1px solid rgba(43, 35, 95, 0.5);
}

.caption-section input:focus,
.caption-section textarea:focus {
    border: 2px solid #046cb5;
}

.caption-section .blue-btn {
    background-color: #046cb5;
    opacity: 0.5;
    border: none;
    color: white;
    height: 32px;
}

.caption-section .blue-btn:hover {
    color: white;
    opacity: 1;
}

.caption-section .violet-btn:focus {
    box-shadow: none;
}

#captcha {
    text-align: center;
    resize: none;
    height: 40px;
    border: 2px dashed #046cb5;
    margin-bottom: 10px;
}

.caption-section .captcha-input {
    font-size: 14px;
}


/* caption section end  */

#slider-section #btnLogin {
    border: 1px solid transparent;
    background-color: #5e51b9;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #329960;
    background-color: #329960;
}


/* slider section end  */