body {
    margin: 0;
}

.signup-main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url("bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.signin-main-wrapper {
    min-height: 100vh;
}

.signup-form-fix {
    min-height: unset !important;
}

.signin-wrapper-lef {
    min-height: 100vh;
}

.signup-main-wrapper-left {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: auto;
}

.signin-form {
    padding: 0 40px 40px;
    padding-left: 85px;
    border-left: 20px solid #FFD101;
    box-shadow: 0px 0px 9px rgba(0, 41, 102, 0.07);
    border-radius: 20px;
    margin: auto;
    width: 480px;
    display: flex;
    flex-direction: column;
}

.signin-form input {
    padding-left: 20px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    max-height: 44px;
    color: #737373;
    border: none;
    outline: none;
    border-radius: 10px;
    border-left: 10px solid #32BAE4;
    width: 100%;
    margin-top: 15px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 41, 102, 0.07);
}

.signin-form input {
    -moz-appearance: textfield;
}

.signin-form input::-webkit-inner-spin-button {
    display: none;
}

.signin-form input :active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.form-group-signup-new {
    position: static !important;
    margin-top: 30px;
}

.signup-title {
    margin-bottom: 40px;
    margin-top: 40px;
    
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    color: #32BAE4;
}

.signup-next {
    margin: auto;
    cursor: pointer;
    border: unset;
    height: 61px;
    line-height: 61px;
    width: 100%;
    color: white;
    background: #32BAE4;
    box-shadow: 0px 0px 9px rgba(0, 41, 102, 0.07);
    border-radius: 10px;

}

@media (max-width: 1010px) {
    .signup-main-wrapper-left {
        width: 100%;
    }
}

@media (max-width: 530px) {
    .signin-form {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 385px) {
    .signin-form {
        padding: 0 10px 10px;
    }
}

@media (max-height: 768px) {

    .signup-title {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .signin-form {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-group-signup-new {
        margin-top: 1rem;
    }

    .signin-form-min input {
        max-height: 35px;
        line-height: 35px;
    }

    .signup-next {
        margin: auto;
    }
}

.title {
    width: 100%;
    text-align: center;
    
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    margin-top: 40px;
    color: #C460C0;

}
.title-text{
    font-weight: 500;
    margin-top: 20px;
    
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
}

.logo-image{
width: 100%;
height: 153px;
background-size: contain;
background-position: center;
background-image: url('Union.svg');
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: auto;
}
.text{
    margin-top: 2rem;
    
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 150%;
/* or 30px */


color: #FFFFFF;
}
.text span{
    font-weight: 500;
}
