﻿/*Na jiné obrázky než default*/
/*
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 750px;
    background: url('../Images/Login/fip-velikonoce2-bg.png') no-repeat center top black;
}

.loginBox {
    width: 380px;
    color: #444E49;
    position: relative;
    top: 80px;
    left: -275px;
    z-index: 500;
    padding: 15px;
    text-align: left;
    font-size: 15px;
}
*/
/*.odkazSkin1 {
    position: relative;
    top: 200px;
    left:-285px;
}

    .odkazSkin1 a {
        color: white;
        text-decoration: none;
        display: inline-block;
        width: 190px;
        height:50px;
    }

.odkazSkin2 {
    position: relative;
    top: 260px;
    left:60px;
}

    .odkazSkin2 a {
        color: white;
        text-decoration: none;
        display: inline-block;
        width: 210px;
    }
 */
/*defaultní screen*/
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 750px;
    background: url('../Images/Login/fip-login-default.png') no-repeat center top white;
}
/*defaultní loginbox*/
.loginBox {
    width: 380px;
    color: #444E49;
    position: relative;
    top: 90px;
    left: -200px;
    z-index: 500;
    padding: 15px;
    text-align: left;
    font-size: 15px;
}

.loginBoxSms {
    /*    height: 189px;*/
    color: #444E49;
    background-color: #fff;
    border: 1px solid #dedede;
    position: relative;
    top: 100px;
    left: 25%;
    z-index: 50;
    padding: 15px;
    text-align: left;
    font-size: 14px;
}

.logo-fip {
    width: 95px;
    height: 74px;
    display: block;
    background: url('../Images/Master/logo.png') 0 0 no-repeat;
    position: absolute;
    top: -9px;
    left: 13px;
    z-index: 100;
}

.loginBox h1 {
    height: 30px;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0 0 105px;
    padding: 0px 0px 0px 0px;
    border: none;
}


.loginBoxSms h1 {
    height: 34px;
    font-size: 28px;
    font-weight: normal;
    margin: 0px 0 0 80px;
    padding: 13px 0px 10px 30px;
    border: none;
}

.loginBox table {
    margin: 10px 0px;
}

    .loginBox table td {
        padding: 5px;
    }

.loginBox input {
    width: 285px;
    height: 15px;
    display: inline-block;
    margin: 0;
    padding: 5px 5px 6px 5px;
    border: 1px solid #B2B5B3;
}
