﻿* {
    margin: 0px;
    padding: 0px;
    font-family: "Ubuntu", sans-serif;
    box-sizing: border-box;
}

.all-con {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-con {
    margin: 10px;
    width: 1200px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

@media (max-width: 1200px) {
    .home-con {
        width: 100%;
    }
}

.homes-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 200px;
    padding-top: 20px;
    border-bottom: 1px solid #eeeeee;
}

.short-line {
    width: 200px;
    height: 1px;
    background-color: rgb(25, 25, 253);
}

.all-home {
    width: 100%;
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.home-giris-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 12px;
    width: 95%;
}

.textInps-parrent {
    width: 400px;
    height: 58px;
    margin: 10px 10px 15px 10px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 1px;
}


.inps-all-parrent {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 60px 10px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
}

.sifremi-unuttums-div {
    width: 100%;
    display: flex;
    justify-content: end;
}

.text-inp {
    border: 1px solid #aaa;
    border-radius: 6px;
    font-size: 18px;
    padding-left: 5px;
    padding-left: 5px;
    outline: none;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s;
}

.inps-info-wa {
    position: absolute;
    top: 16px;
    left: 6px;
    color: #5f5f5f;
    transition: 0.3s;
    user-select: none;
    cursor: text;
}

.btnGirisYap {
    width: 300px;
    height: 50px;
    font-size: 26px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(41, 55, 245);
    border-radius: 10px;
    transition: 0.6s;
    color: white;
}

    .btnGirisYap:focus {
        outline: none;
    }

    .btnGirisYap:hover {
        border: 1px solid rgba(33, 47, 250, 0.363);
        background-color: white;
        font-weight: 700;
        color: rgb(33, 47, 250);
        box-shadow: rgba(22, 26, 243, 0.514) 4px 4px;
    }

.fa-angle-right {
    transition: 0.3s;
    margin-left: 6px;
    font-size: 20px;
}

.sifre-goster-parrent {
    border-radius: 200px;
    padding: 10px 14px;
    position: absolute;
    right: 0px;
    top: 7px;
}

.eye-icon {
    font-size: 22px;
    transition: 0.3s;
}

.eye-icon:hover {
    transform: scale(0.9);
}

.hata-messages-parrent {
    margin:14px;
    

}

@media (max-width: 900px) {
    .textInps-parrent {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .all-home {
        height: 78vh;
        width: 100%;
        justify-content: space-between;
    }

    .btnGirisYap {
        width: 300px;
        height:50px;
        margin-bottom:100px;
    }

    .inps-all-parrent {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
        padding: 60px 10px;
        margin-bottom: 20px;
        width: 100%;
    }
}
