.error {
    color: #ee315f;
}



.intro-container{
    height: 100% !important; 
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.title{
    font-size: 3rem;
    line-height: initial;
    color: white !important; 
}

.intro{
    width: 60% !important;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: linear-gradient(-45deg, rgba(31,173,159,1) 0%, rgba(112,35,147,1) 100%);
}

.intro-full {
    width: 100% !important;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: linear-gradient(-45deg, rgba(31,173,159,1) 0%, rgba(112,35,147,1) 100%);
}

.intro-content{
    width: 80% !important;
    margin-right: 0px !important;
    color: white !important; 
    

}

.intro-full p {
    color: white !important;
    font-size: 16px;
}

.intro-full a {
    color: #91EAE1;
}

.intro-full a:hover {
    text-decoration: underline!important;
}

.intro-content p {
    color: white !important;
}

.intro-content a {
    color:#91EAE1;
}
.intro-content a:hover {
    text-decoration: underline !important;
}

.logo{
    width: 140px;
    margin-bottom: 2rem;
}

.login-wrapper {
    width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container{
    background-color: #FFFFFF;
    padding: 3rem;
    border-radius: 8px;
    width: auto !important;
    min-width: 500px;
}

.login-content{
    margin: auto !important;

}

input{
    border: 1px solid #bbbbbb !important;
    border-radius: 5px  !important;
    min-height: 42px;
    margin-bottom: 0.5rem;
}

select{
   border: 1px solid #bbbbbb !important;
    border-radius: 5px  !important;
    min-height: 42px; 
}

.btn{
    border-radius: 8px !important;
    text-transform: uppercase;
    font-size: 1rem  !important;
    

}
.btn-login{

    background-color: #702393 !important;
    padding: 0.85rem 2.5rem  !important;


}

.register-btn{
    margin-top: 20px;
    background-color: #91EAE1 !important;
    padding: 0.85rem 2rem  !important;
    font-weight: 700;
}

.forgot-pass{
    color:#11144c;
    text-decoration: underline;
}

p{
    margin-bottom: 0.5rem !important;
}


/* Register Page Styles*/

.form-group{

margin-bottom: 1rem !important;

}

.benefits-section{
justify-content: center !important;
width: 36% !important;
display: flex !important;
background: rgb(31,173,159);
background: linear-gradient(-45deg, rgba(31,173,159,1) 0%, rgba(112,35,147,1) 100%);
}

.benefits-content{
    width: 80% !important;
    margin-right: 0 !important;
    margin-top: 30%;
    
}

.title-benefits{
    font-size: 4rem;
    color: #FFFFFF !important;
    margin-bottom: 0rem;
}

.p-benefits{
    font-weight: 400;
    font-size: 24px;

    text-align: left;
    color: #91eae1;
}

.btn-next{
    background-color: #702393 !important;
    padding: 0.85rem 2.5rem  !important;
}

.footer{
    background-color: white;
}

.gdpr-logo{
    height: 50px;
    width: auto;
}

.register-wrapper{
    margin-bottom: 3rem;
    width: 64% !important;
}

.register-container{
    max-width: 80% !important;
}

label {
    color: white;
}

* {
    box-sizing: border-box;
}

h1 {
    text-align: center;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 2px solid #777777;
    border-radius: 50%;
    display: inline-block;
}

    .step.active {
        border: none;
        background-color: #702393;
    }

.map_canvas {
    float: left;
    margin: 0;
    width: 100%;
    height: 300px;
    border: solid 1px #ececec;
    position: relative;
    opacity: 1;
}

.error {
    font-weight: bold;
    color: red;
}

.tab .nav-tabs .nav-item .active {
    color: #fff !important;
    background-color: #702393;
    font-weight: 900 !important;
}

.tab .nav-tabs .nav-item .nav-link:hover {
    background-color: #1fad9f;
}

.success-body {
    background: linear-gradient(-45deg, rgba(31,173,159,1) 0%, rgba(112,35,147,1) 100%);
    justify-content: center !important;
}

.success-wrapper {
    width: auto !important;
}

.success-content {
    max-width: 790px;
    text-align: center !important;
    margin-left: 0 !important;
}

    .success-content a {
        color: #91EAE1 !important;
    }

.success-title {
    font-size: 5rem;
    color: white !important;
    text-align: center !important;
}

.success-p {
    font-size: 2rem;
    color: #91EAE1 !important;
    text-align: center !important;
}

/* RESPONSIVE STYLE */


@media screen and (max-width: 768px), screen and (max-width: 1024px) {
    .intro{
        width: 100% !important;
        padding: 4rem 0;
        margin: 0 !important;

    }

    .intro-content{
        text-align: left !important;
    }

    .title{
        font-size: 3rem;
    }

    .login-wrapper{
        width: 100% !important;
    }

    .login-container{
        width: 100% !important;
    }

    /* REGISTER*/

    .benefits-content{
        margin: 3rem !important;
        text-align: left !important;
    }

    .title-benefits{
        font-size: 3rem;
    }

    .p-benefits{
        font-size: 18px;
    }

   
}

@media screen and (max-width: 375px) {

    .intro{
        padding: 0 !important;
        
    }

    .title{
        font-size: 2.5rem;
    }

    

    .login-container{
        max-width: 100% !important;
        min-width: 0;
    }

    

}