﻿*{
    margin:0;
    padding:0;
    font-family:Calibri;
}

body {
    background-color: #1C1C1E;
}
.sifre-hatilat-formu {
    width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #1C1C1E;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 5px 5px 5px 12px #131315;
    border-radius: 20px;
}
.sifre-hatirlat-formu-baslik {
    height:60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #B7B7B8;
    line-height:60px;
    padding:0 20px;
}
.kapat-icon{
    float:right;
    margin-bottom:40px 0;
}
.sifre-haitlat-formu-icerik {
    padding: 30px 20px;
}
.sifre-hatirlat-formu-lbl{
     height:20px;
     line-height:20px;
}
.sifre-hatirlat-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    line-height: 35px;
    text-align: center;
    background-color: #252527;
    box-sizing: border-box;
    border: 1px solid #6E6E73;
    color: #757575;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sifre-hatirlat-formu-txt:has(.sifre-hatirlat-txt:focus) .sifre-hatirlat-icon {
    color: #009AFF;
    border: 1px solid #009AFF;
}
.sifre-hatirlat-txt {  
    height: 35px;
    width: 100%;
    border: 1px solid #6E6E73;
    outline: none;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #252527;
    color: white;
}
    .sifre-hatirlat-txt:focus {
        border: 1px solid #009AFF;
    }
.sifre-hatirlat-formu-btn {
    padding: 20px 0;
    text-align: right;
}
.sifre-hatirlat-btn {
    width: 150px;
    height: 35px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background-color: #007BFF;
    color: white;
    border-radius:5px;
    float:right;
}
.sifre-vazgec {
    float: right;
    color: #B7B7B8;
    text-decoration: none;
    line-height: 60px;
    color: #DC3545;
    /*width: 150px;
    height: 35px;
    display:block;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background-color: #DC3545;
    color: white;
    border-radius: 5px;
    text-align:center;
    line-height:35px;
    text-decoration:none;    
    margin-left:3px;*/
}