.input-container{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 2px;
	margin: 18px 0;

	-webkit-transition: all .4s cubic-bezier(.25,.8,.25,1);
	transition: all .4s cubic-bezier(.25,.8,.25,1);
}

.input-container.g-input-icon{
	padding-left: 0;
	padding-right: 36px;
}

.g-glyp{
	display: none;
	margin: auto;
	background-repeat: no-repeat; 
	vertical-align: middle;
	fill: currentColor;
	height: 24px;
	width: 24px;
	min-height: 24px;
	min-width: 24px;
}

.input-container.g-input-icon>.g-glyp{
	display: block;
	position: absolute;
	top: 8px;
	left: auto;
	right: 2px;
	color: rgba(0,0,0,0.87);
}

.g-glyp>span{
	font-size: 2.4rem;
}

.input-container label{
	font-size: 1.05rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 5;
	order: 5;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 3px;
	padding-right: 0;
	z-index: 1;
	-webkit-transform: translate3d(0,28px,0) scale(1);
	transform: translate3d(0,28px,0) scale(1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
	transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
	transition: transform .4s cubic-bezier(.25,.8,.25,1);
	transition: transform .4s cubic-bezier(.25,.8,.25,1), -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
	transition: transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
	max-width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.input-container label {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: auto;
	color: rgba(10,86,147,1);
}

.input-container.g-input-icon>label{
	width: calc(100% - 36px - 18px);
}

.input-container.g-input-icon>label {
	right: 36px;
	left: 0;
}

.input-container.input-select label {
	padding-right: 2rem;
}

.input-container.g-input-icon>label {
	pointer-events: none;
	position: absolute;
}

.input-container .input {
	font-size: 1.1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: block;
	margin-top: 0;
	background: none;
	padding: 2px 2px 1px;
	border-width: 0 0 1px;
	line-height: 26px;
	height: 30px;
	-ms-flex-preferred-size: 26px;
	border-radius: 0;
	border-style: solid;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-color: rgba(0,0,0,0.12);
	color: #000 !important;
}

.input-container textarea.input{
	max-width: 100%;
	min-width: 100%;
	height: 10rem;
	min-height: 3rem;
}

.input:focus{
	outline: none;
}

.input-container .errors-spacer {
	float: right;
	min-height: 24px;
	min-width: 1px;
}

.input-container.input-focus label, .input-container.input-not-empty label{
	-webkit-transform: translate3d(0,6px,0) scale(.75);
	transform: translate3d(0,6px,0) scale(.75);
	-webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
	transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
	transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
}

.input-container.input-focus label{
	color: #666;
	color: var(--main-color);
}

.input-container.input-focus .input{
	border-bottom: 2px solid #666;
	border-bottom: 2px solid var(--main-color);
}

.input-container .errors-spacer {
	float: right;
	min-height: 24px;
	min-width: 1px;
}

.input-container .input-messages{
	position: relative;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	overflow: hidden;
	clear: left;
}

.input-container.input-has-error .input, .input-container.input-has-error label, .input-container.input-has-error .input-message, .g-radio.input-has-error .g-label span, .g-radio.input-has-error>input:checked ~ .g-container .g-off, #container-pwd-f.input-has-error .glyphicon, #container-convalida-f.input-has-error .glyphicon{
	color: rgb(221,44,0) !important;
	border-color: rgb(221,44,0) !important;
}

.g-radio.input-has-error>input:checked ~ .g-container .g-on{
	background: rgb(221,44,0) !important;
}

.input-container.input-has-success .input, .input-container.input-has-success label, .g-radio.input-has-success .g-label span, .g-radio.input-has-success .g-container .g-off, #container-pwd-f.input-has-success .glyphicon, #container-convalida-f.input-has-success .glyphicon, .input-container.input-has-success .input-message{
	color: rgb(56, 142, 60) !important;
	border-color: rgb(56, 142, 60) !important;
}

.g-radio.input-has-success>input:checked ~ .g-container .g-on{
	background: rgb(56, 142, 60) !important;
}

.input-container .input-message{
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	-webkit-transition: all .3s cubic-bezier(.55,0,.55,.2);
	transition: all .3s cubic-bezier(.55,0,.55,.2);
	opacity: 1;
	margin-top: 0;
	padding-top: 5px;
	position: absolute;
}

.input-container .input-message{
	opacity: 0;
	margin-top: -100px;
}

.input-container .input-message.message-show{
	opacity: 1;
	margin-top: 0;
	position: relative;
	
    -webkit-transition: all .3s cubic-bezier(.55,0,.55,.2);
    transition: all .3s cubic-bezier(.55,0,.55,.2);
}

.input-container .input-error{
	opacity: 1;
	margin-top: 0;
	position: relative;
	
    -webkit-transition: all .3s cubic-bezier(.55,0,.55,.2);
    transition: all .3s cubic-bezier(.55,0,.55,.2);
}

.input-container .input-info{
	display: inherit;
	position: relative;
	opacity: 1;
	margin-top: 0;
	color: rgba(0,0,0,0.38) !important;
}

.g-checkbox{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 16px;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	min-width: 20px;
	min-height: 20px;
	margin-left: 0;
	margin-right: 16px;
}

.g-checkbox .g-container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	left: 0;
	right: auto;
}

.g-checkbox .g-label, .g-radio .g-label {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin-left: 30px;
	margin-right: 0;
}

.g-checkbox .g-container:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	border-radius: 50%;
	content: '';
	position: absolute;
	display: block;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: auto;
}

.g-checkbox .g-container:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}

.g-checkbox .g-icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .24s;
	transition: .24s;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
}

.g-checkbox .g-icon{
	border-color: rgba(0,0,0,0.54);
}

.g-checkbox.g-checkbox-checked .g-icon{
	/* background-color: rgba(16,108,200,0.87); */
	background-color: #666;
	background-color: var(--main-color);
}

.g-checkbox.g-checkbox-checked .g-icon:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 4.66667px;
	top: .22222px;

	display: table;
	width: 6.66667px;
	height: 13.33333px;
	border-color: rgba(255, 255, 255, 1);
	border-width: 2px;
	border-style: solid;
	border-top: 0;
	border-left: 0;
	content: '';

	-webkit-animation: check 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation: check 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@-webkit-keyframes check {
	0% {
		top: calc((13.33333px / 2) + (.22222px * 2));
		width: 0;
		height: 0;
	}20%{
		width: 6.66667px;
	}80%{
		top: .22222px;
		height: 13.33333px;
	}
}

@keyframes check {
	0% {
		top: calc((13.33333px / 2) + (.22222px * 2));
		width: 0;
		height: 0;
	}20%{
		width: 6.66667px;
	}80%{
		top: .22222px;
		height: 13.33333px;
	}
}

.g-radio {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-bottom: 16px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
}

.g-radio .g-container:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	border-radius: 50%;
	content: '';
	position: absolute;
	display: block;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: auto;
}

.g-radio .g-off, .g-radio .g-on {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.g-radio .g-on {
	-webkit-transition: -webkit-transform .28s ease;
	transition: -webkit-transform .28s ease;
	transition: transform .28s ease;
	transition: transform .28s ease, -webkit-transform .28s ease;
	transition: transform .28s ease,-webkit-transform .28s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.g-radio .g-off {
	border-style: solid;
	border-width: 2px;
	-webkit-transition: border-color .28s ease;
	transition: border-color .28s ease;
}

.g-radio .g-off{
	border-color: rgba(0,0,0,0.54);
}

.g-radio>input:checked ~ .g-container .g-off{
	/*border-color: rgba(16,108,200,0.87);*/
	border-color: #666;
	border-color: var(--main-color);
	opacity: 0.87;
}

.g-radio>input:checked ~ .g-container .g-on {
	/*background-color: rgba(16,108,200,0.87);*/
	background-color: #666;
	background-color: var(--main-color);
	opacity: 0.87;
}

.g-radio>input:checked ~ .g-container .g-on {
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
