﻿@import "../fonts/sourcesanspro/source-sans-pro.css";
@import "../../OnlineSinav/css/reset.css";

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

:focus {
    outline: none;
}

a {
    text-decoration: none;
}

input, select, button {
    font-family: 'Source Sans Pro',sans-serif;
}

.content {
    /*background-image: url(../img/bbfc4b25.png);
    background-repeat: repeat;*/
    height: 100%;
    background-color: #00163b;
    font: 13px/20px "Source Sans Pro",sans-serif;
}

.wrapper {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    transform: translateY(10%);
    background-color: #fff;
    border-radius: 50px;
}

    .wrapper .kurum-logo {
        text-align: center;
        max-height: 200px;
    }

    .wrapper .okulsis-desc {
        float: left;
        width: 400px;
    }

        .wrapper .okulsis-desc p {
            padding-left: 13px;
        }

.divLogin {
    height: auto;
    display: table;
    width: 310px;
    text-align: center;
}

    .divLogin li {
        padding-bottom: 15px;
    }

.lnkLostPAss {
    color: #00163b !important;
    text-decoration: none;
    font-size: 14px;
}

.toLeft {
    float: left !important;
}

.toCenter {
    margin: 0 auto;
    text-align: center;
}

.toRight {
    float: right !important;
}

.width130 {
    width: 132px;
}

.width170 {
    width: 170px;
}

.mTop12 {
    margin-top: 12px;
}

.mTop30 {
    margin-top: 30px;
}

.mTop50 {
    margin-top: 50px;
}

.mRight15 {
    margin-right: 15px;
}

.cssinput {
    height: 40px;
    width: 255px;
    background-color: #fff;
    border: solid 2px #082239;
    text-indent: 10px;
    font-weight: 300;
    font-size: 18px;
    color: #585c60;
    border-radius: 50px;
}

.cssBtnLogin {
    cursor: pointer;
    width: 255px;
    height: 50px;
    border-radius: 5px;
    border: solid 2px #467082;
    color: #fff;
    font-size: 16px;
    background-color: #1b4365;
    text-align: center;
    border-radius: 50px;
}

    .cssBtnLogin i {
        margin-left: -14px;
    }

.footer {
    max-width: 1024px;
    margin: 0 auto;
    color: #0b243b;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

.dd-selected {
    line-height: 30px !important;
}

@media (max-width: 768px) {
    .okulsis-desc {
        display: none;
    }

    .kurum-logo {
        text-align: center;
        width: 100% !important;
    }

        .kurum-logo img {
            max-height: 100px;
            /*padding-bottom: 5px;*/
        }

    .content {
        min-height: 470px;
    }
}
