﻿@charset "UTF-8";

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserra/Montserrat-Regular.ttf");
    font-style: normal;
}

@font-face {
    font-family: "myriad-pror";
    src: url("../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF");
    font-style: normal;
}

body {
    background-color: #fff;
    font-family: "Montserrat-Regular";
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

a {
    transition: 0.3s all ease;
}

    a:hover {
        text-decoration: none !important;
    }

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half, .half .container > .row {
    height: 100vh;
}

    .half .background-area img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: auto;
    }

    .half .bg {
        width: 44%;
    }

    .half .contents {
        width: 56%;
    }

        .half .contents .form-group,
        .half .bg .form-group {
            margin-bottom: 0;
            padding: 10px 0px;
            border-bottom: none;
            position: relative;
        }

            .half .contents .form-group label,
            .half .bg .form-group label {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                transition: 0.3s all ease;
            }

            .half .contents .form-group input:focus + label,
            .half .bg .form-group input:focus + label {
                margin-top: -20px;
            }

            .half .contents .form-group.first,
            .half .bg .form-group.first {
                border-top-left-radius: 7px;
                border-top-right-radius: 7px;
            }

            .half .contents .form-group.last,
            .half .bg .form-group.last {
                border-bottom-left-radius: 7px;
                border-bottom-right-radius: 7px;
            }

            .half .contents .form-group label,
            .half .bg .form-group label {
                font-size: 12px;
                display: block;
                margin-bottom: 0;
                color: #b3b3b3;
            }

            .half .contents .form-group.field--not-empty label,
            .half .bg .form-group.field--not-empty label {
                margin-top: -20px;
            }

        .half .contents label,
        .half .bg label {
            margin-bottom: 14.496px;
            font-size: 18px;
        }

        .half .contents .input-area,
        .half .bg .input-area {
            display: flex;
            align-items: center;
            box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.09);
            padding: 21px;
            padding-left: 40px;
            margin-bottom: 34.464px;
        }

            .half .contents .input-area .form-control,
            .half .bg .input-area .form-control {
                border: none;
                padding: 0;
                font-size: 20px;
                border-radius: 0;
                font-family: "Montserrat-Regular";
                font-size: 16px;
                font-weight: 600;
                -webkit-box-shadow: 0 0 0 30px white inset !important;
            }

                .half .contents .input-area .form-control::-webkit-autofilll, .half .contents .input-area .form-control::-webkit-autofill:hover, .half .contents .input-area .form-control::-webkit-autofill:focus, .half .contents .input-area .form-control::-webkit-autofill:active,
                .half .bg .input-area .form-control::-webkit-autofilll,
                .half .bg .input-area .form-control::-webkit-autofill:hover,
                .half .bg .input-area .form-control::-webkit-autofill:focus,
                .half .bg .input-area .form-control::-webkit-autofill:active {
                    -webkit-box-shadow: 0 0 0 30px white inset !important;
                }

            .half .contents .input-area .user-name,
            .half .bg .input-area .user-name {
                font-weight: 800;
            }

            .half .contents .input-area hr,
            .half .bg .input-area hr {
                height: 18px;
                background-color: #636363;
                width: 1px;
                margin: 0px 31px;
            }

    .half .bg {
        background-size: cover;
        background-position: center;
    }

    .half .contents .mobile-title {
        display: none;
    }
    .half .contents .mobile-title h3 {
        color: #405189 !important;
    }

    .half .contents .title {
        color: #405189;
        margin-bottom: 53.28px;
        font-family: "myriad-pror";
    }

        .half .contents .title b {
            font-weight: 700;
        }

    .half .contents form .btn {
        background-color: #405189;
        border: 0px;
        font-weight: 700;
        font-size: 18px;
        border-radius: 4px;
        box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.09);
        width: 100%;
    }

    .half .contents form .text-muted {
        margin-top: 46px;
        color: #9c9c9c !important;
        font-size: 17.45px;
    }

        .half .contents form .text-muted b {
            font-weight: 800;
        }

    .half .contents form .form-control:focus {
        border-color: inherit;
        box-shadow: none;
    }

    .half a {
        color: #888;
        text-decoration: underline;
    }

    .half .btn {
        height: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .half .forgot-pass {
        position: relative;
        top: 2px;
        font-size: 18px;
        color: #405189;
        text-decoration: none;
    }

.ml-auto {
    margin-left: auto !important;
}

.scale {
    zoom: 0.8;
}

.control--checkbox {
    display: flex;
    align-items: center;
}

    .control--checkbox input[type=checkbox] {
        position: relative;
        margin-right: 10px;
        line-height: 14px;
        font-size: 25px;
        cursor: pointer;
        box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.09);
    }

        .control--checkbox input[type=checkbox]:before {
            position: absolute;
            top: -8px;
            left: -1px;
            content: "";
            height: 29px;
            width: 29px;
            border: 1px solid transparent;
            background: white;
        }

        .control--checkbox input[type=checkbox]:checked:before {
            background-image: url("../images/login/icon/tick-icon.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 70% 60%;
            color: red;
            font-family: "Times New Roman", Times, serif;
        }

        .control--checkbox input[type=checkbox]:hover:before {
            border: 1px solid white;
        }

    .control--checkbox label {
        margin-bottom: 0px !important;
        margin-left: 14px;
        font-size: 18px;
        line-height: 14px;
    }

    .control--checkbox input[type=radio] {
        position: relative;
        margin-right: 10px;
        line-height: 14px;
        font-size: 35px;
        cursor: pointer;
    }

        .control--checkbox input[type=radio]:before {
            position: absolute;
            top: -1px;
            left: -1px;
            height: 15px;
            width: 14px;
            padding-left: 1px;
            border-radius: 100%;
            border: 1px solid red;
            background: red;
        }

        .control--checkbox input[type=radio]:checked:before {
            content: "•";
            color: red;
        }

        .control--checkbox input[type=radio]:hover:before {
            border: 1px solid red;
        }

.password-input {
    position: relative;
    display: flex; /* Flexbox kullanarak içerikleri yatay hizala */
    align-items: center; /* Dikey hizalama ortala */
    align-items: center;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.09);
    padding: 28px;
    padding-right: 18px;
    padding-left: 40px;
    margin-bottom: 34.464px;
    position: relative;
    width: 100%;
}

    .password-input hr {
        height: 18px;
        background-color: #636363;
        width: 1px;
        margin: 0px 31px;
    }

    .password-input #iconContainer,
    .password-input #iconContainerDefault {
        gap: 6px;
        position: absolute;
        left: 130px;
        top: 32px;
        max-width: 300px;
        display: flex;
        overflow: scroll;
        z-index: -1;
    }

        .password-input #iconContainer::-webkit-scrollbar,
        .password-input #iconContainerDefault::-webkit-scrollbar {
            display: none; /* Chrome, Safari ve Opera için */
        }

    .password-input::-webkit-autofilll, .password-input::-webkit-autofill:hover, .password-input::-webkit-autofill:focus, .password-input::-webkit-autofill:active,
    .password-input::-webkit-autofilll,
    .password-input::-webkit-autofill:hover,
    .password-input::-webkit-autofill:focus,
    .password-input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

    .password-input #show-icon {
        /*margin-left: auto;*/
        position: absolute;
        right: 15px;
    }

    .password-input input {
        padding-right: 30px;
        border: 0px;
        width: 90%;
        border: none;
        padding: 0;
        font-size: 16px;
        border-radius: 0;
        font-family: "Montserrat-Regular";
        font-size: 20px;
        font-weight: 600;
        border: 0px;
        outline: none;
        background-color: transparent;
    }

        .password-input input:active {
            border-color: inherit;
            box-shadow: none;
            border: 0px;
            border: 0px;
            outline: none;
        }

        /*.password-input input::-webkit-scrollbar {
            display: none;
        }*/

.password-area {
    /*   width: 300px;*/
    width: 80%;
}

.password-icons {
    display: flex; /* Flexbox kullanarak ikonları yatay hizala */
    gap: 5px; /* İkonlar arasındaki boşluk */
}

    .password-icons img {
        width: 20px;
        height: 20px;
    }

@media (max-width: 1750px) {
    .password-input #iconContainer,
    .password-input #iconContainerDefault {
        max-width: 200px;
    }

/*    .password-area {
        width: 200px;
    }*/

    #iconContainerDefault,
    #iconContainer {
        width: 200px;
    }
}

@media (max-width: 1400px) {
/*    .password-area {
        width: 150px;
    }*/

    #iconContainerDefault,
    #iconContainer {
        width: 150px;
    }

    .password-input #iconContainer,
    .password-input #iconContainerDefault {
        max-width: 150px;
    }

    .password-input input {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .half .contents,
    .half .bg {
        width: 100%;
    }

        .half .contents label {
            font-size: 14px;
        }

        .half .contents .input-area {
            padding: 14px;
        }

    .contents .input-area,
    .bg .input-area {
        padding-left: 20px !important;
    }

        .contents .input-area hr,
        .bg .input-area hr {
            margin: 0px 20px !important;
        }

    .password-input {
        padding-left: 20px;
        padding: 20px;
    }

        .password-input hr {
            margin: 0px 20px;
        }

        .password-input #iconContainer,
        .password-input #iconContainerDefault {
            max-width: 100px;
            left: 90px;
            top: 23px;
            gap: 3px;
        }

        .password-input input {
            /* max-width: 100px;*/
            width: 82%;
        }

    .half .contents,
    .half .bg {
        width: 100%;
    }

    .half .btn {
        font-size: 14px !important;
    }

    .half .forgot-pass {
        font-size: 14px;
    }
 

    .control--checkbox input[type=checkbox]:checked:before {
        top: -4px;
        left: -1px;
        height: 24px;
        width: 24px;
    }

    .contents .title {
        margin-bottom: 23.28px;
    }

    .contents form .text-muted {
        margin-top: 26px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .scale {
        zoom: 0.7;
        padding: 0px 50px 0px 50px;
    }
    .half .btn {
        height: 70px;
    }
    .password-area {
        /* width: 200px;*/
        width: 90%;
    }

    #iconContainerDefault,
    #iconContainer {
        max-width: 200px !important;
    }

    .half .contents,
    .half .bg {
        width: 100%;
    }

        .half .contents .mobile-title {
            text-align: center;
            display: block;
            margin-bottom: 140px;
            color: #405189!important;
        }

            .half .contents .mobile-title b {
                font-weight: 800;
            }

            .half .contents .mobile-title h3 {
                font-size: 20px;
            }

    .contents .title {
        margin-bottom: 23.28px !important;
    }

    .contents form .text-muted {
        margin-top: 16px !important;
        font-size: 14px !important;
    }

    h3, .h3 {
        font-size: 1.35rem;
    }

    .half .contents .input-area .form-control, .half .bg .input-area .form-control {
        font-size: 16px !important;
    }
}
/*# sourceMappingURL=style.css.map */
