﻿#main-bg, html, body, form 
{
    width: 100%; height: 100%;
}

#main-bg 
{
    background:#fff url(../img/bg-body.jpg)  100% 0 repeat;
}
#templateLogin,
#templateLogin body,
#templateLogin form {
    height: 100%;
}
#templateLogin,
#templateLogin body,
#templateLogin form {
    margin: 0;
    padding: 0;
}

#templateLogin #logo {
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
}

#templateLogin .sides {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#templateLogin .sides-left {
    float: left;
    text-align: right;
    width: 310px;
}

#templateLogin .sides-left .sides-content {
    margin-right: 30px;
}

#templateLogin .sides-right {
    float: right;
    width: 220px;
}

#templateLogin .sides-right .sides-content {
    margin-left: 30px;
    margin-top: -137px;
}

#templateLogin .sides-content {
    position: relative;
    top: 50%;
    margin-top: -60px;
}

#loginContainer
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -141px;
    margin-left: -315px;
    background-color: #fff;
    padding: 50px;
    height: 243px;
    width: 530px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ccc;
}