.big {
    z-index: 1220;
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}

#big .red {
    position: fixed;
    z-index: 100;
    color: rgb(5, 5, 5);
    width: 320px;
    height: 400px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-right: 1px solid #7e7373;
}

#big .image {
    position: fixed;
    z-index: 100;
    color: rgb(5, 5, 5);
    width: 320px;
    height: 400px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-right: 1px solid #7e7373;
}

#big .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    border: 3px solid #f1f1f1;
    z-index: 100;
    color: rgb(5, 5, 5);
    width: 800px;
    height: 400px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    overflow: hidden;
}

#big .form-registerpopup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    border: 3px solid #f1f1f1;
    z-index: 100;
    color: black;
    width: 800px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

#big .input-container {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

#big .input-container1 {
    display: flex;
    width: 100%;
    margin-top: 20px;
}


/* Style the form icons */

#big .icon {
    padding: 10px;
    background: transparent;
    color: rgb(13, 13, 163);
    min-width: 50px;
    text-align: center;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
}

#big .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    background: transparent;
    color: white;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
}

#big .input-field:focus {
    background: white;
    color: black;
    border-right: 1px solid #999;
}

#big .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 50%;
    margin-left: 80px;
    margin-top: 30px;
    opacity: 0.8;
    border-radius: 10px;
}

#big .log {
    color: white;
    background-color: transparent;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 5px;
    margin: 0 auto;
    cursor: pointer;
}

#big .log1 {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

#big .login {
    background-color: red;
}

#big .register {
    background-color: red;
}

#big .btn {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
}

#big .btn:hover {
    background-color: #3e8e41
}

#big .cancel {
    display: block;
    font-size: 40px;
    background-color: transparent;
    border: 1px solid #999;
    margin-top: 30px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -30px;
    right: 0px;
    padding: 0px;
    cursor: pointer;
    z-index: 2000;
}

#big .cancel:hover {
    background-color: white;
}

#big .mySlides,
#big .mySlides1 {
    display: none;
    height: 100%;
    z-index: 20;
}

#big img {
    vertical-align: middle;
    height: 100%;
    z-index: 20;
}

#big .slideshow-container {
    width: 60%;
    height: 100%;
    position: relative;
    border-radius: 50px;
    margin-left: 320px;
    color: white;
    z-index: 20;
}

#big .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

#big .active {
    background-color: #717171;
}

#big .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    #big .text {
        font-size: 11px
    }
}

#big #showpas {
    color: white;
    margin-left: 80px;
}