﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);


.body-login{
    background-color: #00539F;
}

.logoFooter {
    background-image: url("/Content/Images/logo.png");
    background-repeat: no-repeat;
}

.container-logologin{
    width: 164px;
    margin: 0 auto;
    margin-top: 20px;
}


.container-login {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 15px;
}

.lemonGreen {
    background-color: transparent;
    min-height: 90px;
    position: relative;
}

    .lemonGreen p {
        color: #012d6b;
        font-weight: bold;
        font-size: 18px;
        position: absolute;
        top: 72px;
    }

.logo {
    margin: 0 auto;
}

.logoFooter {
    width: 164px;
    height: 79px;
    top: 22px;
    right: 17px;
    display: inline-block;
    position: absolute;
}

.content-login {
    padding: 10px;
}

.ctn-login {
    background-color: #fff;
    padding: 20px 10px;
}

    .ctn-login h1 {
        text-align: center;
        margin: 20px 0 0;
    }

.title-login h1 {
    font-size: 32px;
    color: #012d6b;
    font-weight: 500;
}

    .title-login h1:nth-child(2) {
        display: none;
    }
