﻿@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

body {
	background: #448ed3 ;
	font-family: "Lato" ;
}
.wrap {
	width:282px;
	height: auto;
	margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 65px;
	border-radius: 100px;
	height: 65px;
	background: #448ed3 ;
	position: relative;
	bottom: -10px;
}
.avatar img {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	margin: auto;
	border:3px solid #fff;
	display: block;
}
.wrap input {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #fff;
    font-family:Lato;
    font-weight:700;
	display: block;
	outline: none;
	margin: auto auto auto 0px;
	padding: 6px 12px 6px 12px;
    align-content:center;
      align-items:center;
}
.LabelLG{
    left:5px;
    width:100%;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #fff;
    font-family:Lato;
    font-weight:700;
	display: block;
	outline: none;
	margin: auto;
	padding: 6px 12px 6px 12px;
    align-content:center;
      align-items:center;
       border-radius: 7px 7px 0px 0px ;
}
.LabelLG1{
     left:5px;
    width:100%;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #fff;
    font-family:Lato;
    font-weight:700;
	display: block;
	outline: none;
	margin: auto;
	padding: 6px 12px 6px 12px;
    align-content:center;
      align-items:center;
       border-radius: 0px 0px 0px 0px ;
}

#CbxProductor{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #fff;
    font-family:Lato;
    font-weight:700;
	display: block;
	outline: none;
	margin: auto auto auto 0px;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 0px 0px 0px 0px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 0px 0px ;
}
.LabelLG[type="LblContrasena"] {
	border-radius: 0px 0px 0px 0px ;
}
#CbxProductor  {
    border-radius: 0px 0px 7px 7px ;
}

.wrap button {
	width: 100%;
	border-radius: 7px;
	background: #b6ee65;
	text-decoration:center;
	color: #51771a;
  margin-top:-5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 13px;	
	border-bottom: 3px solid #307d63;
	cursor: pointer;
    height: 35px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
}

