/*tools*/
.text-gray{
	color: #878CA7;
}

/*grls*/
p{
	font-size: 16px;
	font-family: Montserrat;
}
a,span{
	font-size: 14px;
	font-family: Montserrat;
}
a,a:not([href]){
	color: #0089FF;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: Montserrat-SemiBold;
}

.login_wrp > .row{
	min-height: 100vh;
}
.bg{
	background: url(../images/login/fondo.png) no-repeat right/cover;

}
/*descomentar en caso de fondo sin degradado
.bg:before{
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 140px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,1) 100%);
}*/
.field_wrp {
    position: relative;
    width: 350px;
    max-width: 100%;
    margin: 20px 0;
    z-index: 1;
}
.field_wrp input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D0D2E3;
    background: transparent no-repeat right/25px;
    font-family: Montserrat;
}
.field_wrp i {
    position: absolute;
    font-size: 20px;
    right: 6px;
    bottom: 6px;
    color: #D0D2E3;
    cursor: pointer;
}
.field_wrp input:focus,
.field_wrp input:focus-visible {
	outline: 0;
    border-color: #0089FF;
}
.field_wrp input:focus + label,
.field_wrp input:valid + label{
	font-size: 12px;
	color: #0089FF;
	top: -20px;
}
.field_wrp label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-family: Montserrat;
    color: #D0D2E3;
    z-index: -1;
    transition: all .2s;
}
button.action{
	max-width: 100%;
	width: 352px;
	height: 45px;
	border: 0;
	border-radius: 23px;
	background: black;
	font-size: 16px;
	color: white;
	font-family: Montserrat;
}

/*modales*/
.modal-dialog {
    max-width: 400px;
}
.modal-header {
    border: 0;
    padding: 0;
}
.modal-header .close {
    padding: 0 10px;
    margin: 0 0 0 auto;
}
.modal-body{
	padding: 0 30px;
}
.modal-body .h2{
	font-size: 26px;
}
.modal-body span {
    display: block;
    margin: 15px 0;
    font-family: 'Montserrat-Light';
}
.modal-body .error {
    background-color: #D1D3E0;
    display: flex;
    align-items: center;
    font: 14px 'Montserrat-Light';
    color: #878CA7;
    padding: 15px 10px;
}
/*recovery modals*/
.pwd_recovery_success .modal-content,
.registration_success .modal-content{
	height: 400px;
}