.logins-left-container {
    width: 40%;
}
@media screen and (max-width: 1500px) {
    .logins-left-container {
        width: 60%;
    }
}
@media screen and (max-width: 992px) {
    .logins-left-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .logins-left-container {
        width: 80%;
    }
}

.logins-textbox {
    width: 100%;
    border: none;
    border-radius: 16px;
    background-color: #F0EDFF; 
    padding: 16px 20px 16px 45px;
}
.textbox-image-container {
    position: relative;
}
.textbox-image {
    position: absolute;
    top: 17px;
    left: 12px;
}
.logins-textbox:focus {
    outline: none;
    box-shadow: 0px 0px 6px 4px hsl(97, 98%, 25%, .5);
}

.logins-button {
    background-color: #307D01;
    border: none;
    color: white;
    padding: 16px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 15px;
}
.logins-secondary-button {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #525252;
    background-color: #BDDBBE;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 18px;
}

.hero-image {
    height: 100vh;
    background-image: url("../images/logins.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-sub-container {
    height: 70%;
    width: 60%;
    background-color: hsl(0, 0%, 99%, .1);
    border: .05px solid hsl(0, 0%, 99%);
    border-radius: 46px;
    backdrop-filter: blur(10px);
}
@media screen and (max-width: 1500px) {
    .hero-sub-container {
        width: 80%;
    }
}
@media screen and (max-width: 1000px) {
    .hero-sub-container {
        width: 90%;
    }
}
.hero-title {
    font-size: 50px;
    color: white;
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 1000px) {
    .hero-title {
        font-size: 40px;
    }
}

.logins-image-container {
    position: relative;
}
.logins-left-shadow {
    position: absolute;
    width: 13%;
    height: 100%;
    background: hsl(0, 0%, 20%, .3);
    top: 0;
}
.logins-left-shadow {
    left: 0;
}
@media screen and (max-width: 1500px) {
    .logins-left-shadow {
        width: 5%;
    }
}

.hero-sub-container {
    position: relative;
}
.lightning-icon {
    position: absolute;
    background-image: url("../images/lightning-icon.svg");
    width: 79px;
    height: 79px;
    left: -40px;
    bottom: 120px;
}

/* Topbar */

.bg-topbar {
    background-color: #F0EDFF !important;
}

.homepage-logo {
    height: 80px;
    width: auto;
}

.homepage-enroll-btn, 
.homepage-enroll-btn:hover,
.homepage-enroll-btn:focus {
    color: #245C00 !important; 
    background-color: #CFFFDA !important;
    border: 1px solid #245C00 !important;
}

/* Homepage */
.homepage-hero {
    min-height: 89vh;
    background-image: url("../images/logins.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.homepage-container {
    min-height: 80vh;
    height: 100%;
}
.homepage-center {
    width: 80%;
    background-color: hsl(0, 0%, 99%, .1);
    border: .05px solid hsl(0, 0%, 99%);
    border-radius: 46px;
    backdrop-filter: blur(10px);    
}
.homepage-center-top {
    height: 90%;
}
.homepage-center-bottom {
    height: 10%;
}
.course-image-1 {
    margin-right: 100px;
}
.course-image-2 {
    margin-right: 80px;
}
.course-image-3 {
    margin-left: 40px;
}

@media screen and (max-width: 1200px) {
    .course-image-1,
    .course-image-2,
    .course-image-3 {
        margin: 0;
        height: 60px;
    }
}

@media screen and (max-width: 992px) {
    .homepage-center {
        width: 95%;
    }
    .course-image-1,
    .course-image-2,
    .course-image-3 {
        height: 40px;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .course-image-1,
    .course-image-2,
    .course-image-3 {
        height: 25px;
    }
}

.enroll-now-button {
    display: inline-block;
    border: none;
    background-color: #1B4303;
    color: white;
    font-size: 23px;
    font-weight: 500;
    padding: 12px 85px;
    border-radius: 16px;
    text-decoration: none;
}

.bg-body {
    background-color: hsl(0, 0%, 90%) !important;
}

@media screen and (min-width: 768px) {
    .w-md-80 {
        width: 80%;
    }
    .w-md-50 {
        width: 50%;
    }
}
.card-border {
    border: .5px solid hsl(0, 0%, 80%);
}
.ieti-color {
    color: #307D01;
}