﻿@CHARSET "UTF-8";
        /*
over-ride "Weak" message, show font in dark grey
*/

.progress-bar {
    color: #333;
} 

/*
Reference:
http://www.bootstrapzen.com/item/135/simple-login-form-logo/
*/
@keyframes slideInFromTop {
    0% {
        transform: translateY(-600%);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(200%);
    }

    100% {
        transform: translateY(0);
    }
}
* {
    /*-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	outline: none;*/
}

.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	@include box-sizing(border-box);

	&:focus {
		z-index: 2;
	}
}

body {
	/*background: url(i.imgur.com/GHr12sH.jpg) no-repeat center center fixed;*/
	background: #CCCCCC;
	        
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-form {
	margin-top: 60px;
}

form[role=login], input[name=user], input[name=password] {
    color: white;
}

    form[role=login]::placeholder, input[name=user]::placeholder, input[name=password]::placeholder {
        color: #ABAEB3;
    }

    form [role=login] {
        color: white;
        /*background: #f2f2f2;*/
        padding: 26px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
form[role=login] img {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
form[role=login] input {
	font-size: 18px;
	margin: 16px 0;
    width:100%;
}
form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
    width: 100%;
}


form[role=login] > div {
	text-align: center;
}
	    
form[role=changePassword] {
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
.form-links a {
	color: #fff
}
.error-list {
    font-weight: normal;
    color: white;
    font-size: 12px;
    font-weight:bold;
}

/**Estilos*/

html, body {
    /*background: url(i.imgur.com/GHr12sH.jpg) no-repeat center center fixed;*/
    background: #ffffff;
    border:0;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family:Arial, Helvetica, sans-serif;
}

.roundedShadow {
    background-color: #fff;
    color: #fff;
    width: 412px;
    padding: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 14px -11px 3px #d3d3d3;
    -webkit-box-shadow: 14px -11px 3px #d3d3d3;
    -moz-box-shadow: 14px -11px 3px #d3d3d3;
}
.container {
    width: 100%;
    height: 100%;
    background: white;
    vertical-align: middle;
}
.containerform {
    border: 1px solid #dbdbdb;
    max-width:800px;
    max-height: 512px;
    height: 602px;
    width: 802px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.leftForm {
    width: 50%;
    height: 100%;
    border: 1px;
    float: left;
    height: 52px;
    position: absolute;
    top: 40%;
    text-align: center;
}
.rightForm {
    width: 50%;
    height: 100%;
    border-left: 1px;
    float: right;
    background: #EAEADF;
}
.rightForm form {
    width: 312px;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
input::placeholder {
    color: #ABAEB3;
    font-size: 1em;
    font-size: 16px;
}
.btn-form-custom {
    background-color: var(--primary-third);
    border-radius: var(--primary-radius);
    border-color: var(--primary-third);
    border-style:solid;
    color: white;
    height: 45px;
    cursor: pointer;
    transition: 0.3s;
    /*btn btn-lg btn-primary btn-block */
}
/*.btn-form-custom:hover {
    background-color: #ffffff;
        
    border: 1px solid gray;
    color: gray;
    height: 45px;
    cursor: pointer;
}*/
.form-links {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 26px;
    left: 139px;
    margin: auto;
    /*animation: 1s ease-out 0s 1 slideInFromBottom;*/
}
.imageSlide {
    /*animation: 1s ease-out 0s 1 slideInFromTop;*/
}

.form-links a {
    color: #5d5d5d;
    text-decoration: none;
}
.form-links a:hover {
    color: #5d5d5d;
    text-decoration:underline;
}

.text-line {
    background-color: transparent;
    color: #5d5d5d;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #5d5d5d 1px;
    /*padding: 3px 10px;*/
}

.shadow-containerform {
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}

form label {
    position:relative;
    top:8px;
}
.logoinform {
    display:none;
}
.linkInform {
    display: none;
}
.backgroudn-left {
    background-color: #B1B8BD;
    background-position: 0 0;
    background-repeat: no-repeat;
    /* Fallback */
    background-image: url('https://cdn.pixabay.com/photo/2016/10/16/13/09/design-1745096_960_720.jpg');
    /* CSS gradients */
    background-image: url('https://cdn.pixabay.com/photo/2016/10/16/13/09/design-1745096_960_720.jpg'), -moz-linear-gradient(top, #ADB2B6 0%, #ABAEB3 100%);
    background-image: url('https://cdn.pixabay.com/photo/2016/10/16/13/09/design-1745096_960_720.jpg'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ADB2B6), color-stop(100%, #ABAEB3));
    background-image: url('https://cdn.pixabay.com/photo/2016/10/16/13/09/design-1745096_960_720.jpg'), linear-gradient(to bottom, #ADB2B6, #ABAEB3);
    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADB2B6', endColorstr='#ABAEB3', GradientType=0);
}
svg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.wave {
    display: none;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}



@media only screen and (max-width: 64em) and (min-width: 52.01em) {

    

}

@media only screen and (min-width: 52em) {

    .leftForm {

        width: 50%;
        height: 100%;
        border: 1px;
        float: left;
        height: 52px;
        position: absolute;
        top: 40%;
        text-align: center;
    }

    .rightForm {

        width: 50%;
        height: 100%;
        border-left: 1px;
        float: right;
        background:var(--primary-first);
    }
	
	input#TwoFactor{
		color:white;
		font-weight:600;
	}

    div[ref=gamobile] {
        display: none;
    }

}

@media only screen and (max-width: 52em) {

    .logoinform {
        display: block;
    }
    .linkInform {
        display: block;
        left: 83px;

        text-align: center;
        font-size: 0.8em;
        margin-bottom: 50px;
        font-family: Arial, Helvetica, sans-serif;
        position: none;
        bottom: 26px;
        left: 139px;
        margin: auto;
        color:gray;

    }
    .linkInform a {
        color: #5d5d5d;
        text-decoration: none;
    }

    .linkInform a:hover {
        color: #5d5d5d;
        text-decoration: underline;
    }
    
    .leftForm {
        background: blue;
        display: none;
        width: 0;
    }

    .rightForm {
        width: 100%;
        height: 100%;
        border-left: 1px;
        float: right;
        background: transparent;
    }
    .rightForm form {
        width: 256px;
        position: absolute;
       
    }

    .containerform {
        border: 1px solid #dbdbdb;
        height: 100%;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        max-width: 100%;
        max-height: 100%;
        padding: 0px;
        border: 0px;
    }
    svg {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }

    path {
        fill: var(--primary-first);
        /*#c4e63b;*/
        /*#2da5c6*/
    }
    .wave {
        display: inline-block;
        position: absolute;
        width: 100%;
        padding-bottom: 50%;
        vertical-align: middle;
        overflow: hidden;
        height:20px;
    }

    div[ref=gamobile] {
        color: black;
        display: block;
        margin-bottom:15px;
    }

    form[role=login], input[name=user], input[name=password] {
        color: black;
    }

    form[role=login]::placeholder, input[name=user]::placeholder, input[name=password]::placeholder {
        color: #909090;
    }

    div[ref=gamobile1], span[ref=gamobile2], label[ref=gamobile3], div[ref=gamobile4], div[ref=gamobile5], div[ref=gamobile6] {
        color: black;
    }
    
    div [ref=gadesktop] {
        display: none;
    }

}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #004976 inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.imageLogo{
    width:220px;
}