﻿/* Loginsayfası içerşk ayarları*/
.submitcontent
{
    position:absolute;
    margin-top:40px;
    margin-left:50px;
    width:350px;
    height:310px;
}

.submitcontent a{
    color:#7798F2;
    text-decoration:none;
}

.submitcontent span{
    color:#BCBCCC;
}

.submitcontent input[type="text"] {
    width:250px;
    height:25px;
    margin-top:5px;
}

.submitcontent button {
    background-color:#5887F5;
    width:150px;
    height:25px;
    color:#fff;
    border:0;
    margin-left:15px;
    cursor:pointer;
}

.submitcontent button:hover {
    background-color:#537ee2;
}

.submitheader1
{
    color:#fff;
    font-size:34px;
}