﻿
.w-100{
    width:100%;
   
}
.d-block{
    display:block;
}
.right-text{
    text-align:right;
    padding:0px 14px;
    margin-top:-10px;
    color:#135997;
    font-weight:600;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
}
     .Logom {
            width: 345px;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 60px;
        }

        .LoginEkran {
            width: 345px;
            height: 230px;
            padding: 15px;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 50px;
        }

        .clear {
            clear: both;
        }

        .LoginEkran tbody {
            width: 100%;
            height: auto;
            float: left;
            display: block;
        }

            .LoginEkran tbody tr {
                width: 100%;
                float: left;
            }

        .UStBaslik {
            text-align: center;
            width: 100%;
            height: 35px;
            line-height: 35px;
            font-family: 'Open Sans', sans-serif;
            display: block;
            font-weight: bold;
            color:#135997;
        }

        .GirisTxt {
            width: 300px;
            height: 35px;
            border-radius: 4px;
            border: solid 1px #eaeaea;
            text-indent: 10px;
            margin-bottom: 5px;
            margin-left: auto;
            margin-right: auto;
        }

        .BeniHatirla {
            font-size: 12px;
            font-family: 'Trebuchet MS';
            margin-top: 10px;
        }

            .BeniHatirla label {
                display: inline-block;
                margin-top: 3px;
                float: left;
            }

            .BeniHatirla input {
                float: left;
            }

        .GirisBtn {
          width:100%;
            height: 35px;
            border: none;
            background-color: #59b4d3;
            color: #fff;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
          
        }

        .InputSatir {
            width: 100%;
            display: block;
            height: 45px;
            position: relative;
        }

        .Vald {
            position: absolute;
            right: 15px;
            top: 7px;
            background-color: #d10000;
            color: #fff;
            font-size: 11px;
            font-family: 'Trebuchet MS';
            height: 25px;
            line-height: 25px;
            padding-left: 10px;
            padding-right: 10px;
            border-radius: 4px;
        }

        .Uyari {
            position: absolute;
            right: 15px;
            top: 7px;
            background-color: #d10000;
            color: #fff;
            font-size: 11px;
            font-family: 'Trebuchet MS';
            height: 25px;
            line-height: 25px;
            padding-left: 10px;
            padding-right: 10px;
            border-radius: 4px;
        }

        .Footer {
            position: absolute;
            bottom: 10px;
            height: 22px;
            line-height: 22px;
            width: 100%;
            left: 0px;
        }

            .Footer a {
                font-family: Arial;
                font-size: 12px;
                text-align: center;
                display: block;
                margin: auto;
                text-decoration: none;
                letter-spacing: -0.5px;
                color: #096eb4;
            }

        .SmsDogrula {
            width: 315px;
            height: auto;
            padding: 15px;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 50px;
        }

        .SmsTxt {
            width: 100%;
            height: 35px;
            border-radius: 4px;
            border: solid 1px #eaeaea;
            text-indent: 10px;
            margin-bottom: 5px;
            margin-left: auto;
            margin-right: auto;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .SmsLbl {
            text-align: center;
            width: 100%;
            height: auto;
            display: block;
            margin-top: 20px;
            font-family: Arial;
            font-size: 11px;
            color: #d10000;
        }

        .SmsBtn {
            width: 100%;
            height: 35px;
            border-radius: 4px;
            background-color: #89bd2f;
            text-indent: 10px;
            margin-bottom: 5px;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
            font-weight: bold;
            border: none;
            margin-top: 10px;
        }