@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
    box-sizing: border-box;
}

.modal{
    display: none;
    background-color: rgb(165 161 166 / 71%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 20px;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.modal-container{
    background-color: #fff;
    min-width: 400px;
    max-width: 90%;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.estilos-ext-modal{	
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000033;
    border-radius: 10px;
    opacity: 1;
    border: 0px;
}

.modal-body {
    width: 100%;
    
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    max-height: 90vh;
    overflow-y: auto;
}

.div-m-login {
    line-height: 1.15;
    padding: 40px;
}

.div-m-spin-nested-loading {
    position: relative;
}

.div-m-spin-container {
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.div-m-login .div-login-image {
    margin-bottom: 30px;
    text-align: center;
}

.form-m-login {      
    box-sizing: border-box;
    color: #333333;  
    font-family: 'Roboto';
    font-size: 16px;
    font-variant: tabular-nums;
    font-feature-settings: "tnum","tnum";
    line-height: 1.5715;
    list-style: none;
    margin:  0;
    padding: 0;    
}

.form-input:placeholder-shown {
    text-overflow: ellipsis;
}

.form-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    transition: all .3s;
}

.form-login-capcha {
    display: block;
    margin-bottom: 24px;
}

.div-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
}

.textarea-style {
    width: 250px;
    height: 40px;
    border: 1px solid rgb(193, 193, 193);
    margin: 10px 25px;
    padding: 0px;
    resize: none;
    display: none;
}

.div-form-item {
    margin: 0 0 24px;
    width: 100%;
}



.login-form-button {
    height: 40px;
    width: 100%;
    background: #D5007F 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;   
    font-weight: bolder;
}

.login-form-button:hover {
	background-color: #e149a4!important;
	color: #fff!important;
	cursor: pointer;
}
.login-SysData {
    color: #B2B2B2;
    font-family: 'Roboto';
    font-size: 12px;
    text-align: center;
}

.m-input-prefix {
    display: -ms-flexbox;
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 4px;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;

    font-size: 15px;
}

.m-input-affix-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    display: inline-flex;
}

.m-input-affix-wrapper:hover {
    border-color: #D5007F;
    border-right-width: 1px!important;
    z-index: 1;
}

.input-style {
    outline: none;
    border: none;
}

.m-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}

.div-stilo-captcha {
    width: 345px;
    height: 78px;
    display: flex;
    justify-content: flex-end;
}



.modal-close{
    transform: translateY(-200%);
}

.button -modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0,0,0,.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
}

.modal-close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;

    display: inline-block;
    line-height: 25px;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right:5px;
}

button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}

body .ui-inputfield {
    border: none;
}

.estilo-validaciones{
	margin-top: 25px;
	padding-left: 20px;
    display: block;
    margin-block-end: 0.83em;
    font-family: 'Roboto';
    font-size: 16px;
}


.login-alert {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum","tnum";
    position: relative;
    padding: 8px 15px 8px 37px;
    word-wrap: break-word;
    border-radius: 2px;
}

.login-alert-close-icon {
    position: absolute;
    top: 12.0005px;
    right: 16px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.login-alert-error {
    background-color: #ffeae6;
    border: 1px solid #79134c;
}

.login-alert-icon {
    position: absolute;
    top: 12.0005px;
    left: 16px;
}

.login-alert.login-alert-closable {
    padding-right: 30px;
}

.login-alert-error .login-alert-icon {
    color: #79134c;
}

.login-alert-message {
    color: rgba(0,0,0,.85);
}

.login-alert-close-icon .anticon-close {
    color: rgba(0,0,0,.45);
    -webkit-transition: color .3s;
    transition: color .3s;
}

/* Prevent dialog from moving off screen vertically on small screens */
@media (max-height: 176px) {  /* 176px: height of dialog */
    dialog {
        bottom: auto;
    }
}
