* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

:root {
    --bg-gray: rgb(112, 111, 111);
    --bg-gray-s: rgb(128, 128, 127);
    --recoverCookie-texts: #254369;
    --cookies-bg: #004077;
    --cookies-text: #F5F5F5;
    --cookies-btn: #006BBC;
    --scroll-color: #aaa;
    /*COLOR AZUL POR DEFAULT #337ab7*/
}

/*ESTOS ESTILOS SON PARA EL SCROOL */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--scroll-color);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

*, html {
    scrollbar-color: var(--scroll-color) #f5f5f5;
    scrollbar-width: thin;
}

#container{
	background-image: url(/media/5148/backlogin.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	overflow: auto;
	position: fixed;
	width: 100vw;
	left: 0;
	top: 0;
	overflow-x: hidden;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 17px;
}

@media screen and (min-width: 340px) {
	.__card_login {
		min-width: 340px;
	}
}
.__card_login {
	max-width: 23rem;
	top: 10%;
	border-left: .5px solid rgb(229, 299, 299, .5);
	border-top: .5px solid rgb(229, 299, 299, .5);
	left: 7%;
	box-shadow: 12px 12px 7px 7px rgb(0 0 0 / 20%);
}

.form-group.row.mainLogin input{
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 10px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button, input {
	overflow: visible;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.form-group.row {
	position: relative;
	margin: 16px auto;
	width: fit-content;
	flex-direction: column;
}

.form-group.row input{
	min-width: 17rem;
	max-width: 14rem;
	border-radius: 3px;
	border-left: transparent;
	border:1px solid #bdbec1;
	color: var(--bg-gray-s);
	height: 2.2rem;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.loginInput:last-child {
	margin-bottom: 16px;
}
.loginInput {
	margin: 5px;
}

.btn.primary.width70,
#btn-recover-password,
.btn.primary.width50.classBtnEnviar,
#btn-login{
	border-radius: 8px;
	height: 37px;
	position: relative;
	outline: none;
	width: 84%;
	font-weight: bold;
}

.btn.primary.width70,
.btn.primary.width50.classBtnEnviar{
	background: #00acdc;
	border: none;
}
#btn-recover-password,
.btn.primary.width70,
.btn.primary.width50.classBtnEnviar,
#btn-login{
	height: 45px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
#btn-recover-password,
#btn-login{
	background: #029b18;
	border: none;
}

span.toggle-password{bottom: 8px;}

.img_container {
	display: flex;
	justify-content: space-around;
}

.img_container {
	padding: 3px;
}

img.change-image {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}

img {
	border-width: 0;
}
img {
	vertical-align: middle;
	border-style: none;
}

.form-group.row.mainLogin span {
	color: var(--bg-gray-s);
	text-align: center;
}

.loadContainer-child{margin: 0 auto;}
span.toggle-password{        right: 20px;}

.btn.primary.width70:hover, .btn.primary.width50.classBtnEnviar:hover {
	background: #f5f5f5;
	border: 1px solid #00acdc;
	color:#00acdc
}
#btn-recover-password:hover, #btn-login:hover {
	background: #f5f5f5;
	border: 1px solid #029b18;
	color:#029b18
}
.masthead-content p.mb-4 a {
        cursor: pointer !important;
        padding: 0 1rem;
}
input#ContentPlaceHolderDefault_recoveryPassword_1_ButtonConfirm[disabled]:hover,
input#ContentPlaceHolderDefault_recoveryPassword_1_ButtonConfirm:hover{
	background: #f5f5f5;
	border: 1px solid #888;
	color:#888
}

.form-group.row.mainLogin span {
	color: #58595b !important;
}

.d-inline-block.es.pr-4 {
	border-right: solid 2px #58595b;
}

.itemL p.mb-4 a {
	cursor: pointer !important;
	padding: 0 1rem;
	color: #58595b !important;
}

.itemL {
	display: flex;
	justify-content: center;
	font-size: 1rem;	
}

img.change-image {
    margin: 1rem 0;
}


@media screen and (max-width: 768px) {
        .__card_login {
			left: 31%;
        }
}

@media screen and (max-width:560px){
	.__card_login{
		margin: 0 auto;
        border: none;
        left: 0;
	}
}

#passRecover .form-group.row.mainLogin{
    align-items: center;
}