#ContainerBoxLogin{
	position: absolute;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: #042a2b;
}

#ImgContainer {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
}

#LogoLogin {
	width: 200px;
    margin: 2% 0% 0% 45%;
}

#LoginCard {
    width: 30%;
    background-color: #fff;
    position: relative;
    margin: 12% 0% 0% 35%;
    padding: 90px 30px 50px 50px;
    border-radius: 2px;
    box-shadow: #b5b5b5 0px 1px 1px 1px;
    float: left;
    display: inline-block;
}

#LoginCardHeader {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20pt;
    text-align: center;
    background-color: #008cab;
    width: 100%;
    color: #fff;
    padding: 40px 0px 7px 0px;
    font-weight: 900;
    box-shadow: #5f5f5f 0px 1px 2px 0px;
}

#BtnLogin {
    width: 40%;
    position: relative;
    padding: 8px;
    font-size: 13pt;
    background-color: #419a2b;
    border: none;
    box-shadow: #797777 0px 1px 3px 0px;
    color: #fff;
    border-radius: 2px;
    margin-top: 10px;
    margin-left: 25%;
    margin-bottom: 5%;
}

#lblError{
    position: relative;
    color: #a92121;
    font-style: normal;
    margin-left: 30%;
    width: 45%;
    font-size: 13pt;
}

.InputPass {
    width: 100%;
    border-width: 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #5b8ec3;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11pt;
    color: #696060;
    
}

.InputName {
    width: 100%;
    border-width: 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #5b8ec3;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11pt;
    color: #696060;
}

.LabelName{
    width: 100%;
    font-size: 13pt;
    color: #696060;
}

