header,
footer {
    display: none !important;
}

#login {
    position: relative !important;
    height: 100vh;
    background-color: rgb(255, 255, 255);
}

#login .container-fluid {
    padding: 0px;
    z-index: 1 !important;
    height: 100% !important;
    position: relative !important;
}

#login .row {
    height: 100% !important;
    margin: 0px;
}

.background {
    background: linear-gradient(45deg, rgba(0, 58, 95, 1) 100%, rgba(15, 139, 218, 1) 0%);
    padding: 0px !important;
}

.background .backgroundElements {
    margin-top: 100px !important;
    margin-left: 70px !important;
}

.backgroundElements a {
    display: inline-block;
}

.backgroundElements .icon-left {
    padding: 0px;
    font-size: 10px;
    color: white;
    line-height: 40px;
    float: left;
}

.backgroundElements .icon-home2 {
    font-size: 20px;
    line-height: 35px;
    margin-left: 3px;
    color: white;
}

.background .backgroundText {
    margin-top: 10% !important;
    text-align: left !important;
    color: white;
    width: 80% !important;
    display: table;
    width: initial;
    margin: auto;
}

.backgroundText .slogan1 {
    font-size: 40px;
    font-weight: 500;
}

.backgroundText .slogan2 {
    font-size: 25px;
    font-weight: 300;
}

.serenayLogo {
    position: absolute !important;
    margin-left: 70px !important;
    bottom: 80px !important;
    color: white;
}

.serenayLogo img {
    width: 100px;
}

.serenayLogo span {
    font-size: 12px;
}

.girisForm {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.girisForm .content {
    width: 100% !important;
}

.girisForm .loginContent {
    width: 50% !important;
    display: table;
    width: initial;
    margin: auto;
}

.girisForm .fırmaLogo {
    display: table;
    width: initial;
    margin: auto;
    width: 80%;
    height: 80px;
}

.loginContent .title {
    text-align: center;
}

.loginContent .title p:first-child {
    font-weight: 400;
    color: #10bb0b;
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.loginContent .title p:last-child {
    font-weight: 700;
    color: #10bb0b;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
}

.loginContent .btnLogin {
    border: none !important;
}

.mobileHome .langue {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
}

.mobileHome .langue ul {
    display: flex !important;
    margin-left: auto !important;
    float: right !important;
}

.mobileHome .langue ul li {
    margin-right: 5px;
}

.mobileHome .langue ul li img {
    border-radius: 50% !important;
}

.form {
    margin-top: 25px;
    margin-bottom: 15px;
}

.singUp {
    text-align: center;
    margin-top: 25px;
    color: #10bb0b;
}

.singUp-text {
    font-size: 18px !important;
}

.singUp-button {
    margin-top: 20px;
}

.singUp .singUp-button a {
    width: 20%;
    font-size: 12px;
    white-space: nowrap;
    padding: 15px;
    line-height: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.singleLine2 {
    border: solid 1px #10bb0b;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .3px;
    color: #10bb0b;
}

.singleLine2:hover {
    background-color: #10bb0b !important;
    color: #fff !important;
}


@media screen and (max-width: 500px) {

    .col-lp-w-form {
        width: 90% !important;
    }
}

@media screen and (min-width: 1300px) {
    .loginContent {
        zoom: 80%;
    }
}

@media screen and (min-width: 1800px) {
    .loginContent {
        zoom: 100%;
    }
}

.girisForm .kayipSifre {
    color: var(--textColor);
    font-weight: 500;
    white-space: nowrap;
    font-size: 11px;
    float: right;
}

.form-control {
    width: 100%;
    padding: 0px 15px;
    color: var(--text);
    line-height: 2.8;
    border-radius: var(--radius);
    text-indent: 15px;
    font-size: 14px;
}

.form-group {
    padding: 0px 15px;
}

.girisYap {
    width: 100%;
    display: block;
    color: white;
    font-size: 14px;
    padding: 15px;
    background-color: var(--success);
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;}

.singUp-text {
    color: var(--textColor);
}

.girisForm .registerButton {
    color: var(--success);
    padding: 0px 15px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    border: solid 1px var(--success);
    background-color: transparent;
    width: 22% !important;
    display: table;
    margin: auto;
    border-radius: 5px;
}

.girisForm .registerButton:hover {
    background-color: var(--success);
    color: white;
}

@media screen and (max-width: 992px) {
    .girisYap {
        line-height: 15px;
    }

    #login {
        display: flex;
        align-items: center;
        background-color: var(--primaryColor);
        height: calc(100vh - 50px);
        min-height: calc(100vh - 50px) !important;
        overflow: hidden;
        padding-bottom: 15%;
    }

    #login:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../../img/girisBg.jpg?v=2);
        opacity: .7;
    }

    .girisForm {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        height: fit-content;
    }

    .girisForm .kayipSifre {
        color: white;
        font-weight: 500;
        white-space: nowrap;
        font-size: 11px;
        float: right;
    }

    #login .container-fluid {
        height: auto !important;
    }

    #login .container-fluid {
        z-index: 2 !important;
    }

    .col-sm-zoom85 {
        zoom: 85%;
    }

    .background {
        display: none !important;
    }

    .girisFormn {
        display: block !important;
        padding-top: 15px !important;
    }

    .girisForm .loginContent {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    .girisForm .content {
        width: 86% !important;
        display: table;
        margin: auto;
        padding: 7% 6%;
        background-color: rgba(255, 255, 255, .1);
        backdrop-filter: blur(7.1px);
        -webkit-backdrop-filter: blur(6.1px);
        border-radius: 15px;
        border: solid 1px rgba(255, 255, 255, .3);
    }

    .girisForm .registerButton {
        color: white;
        border-radius: var(--radius);
        padding: 0px 15px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 500;
        border: solid 1px rgba(255, 255, 255, .4);
        background-color: rgba(255, 255, 255, .1);
        width: 50% !important;
        display: table;
        margin: auto;
    }

    .girisForm .registerButton:hover {
        background-color: var(--success);
    }

    .girisForm .singUp-text {
        color: white;
    }

    .girisForm .fırmaLogo {
        height: auto !important;
    }

    .loginContent .title {
        text-align: left;
    }

    .mobileHome {
        text-align: left;
        padding-left: 3px !important;

    }

    .mobileHomeButton {
        display: flex !important;
    }

    .mobileHome .mobileHomeButton .icon-left2 {
        line-height: 28px !important;
        font-size: 10px;
        padding: 0px;
        color: #525252 !important;
    }

    .mobileHome .mobileHomeButton .icon-home2 {
        font-size: 25px !important;
        line-height: 24px;
        margin-left: 3px;
        color: #525252 !important;
    }

    .mobileHome .langue {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
    }

    .mobileHome .langue ul {
        padding-right: 3px !important;
    }

    .form {
        margin-top: 30px !important;
    }

    .singUp-text {
        font-size: 15px !important;
    }

    .singUp-button {
        margin-top: 25px !important;
    }

    .singUp-button a {
        width: 50% !important;
        line-height: 8px !important;
    }

    .loginContent .form-control {
        border-radius: var(--radius);
        line-height: 45px;
        font-size: 14px;
        color: var(--textColor);
        border: none !important;
        background-color: #ffffffa8 !important;
        outline: none;
        box-shadow: none;
        text-indent: 15px;
        transition: 0.3s;
    }

    .loginContent .form-control:hover {
        border-radius: var(--radius);
        color: var(--textColor);
        background-color: white !important;
    }

    .loginContent input:-webkit-autofill,
    .loginContent input:-webkit-autofill:hover,
    .loginContent input:-webkit-autofill:focus,
    .loginContent input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px transparent inset !important;
        -webkit-text-fill-color: var(--textColor) !important;
    }

    #girisForm .kayipSifre {
        color: white !important;
    }

    .loginContent .langue {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .loginContent .langue ul {
        display: flex;
        float: right;
        margin-left: auto;
    }

    .loginContent .langue ul li {
        margin-left: 7px;
    }

    .loginContent .langue ul li img {
        border-radius: 100%;
    }

    .loginContent .title p:first-child {
        color: #fff;
    }

    .loginContent .title p:last-child {
        color: #fff;
    }

    #girisForm .field-icon {
        margin-top: -28px !important;
    }

}

@media screen and (min-height:600px) {
    #login {
        min-height: 100vh;
    }
}