:root {
	--primary-color: #eb671d;
}

.container-login {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: flex-start;
	background-image: url("../img/background-login.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-login .login {
	width: 400px;
	height: 100vh;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 50px;
	flex-direction: column;
	background-image: url("../img/franja-login.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 10px;
	background-size: contain;
}

.container-login .login #franja {
	width: 40px;
}

.container-login .login #logo {
	width: 250px;
	margin-bottom: 20px;
}

.container-login .login > h1 {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}

.login-content > form {
	/* width: 100%; */
	width: 280px;
	/* margin-top: 40px; */
}

.login-content > form:last-child {
	display:none;
}

.login-content > form > div > input {
	height: 20px!important;
	margin-bottom: 5px;
	padding: 10px 0!important;
}

.login-content > form button {
	width: 100%;
	background-color: var(--primary-color);
	border: none;
	padding: 10px;
	border-radius: 3px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.tab-group {
	list-style:none;
	padding:0;
	margin-bottom: 15px;
	width: 280px;
}

.tab-group:after {
	content: "";
	display: table;
	clear: both;
}

.tab-group li a {
	display:block;
	text-decoration:none;
	padding:15px;
	/* background:rgba($gray-light,.25); */
	/* color:$gray-light; */
	font-size:16px;
	font-weight: 600;
	float:left;
	width:50%;
	text-align:center;
	cursor:pointer;
	transition:.5s ease;
	color: #2e2e2e;	
	line-height: 2.5;
}

.tab-group li:first-child {
	padding-left: 0;
}

.tab-group li:last-child {
	padding-right: 0;
}

.tab-group li a:hover {
	transform: scaleX(1);
}

.tab-group li a:after {
	display:block;
	content: '';
	border-bottom: solid 3px #F1A276;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}

.tab-group li .active:after {
	border-bottom: solid 3px var(--primary-color);  
}

.tab-group li a:hover:after , .tab-group li .active:after { 
	transform: scaleX(1); 
}

@media screen and (max-width: 992px) {
	.container-login {
		justify-content: center;
	}
}

.abcRioButtonLightBlue, .loginMicrosoftButton{
	height: 42px!Important;
    width: 100%!Important;
    margin-top: 10px;
    box-shadow: none!Important;
    border: 1px solid #c7c5c5;
    border-radius: 3px;
    padding-top: 3px;
}

.loginMicrosoftButton{
    border: 1px solid #0D47A1 !important;
	background-color: #0D47A1 !important;
	text-transform: initial;
}

.abcRioButtonContents, .loginMicrosoftButton{
	font-size: 15px!Important;
	font-weight: 500;
}

.abcRioButtonContents{
	margin-left: -27px;
}

.resetPasswordBtn,
#volverBtn
{
	cursor: pointer;
	margin-top: 10px;
	text-decoration: underline !important;
	color: #00000090 !important;
}

.volver-container{
	display: flex;
	justify-content: center;
}
