/* 
    Document   : app
    Created on : Sep 27, 2013, 1:44:35 PM
    Author     : Tadas Kacinskas <code@kacinskas.eu>
    Description:
        Purpose of the stylesheet follows.
*/

root { 
                display: block;
}
body{padding-top: 20px;}
.login-title {font-size: 26px;}
.login-conteiner {margin-top: 30px;}
img {max-width: 100%;}
.center{text-align: center;}
.form-control, .btn{
                border-radius: 0 8px 0 8px;
}

