﻿.login-page-area {
    height: 100vh;
    max-height: 100%;
}

    .login-page-area > .row {
        height: 100%;
        align-items: center;
    }


.login-section {
    padding: 5rem 5rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-area {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.login-page-title-area .login-page-title {
    font-size: 42px;
    font-family: 'Inter';
    color: #212121;
}

.login-page-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.giris-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #212121;
}

.giris-alani {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

input::placeholder {
    color: rgba(102, 112, 133, 1) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: left !important;
}

input {
    border-radius: 4px !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    color: rgba(102, 112, 133, 1);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: left !important;
}

.form-control:focus {
    border: 1px solid rgba(234, 237, 238, 1) !important;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset !important;
}

.sifre {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(52, 64, 84, 1);
}

.sifre-alani {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-page-title-main {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #212121;
    font-family: Roboto;
}

.login-page-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #212121;
    font-family: 'Roboto';
}

.login-page-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #626262;
    font-family: 'Roboto';
}

.login-page-form-area form {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.login-page-form-input-area .form-group {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.login-page-form-input-area {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.medya-card {
    border-radius: 8px;
    border: 0.75px solid rgba(228, 231, 236, 1);
    background-color: rgba(252, 252, 253, 1);
    padding: 24px;
}

.sosyal-giris {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 16px;
}

.sosyal-title {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sosyal-detay {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(102, 112, 133, 1);
}

.veya {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(71, 84, 103, 1);
}

.login-page-form-submit-button button {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    background-color: #00B8A9;
    border: 1px solid #00B8A9;
    width: 100%;
    padding: 1rem 24px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    font-family: 'Roboto';
}

.login-page-register-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.login-page-register-title {
    font-family: 'Baloo Paaji 2';
    font-size: 19px;
    font-weight: 700;
    line-height: 23.89px;
    color: #151515;
}

.login-page-register-link a {
    font-size: 14px;
    font-weight: 500;
    line-height: 23.89px;
    text-decoration: none;
    color: #444444;
}


.login-page-form-input-area .form-group label {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    color: #151515;
    font-family: 'Roboto';
}

.login-page-form-input-area .form-group input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 12px 16px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    font-family: 'Roboto';
}

.login-page-form-input-area .form-check {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    user-select: none;
}

    .login-page-form-input-area .form-check label {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        color: #444444;
        font-family: 'Roboto';
    }

    .login-page-form-input-area .form-check input {
        width: 20px;
        height: 20px;
        border: 1px solid #D0D5DD;
        border-radius: 4px;
        margin-top: 0;
        box-shadow: none;
        outline: none;
    }

        .login-page-form-input-area .form-check input:checked {
            background-color: #00B8A9 !important;
            outline: none;
            box-shadow: none;
            border: 1px solid #00B8A9 !important;
        }

.login-page-form-submit-button {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.giris-title.active {
    border-bottom: 2px solid rgba(247, 190, 25, 1) !important;
}

.login-page-image, .login-page-image img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .login-page-image {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .sosyal-giris {
        justify-content: center;
    }

        .sosyal-giris img {
            width: 130px;
        }
}

.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        padding: 10px 15px;
        cursor: pointer;
        color: #495057;
        font-family: 'Roboto';
    }

        .nav-tabs .nav-link.active {
            color: #00B8A9;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

.tab-content .tab-pane {
    display: none;
}

    .tab-content .tab-pane.active {
        display: block;
    }

/*.form-group {
    margin-bottom: 1rem;
}*/

.login-button {
    color: #00B8A9 !important;
    background-color: #f3f3f3 !important;
}

.password-input-container {
    position: relative;
}

    .password-input-container .form-control {
        padding-right: 45px;
    }

    .password-input-container .password-toggle-btn {
        position: absolute;
        right: 0px;
        top: 10px;
        height: 100%;
        width: 40px;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
    }

    .password-input-container .password-toggle-btn-reset {
        position: absolute;
        right: 0px;
        top: 4px;
        height: 100%;
        width: 40px;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
    }

    .password-input-container .password-toggle-btn:focus {
        outline: none;
    }

    .password-input-container .password-toggle-btn i {
        font-size: 1rem;
    }
