﻿.body-login {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}

.carousel-login {
    width: 45%;
    height: 100%;
    background: #F8F7FC;
    position: fixed;
}

.login {
    width: 55%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 2rem 0;
    min-height: 100vh
}

form{
    width:65%;
}

#carouselExampleFade, .carousel-inner, .carousel-item{
    width:100%;
    height:100%;
}

.carousel-item img{
    object-fit:cover;
    width:100%;
    height:100%;
}

.carousel-item{
    position:relative;
}

.carousel-item .text-1, .carousel-item .text-2, .carousel-item .text-3, .carousel-item .text-4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #F8F7FC;

    position:absolute;
    width:100%;
    height:100%;
    padding:2rem;
}

.text-1{
    top:8vh;
}

.text-2 {
    top:20vh;
}

.text-3 {
    top:40vh;
}

.text-4 {
    top:80vh;
}

.section-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-pgn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:2rem;
}

.logo-pgn-login{
    width:10rem;
    justify-self:center;
}

.welcome {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #979797;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:2rem;
}

.welcome-desc span {
    color: #0069B4;
}

.form-login{
    display:flex;
    justify-content:center;
    align-items:center;
}

button {
    width: 100%;
    margin-bottom: 1rem;
}

.dropdown-item-ex {
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #979797;
   
}

.dropdown-item-ex span {
    color: #0069B4;
    cursor:pointer;
}

.dropdown-item-ex:hover {
    color: #979797;
}

.phone {
    display: flex;
    flex-direction: row;
    align-items:center;
}

.phone .space{
    width:20px;
}

ul.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
}