body{
    margin: 0px;
    padding: 0px;
    background-image: url(../img/LittleDogLogo/LoginPage/background-pet-png-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#loginHeader{
    height: 200px;
    background-color: #97be0d;
}

#loginBox{
    display: inline-block;
    width: 960px;
    height: 250px;
    text-align: center;
}

#bigLogo{
    display: inline-block;
}

#loginFormBox{
    display: inline-block;
    /*background-color: #97be0d;*/
    width: 380px;
    height: 180px;
    border-radius: 3px;
    padding: 10px;
    margin-left: 20px;
    margin-top: 5px;
    vertical-align: top;
    /*border-color: #ffffff;
    border-style: solid;
    border-width: 3px;*/
}

#loginFormBox form{
    margin-top: 5px;
}

#generalAddOnFeatureBox{
    display: block;
    margin-top: 20px;
    text-align: center;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -480px;
}

.logo-center{
    width: 960px;
    text-align: center;
}

.input-Login{
    min-width: 250px;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 32px;
    background-color: white;
    padding: 12px 20px 12px 40px;
}

.txt-center {
    text-align: center;
}

