﻿.lgn-header-box {
    width: 100%;
    padding-bottom:15px;
    background: rgba(26.16, 27.76, 31.88, 0.60);
}

.lgn-main {
    width: 100%;
    background-color: rgba(8, 9, 15, 0.76);
}

.lgn-footer-box {
    width: 100%;
    background: rgba(26.16, 27.76, 31.88, 0.60);
    margin-top: 5%;
}

.lgn-sub-content {
    margin-left: 20%;
    margin-right: 20%;
}

.lgn-main-title {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 50px;
    color: white;
    font-size: 42px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 22px;
    word-wrap: break-word;
}

.lgn-main-message {
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word
}

.lgn-btn-cna {
    width: 320px;
    height: 52px;
    margin: 50px auto;
    padding-top: 11px;
}

.lgn-mdl-content {
    padding-top: 50px;
}

.lgn-spn-lic {
    width: 7px !important;
    height: 17px !important;
    background-color: #00a3f3;
    position: absolute;
}

.lgn-spn-head {
    width: 66px;
    height: 19px;
    margin: 65px 135px 11px 15px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.lgn-spn-content {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.lgn-spn-locic {
    width: 5px !important;
    height: 30px !important;
    background-color: #00a3f3;
    position: absolute;
    margin-top: -15px;
    margin-left: 0px;
}

.lgn-ft-location {
    height: 21px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: -25px;
    margin-left: 15px;
    position: absolute;
}

.lgn-address {
    color: #b1b1b1;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.lgn-address-cr {
    color: white;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.lgn-address-row {
    padding-top: 20px;
}

.lgn-about-area {
    padding-top: 10px;
}

.lgn-nopad-left {
    padding-left: 0px !important;
}

.lgn-nopad-right {
    padding-right: 0px !important;
}

.lgn-flag {
    border-radius: 100%;
    width: 15px;
}

.lgn-login-btn {
    align-items: center;
    border: 1px solid;
    border-color: #007ba7;
    border-radius: 37px;
    overflow: hidden;
    padding: 15px;
    margin-top: 25px;
}

.lgn-person {
    height: 24px;
    min-width: 24px;
    padding-left: 10px;
}

.lgn-login-text {
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}

.lgn-arrow-down {
    padding-left: 5px;
    padding-right: 10px;
}

.lgn-logo {
    margin-top: 30px;
}

.lgn-login-content {
    width: 350px;
    flex-shrink: 0;
    background-color: white;
    padding: 20px 20px 5px 20px;
}

.lgn-label {
    color: #344054;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word
}

.lgn-error-label-show {
    text-align: center;
    color: red;
    display: block;
}

.lgn-error-label-hide {
    display: none;
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b1b1b1;
    }

/* Küçük telefonlar */
@media (max-width: 480px) {
    .lgn-sub-content {
        margin: 0px;
    }

    .lgn-main-title {
        line-height: 42px;
    }

    .lgn-main-message {
        margin: 1%;
        line-height: 30px;
    }

    .lgn-mdl-content {
        padding: 0px;
        margin: 4%;
    }

    .lgn-address-row {
        margin: 1% 1% 0 1%;
    }

    .lgn-about-area {
        text-align: center;
        margin: 5% 0 5% 0;
    }

    .lgn-footer-box{
        margin-top:15%;
    }
}

/* Tabletler */
@media (min-width: 768px) and (max-width: 991px) {
    .lgn-sub-content {
        margin: 0px;
    }

    .lgn-main-title {
        line-height: 42px;
    }

    .lgn-main-message {
        margin: 1%;
        line-height: 30px;
    }

    .lgn-mdl-content {
        padding: 0px;
        margin: 4%;
    }

    .lgn-address-row {
        margin: 1% 1% 0 1%;
    }

    .lgn-about-area {
        text-align: center;
        margin: 5% 0 5% 0;
    }
}

/* Dizüstü ve masaüstü */
@media (min-width: 2560px) {
    .lgn-footer-box {
        position: fixed;
        bottom: 0;
    }
}
