body {
    background-color: var(--body-color);
    background-image: url("/img/companies/roobit/login_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: none;
}

#signupForm #pills-tab {
    background: rgba(15, 18, 51, 0.90) !important;
}
fieldset {
    max-width: 600px;
    border-radius: 21px;
    flex-direction: column;
    align-items: flex-start;
    padding: 91.3px 100px;

}
#msform fieldset:not(:first-of-type) {
    display: none;
}

.btn-devam-et {
    height: 63px;
}

#signupForm .qrImage {
    width: 218px;
}
.field-icon {
    float: right;
    position: relative;
    z-index: 2;
    top: -37px;
    right: 15px;
}

.span-kod-gelmedi-mi {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.79;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.span-sifremi-unuttum{
    text-decoration: underline;
}

#inputEmailPassword-error {
    position: absolute;
    bottom: -25px;
}

#signupForm #inputEmailPassword,
#signupForm #inputPhonePassword {
    border-right: 0.4px solid transparent !important;
}

.socialMediaIcon{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.socialMediaIcon:hover {
    filter: invert(35%) sepia(13%) saturate(10000%) hue-rotate(66deg) brightness(100%) contrast(100%);
}

.scroll-container {
    transform: none;
}

@media screen and (max-width: 480px) {
    body{
        background-image: unset;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    fieldset {
        padding: 50px 20px;
        width: 100%;
        background: none;
     
    }
    .scroll-container{
        transform: translateY(-60px);
    }
    .fieldset-webmobile {
        padding: 50px 20px;
        width: 108%;
        background: none;
    }
    .customWrapper button {
        background: rgba(15, 18, 51, 0.90) !important;
    }
    .tab-style2.nav-pills .nav-link{
        padding: unset !important;
        border-radius: 12px !important;
        width : 100px;
    }
    #inputUsername,
    #inputEmailPassword,
    #InputPhoneNumber,
    #InputPhonePassword,
    .input-group-textbox2 {
        /* background: rgba(15, 18, 51, 0.90) !important; */
        box-shadow: none !important;
        height: 56px;
    }
    #signupForm .qrImage {
        width: 200px;
    }
    .loginButton{
        /* height:56px; */
        color:black;
        font-size:16px;
    }
    .div-fieldset {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .div-fieldset .area-backcolor {
        padding: 91.3px 19px !important;
        background-color: var(--port-gore);
    }

    #firstFieldset {
        min-height: 550px;
    }

    .customRegisterWrapper {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 35px;
    }

    .customRegisterRow {
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .customWrapper {
        text-wrap:wrap;
        width: 33.3%;
    }

    .customWrapper button {
        width: 100%;
        padding: 6px 10px;
    }

} 