.main-content{
    background-image: url("../../images/login/login-signup-background.jpg");
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.role-select-div{
    border: 1px solid #B5B5B5;
    border-radius: 36px;
    display: flex;
    padding: 5px;
}

.role-select{
    color: white;
    font-family: Nunito;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 5px 15px;
    cursor: pointer;
}

.role-select.selected{
    background-color: white;
    border-radius: 35px;
    color: #393939;
    font-family: Nunito;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.signup-card{
    width: 80%;
    max-width: 960px;
    height: 80%;
    max-height: 770px;
    background-color: white;
    border-radius: 44px;
    padding: 10px;
    display: flex;
    position: relative;
}

.image-div{
    flex: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 42px;
    background-color: #F7EAF8;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.main-logo{
    width: 110px;
    position: absolute;
    left: 20px;
}

.avatar-bubble{
    position: absolute;
    border-radius: 50%;
    border: 1px solid #5E17EB;
    overflow: hidden;
    z-index: 2;
}

.avatar-bubble img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.avatar-1-img{
    z-index: 2;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.avatar-2-div{
    right: 10px;
    top: 40%;
}

.avatar-3-div{
    left: 30px;
    top: 60px;
}

.form-div{
    flex: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}

.eclipse{
    background: #FFFFFF;
    filter: blur(14.2px);
    height: 245px;
    width: 245px;
    border-radius: 50%;
    position: absolute;
    right: 19%;
    top: 5%;
}

.info-div{
    background-color: white;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    bottom: 20px;
    padding: 10px 20px;
    z-index: 3;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #393939;
}

.form-title{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #393939;
    margin-bottom: 30px;
}

.signup-form{
    width: 85%;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0px 5px;
}

.signup-form::-webkit-scrollbar {
    display: none;
}

.signup-form label{
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #393939;
}

.signup-form input{
    background-color: #EEEEEE !important;
    border-radius: 12px;
    font-size: 14px;
    height: 44px;
}

.signup-form:not(.was-validated) input{
    border: none;
}

::-webkit-input-placeholder {
    font-size: 14px;
}

:-moz-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14x;
}

.direct-to-log-in-div{
    color: white;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    bottom: -32px;
    right: 0px;
}

.go-log-in-link{
    color: white;
    font-weight: 600;
}

.go-log-in-link:hover{
    color: white;
}

#international-number-input{
    border-radius: 12px;
    height: 44px;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
}

#international-number-input .input-group-btn{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#international-number-input .dropdown-toggle{
    height: 100%;
    background-color: #EEEEEE;
    border: none;
    color: #393939;
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    box-shadow: none;
}

#international-number-input .input-group-addon{
    border-left: none!important;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #393939;
    border-right: 1px solid #00000080;
    height: 70%;
}

#international-number-input .form-control{
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}

#international-number-input .dropdown-menu.scrollable-menu{
    width: 95%;
}

.visibility, .visibility1{
    position: absolute;
    top: 47px;
    right: 20px;
    cursor: pointer;
}

.visibility .material-icons, .visibility1 .material-icons{
    font-size: 18px;
    color: #00000080;
}

.visibility .material-icons.hide, .visibility1 .material-icons.hide{
    display: none;
}

.agree-term{
    font-size: 14px!important;
    font-weight: 400px;
    display: flex;
    align-items: center;
}

.agree-term #terms{
    height: 21px;
    width: 21px;
    margin-right: 10px;
}

.agree-term a{
    color: #5e17eb
}

.signup-btn{
    background: #5E18EB;
    border-radius: 12px;
    border-color: #5E18EB;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.signup-btn:hover, .signup-btn:focus, .signup-btn:disabled{
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.registration-complete-page{
    width: 100vw;
    height: 100vh;
    background-color: #5e17eb;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.registration-complete-page .logo-img{
    width: 15%;
}

.registration-complete-page .text-div{
    font-size: 20px;
    font-weight: 200;
    width: 40%;
    text-align: center;
}