﻿body {
    width: 100% !important;
    margin: 0px !important;
}

.capaLoadingComplete {
    z-index: 9999999;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(255,255,255,0.7);
}

.capaLoadingComplete i {
    font-size: 100px;
	color: #99cc33;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}

#divRecoverPassContainer {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

#divHeaderRP {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 24px;
    font-size: 11px;
    width: 100%;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}

#divHeaderRP a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    text-decoration: none;
}

#divHeaderRP a:first-child {
    text-align: left;
}

#divHeaderRP a:last-child {
    text-align: right;
}

#divContainerFormRP {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 50px 20px;
}

#divContentFormRP {
    box-sizing: border-box;
    background-color: #fafafa;
    color: #26282a;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    width: 360px;
    right: 0;
    z-index: 1;
    border: 1px solid transparent;
    border-top: 1px solid #f1f1f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 50px 0px;
}

#divContentFormRP .div-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #99cc33;
    padding: 20px 0px;
}

#divContentFormRP .img-logo-inputs{
    width: 70%;
    height: 92px;
    background: url(../Skins/LoginSuite/css/logo-wasabis.png) center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


#divContentFormRP .txtFormRP {
    padding: 30px 10px 30px 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#divContentFormRP .txtFormRP h1 {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    
}

#divContentFormRP form {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
}

#divContentFormRP form input.error {
    border: 1px solid red;
}

#divContentFormRP form input {
    width: 100% !important;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 15px;
    color: #9e9e9e !important;
    outline: none;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    background: white;
}

#confirmNewPass, #confirmRecoverPass {
    background-color: #99cc33;
    color: white !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 0px;
    border-radius: 5px;
    margin-top: 10px;
}

label.error {
    color: red;
}

.infoFormatPassword {
    font-weight: bold;
    padding: 40px 10px 0px 10px;
    text-align: center;
}