﻿.loginArea
{
    padding-bottom: 96px;
}

.loginFormArea {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding: 0 60px;
}
.kvkkCheckboxLabel {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #555;
    font-family: 'Poppins';
}
.kvkkCheckboxLabel {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #555;
    font-family: 'Poppins';
}
    .loginFormArea.sticky-top {
        top: 40px;
    }
.kvkkCheckboxLabel span a {
    color: #343434;
    text-decoration: underline;
}

.loginTitle {
    font-weight: 600;
    line-height: 38px;
    font-size: 30px;
    font-family: 'Poppins';
}

.loginTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.loginDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins';
    color: #344054;
}

.loginLinkArea ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    column-gap: 16px;
}

    .loginLinkArea ul li a {
        font-weight: 500;
        font-family: 'Poppins';
        font-size: 16px;
        line-height: 24px;
        color: #344054;
        text-decoration: none;
        text-underline-offset: 10px;
    }

        .loginLinkArea ul li a.active {
            text-decoration: underline;
            color: #D53316;
        }


.forgotMyPassword {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #555555;
    text-decoration: underline;
    text-underline-offset: 5px;
}

    .forgotMyPassword:hover {
        text-decoration: underline;
        color: #555555;
    }

.loginFormArea form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.loginFormArea .formGroup {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

    .loginFormArea .formGroup p, .loginFormArea .form-check p {
        margin: 0;
        font-size: 14px;
    }

    .loginFormArea .formGroup label {
        font-weight: 500;
        line-height: 20px;
        font-size: 14px;
        font-family: 'Poppins';
        color: #343434;
        margin: 0;
    }

    .loginFormArea .formGroup input {
        padding: 12px 16px;
        border: 1px solid #E6E6E6 !important;
        height: unset;
        border-radius: 8px !important;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        font-family: 'Poppins';
    }

.formCheckAndForgotPassword {
    display: flex;
    flex-wrap: wrap;
    row-gap: .5rem;
    justify-content: space-between;
}
    .formCheckAndForgotPassword .form-check input {
        width: 20px;
        height: 20px;
        margin-left: -1.8rem;
        border: 1px solid #D0D5DD !important;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        border-radius: 4px;
    }   

    .formCheckAndForgotPassword .form-check {
        padding-left: 1.8rem;
        display: flex;
        align-items: center;
    }

        .formCheckAndForgotPassword .form-check input:checked {
            border-color: #d53316 !important;
            background: #d53316;
        }

            .formCheckAndForgotPassword .form-check input:checked::after {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                font-size: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

        .formCheckAndForgotPassword .form-check label {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            font-family: 'Poppins';
        }

.formButtonArea
{
    margin-top: 12px;
}

    .formButtonArea button {
        padding: 12px 24px;
        text-align: center;
        background: #D53316;
        border: 1px solid #D53316;
        border-radius: 6px !important;
        font-weight: 500;
        line-height: 24px;
        font-size: 16px;
        font-family: 'Poppins';
        width: 100%;
        color: #fff;
    }

.passwordInputArea {
    position: relative;
}

.passwordInputEyes {
    width: max-content;
    position: absolute;
    top: 18px;
    right: 1rem;
    cursor: pointer;
}

    .passwordInputEyes svg path {
        fill: #212121;
    }

.loginFormArea .form-check input {
    width: 20px;
    height: 20px;
    margin-left: -1.8rem;
    border: 1px solid #D0D5DD !important;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 4px;
}

.loginFormArea .form-check {
    padding-left: 1.8rem;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .loginFormArea .form-check input:checked {
        border-color: #d53316 !important;
        background: #d53316;
    }

        .loginFormArea .form-check input:checked::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

    .loginFormArea .form-check label {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        font-family: 'Poppins';
    }

        .loginFormArea .form-check label span {
            font-weight: 500;
            color: #D53316;
        }

    @media only screen and (max-width: 1399px)
    {
        .loginFormArea {
            display: flex;
            flex-direction: column;
            row-gap: 32px;
            padding: 0 16px;
        }
    }


    @media only screen and (max-width: 767px)
    {
        .loginPageImage
        {
            display: none;
        }
    }