﻿body 
{
    font-family: WorkSansRegular !important;
    background: #f4f4f4 !important;
}
.invisible
{
	display : none !important;
}

.login-form 
{
   position              : fixed;
   left                  : 50%;
   width                 : 360px;
   height                : 340px;
   margin-top            : 150px;
   margin-left           : -180px; /*set to a negative number 1/2 of your width*/
   border                : 1px solid #ccc;
   background-color      : #fff;
   -webkit-border-radius : 8px;  
   -moz-border-radius    : 8px;  
   border-radius         : 8px;   
}


.login-form .contenido
{
     padding: 16% 2.5em;
}

.login-form .head 
{
	position : absolute;
	top      : -15%;
	left     : 37%;
}
.login-form .head img 
{
	margin-top            : -25px;
    margin-left           : -25px;
	border-radius         : 50%;
	-webkit-border-radius : 50%;
	-o-border-radius      : 50%;
	-moz-border-radius    : 50%;
	border                : 6px solid transparent;
}

.login-form .ui.icon.input
{
    width  : 100%;
    margin : 10px 0px 10px 0px;
}

.login-form .TxtError
{
   text-align     : center;
   padding-bottom : 5px;
   color          : red;
   font-weight    : bold;
   font-size      : 10pt;
 }
.login-form .capa-error
{
    min-height     : 24px;
}

.login-form .p-container
{
	margin-top : 10px;
	height     : 70px;
}
.login-form .p-container .ui.button
{
    float      : right;
    background : #DC0A2D !important;
    color      : white;
}
