/*
Description: Style plugin wom-iCat-register para el registro y acceso de usarios al Área Privada
Version: 1.0.0
*/

.icat-register-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 26px 24px 36px;
	
}

.icat-register-container fieldset {
	border-width: 0;
    border-color: inherit;	
	padding: 0;
	margin: 0;
}

.icat-register-container h4 {
	margin-top: 0;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.icat-register-container h4 > small{
	margin-top: 5px;
	font-size: 20px;
	font-style: italic;
	display: block;
}

.icat-register-container.icat-register-full-width {
	max-width: none;
}

.icat-register-full-width form .icat-register-field {
	width:95%!important;
}
.icat-register-full-width form fieldset {
	clear: both;
	margin-left: -5%;
	margin-bottom: 26px;
	border: 0px solid #fff!important;

}

.icat-register-full-width form .icat-register-field {
	float: left;
	width: 90%;
	margin-left: 5%;
}

.icat-register-form,
.icat-register-preview {
	border-color: inherit;
	display: block;
	position: relative;
	width: 100%;
}

.icat-register-form label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

.icat-register-form label.icat-register-terms {
	text-align: inherit;
	font-size: inherit;
	text-transform: inherit;
}

.icat-register-field,
.icat-register-form input[type="submit"] {
	margin-bottom: 20px;
}

.icat-register-form input[type="text"],
.icat-register-form input[type="password"],
.icat-register-form input[type="email"],
.icat-register-form input[type="submit"] {
	height: 36px;
	padding: 4px 8px;
	width: 100%;
}

.icat-register-form select {
	color: #7c7c7c;
	width: 100%;
	height: 36px;
	-webkit-appearance: menulist-button;
}

.icat-register-form span {
	color: #7c7c7c;
	margin-left: 8px;
}

.icat-register-form button,
.icat-register-form input,
.icat-register-form select,
.icat-register-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.icat-register-field-website {
	display: none !important;
}

.icat-register-field-remember {
	float: right;
	text-align: right;
}

.icat-register-field-remember > label {
	display: inline;
}

.icat-register-field-name {
	background: url('images/name.html') no-repeat;
	padding-left: 36px !important;
}

.icat-register-field-surname {
	background: url('images/surname.html') no-repeat;
	padding-left: 36px !important;
}

.icat-register-field-username {
	background: url('images/log.html') no-repeat;
	padding-left: 36px !important;
}

.icat-register-field-password {
	background: url('images/pwd.html') no-repeat;
	padding-left: 36px !important;
}

.icat-register-field-email {
	background: url('images/mail.html') no-repeat;
	padding-left: 36px !important;
}

.icat-register-field-spam {
	background: url('images/spam.html') no-repeat;
	padding-left: 36px !important;
}

.icat-register-preview-top {
	padding-bottom: 36px;
	height: 24px;
}

.icat-register-form-bottom {
	padding-top: 6px;
	height: 24px;
}


.icat-register-form p.icat-register-form-description {
	color: #7c7c7c;
	font-size: 12px;
	font-size: 0.85714286rem;
	font-style: italic;
}

.icat-register-notification {
    clear: both;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 18px;
    margin-bottom: 18px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
    box-shadow: 2px 2px 3px rgba(0,0,0,.25);
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
                border: 0;
                padding: 0;
        width:0;
        height:0;
        overflow:hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
                border: 0;
                padding: 0;
        width:0;
        height:0;
        visibility:hidden;
    }
}

.icat-register-notification > p {
	margin: 0px;
}

.icat-register-notification.success {
	background: #F0F2DD;
	border-color: #24890D;
	color: #24890D;
}

.icat-register-notification.error {
	background: #FFE7E7;
	border-color: #FF5656;
	color: #FF5656;
}

.icat-register-preview {
	border-color: inherit;
	text-align: center;
}

.icat-register-preview .avatar {
	border-radius: 5px;
	float: none;
	width: 128px;
	height: 128px;
	margin: 0 auto 24px auto;
}

.avatar.avatar-96.photo {
	/*margin: 0 auto;*/
	/*display: block;*/
	margin-bottom: 10px;
}

.icat-register-form a.icat-register-form-register-link,
.icat-register-preview a.icat-register-preview-logout-link {
	text-align: right;
	float: right;
	text-decoration: none;
}

.icat-register-form a.icat-register-form-login-link,
.icat-register-form a.icat-register-form-pwd-link,
.icat-register-preview a.icat-register-preview-edit-link {
	text-align: left;
	float: left;
	text-decoration: none;
}
