﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic);

html, body {
    background: url(../Imagens/bg_business.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Roboto Condensed;
    font-size: 14px;
}

#dLogin {
    top: 50%;
    left: 50%;
    width: 400px;
    height: 350px;
    position: absolute;
    margin-left: -200px;
    margin-top: -175px;
    background-color: #BFFFEF;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#dLoginWhite {
    top: 50%;
    left: 50%;
    width: 340px;
    height: 280px;
    margin-left: -170px;
    margin-top: -140px;
    position: absolute;
    background-color: white;
    border: 1px solid #5940B3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -o-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

#dImgLogo {
    text-align: center;
    padding: 20px;
}

.dvLineLogin {
    width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
}

.lableLogin {
    font-size: 16px;
    font-weight: normal;
    color: Black;
    width: 50px;
    text-align: right;
    display: inline-block;
    height: 18px;
    vertical-align: text-bottom;
    padding-right:5px;
}

.textBoxLogin {
    font-size: 12px;
    font-weight: normal;
    color: #37276E;
    width: 220px;
    height: 18px;
    text-align: left;
    display: inline-block;
    border: solid 1px #5940B3;
}

#btnEntrar {
    font-size: 14px;
    font-weight: normal;
    background-color: #5940B3;
    color: White;
    width: 80px;
    height: 22px;
    text-align: center;
    border: solid 1px #5940B3;
    margin-left: 199px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#dvFlags {
    margin-left: 178px;
}

.ibtFlags {
    padding-right: 15px;
}