.flex-container{display:flex;min-height:100vh}.main-content{flex:1 1}.blue-sidebar{flex:1 1;background-color:#00b8e7;display:flex;flex-direction:column;position:relative;width:50vh}.sidebar-nav{display:flex;justify-content:space-around;padding:1rem 0;min-width:70%;margin-left:auto}.sidebar-nav a{color:white;text-decoration:none;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.sidebar-nav a:hover{background-color:rgba(255,255,255,.3);border-radius:4px}.carousel-wrapper{width:100%;padding:0 15%;box-sizing:border-box}.carousel-wrapper,.login-carousel{flex:1 1;display:flex;flex-direction:column}.login-carousel{height:100%}.carousel-slide{display:flex;flex-direction:column;height:100%}.carousel-image{flex:1 1;background-size:contain;background-repeat:no-repeat;background-position:50%;min-height:500px}.carousel-caption{text-align:center;padding:20px 0;color:white}.carousel-caption h3{font-size:1.5rem;margin-bottom:1rem}.carousel-caption p{font-size:1rem;margin-bottom:3rem}@media (max-width:768px){.blue-sidebar{display:none}}.logo-container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;max-width:500px;padding:15px 0;margin:0 auto}