﻿
/*ESTILOS NUEVOS Y MODIFICADOS PARA AGREGAR EN LA HOJA*/

body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Roboto, open_sansregular, sans-serif;
	margin: 0
}

    input{
	    font-size:16px;
	    width:100%;
	    padding:2px 0;
	    line-height: 20px;
					
    }
    input.placeholder{
	    color:#868e97;
    }
				
    .icono-gris{
	    font-size:22px;
	    color:#4e5a64;
	    cursor:cursor;
    }
				
    input.borde-gris{
	    border: 0;
	    border-bottom: 1px solid #BBB;
	    transition: all 0.25s linear;
    }
    input.borde-gris:focus{
	    border: 0;
	    outline-width:0;
	    border-bottom: 1px solid #329AFB;
    }
    button.submit-btn-cuadrado{
	    background-color:#009591;
	    border-radius:3px;
	    transition: all 0.15s linear;
    }
    button.submit-btn-cuadrado:hover,
    button.submit-btn-cuadrado:focus{
	    background-color:#00A7A6;
    }
    #img-grande{
	    display:none;
	    position:fixed; 
	    height:100%;				
    }
    #main-form{
	    position:fixed; 
	    padding-top: 3%;
	    right:0; 
	    width:43%;
	    height:100%;
	    background-color:#ffffff;
	    display:none;
	    overflow-y: scroll;
    }

h5
{
	text-align: left;
	color: 080808;
    font-weight: 300;
	margin: 0 0 45px 0;
	letter-spacing: -0.05em;
	font-size: 25px;
	position: relative;
	line-height: 20px;
}

h5:before
{
	content: "";
	position: absolute;
	top: -9px;
	width: 232px;
	height: 93px;
	left: 0;
}

fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

#changePasswordInputs input
{
	width: 303px;
}

#iptUsername
{
	background-position: 5px -2px !important;
}

#iptPassword
{
	background-position: 5px -52px !important;
}

.errorInput
{
	border-color: #E74C3C !important;
}

#actions
{
	margin: 25px 0 0 0;
}
.link
{
	color: #329AFB;
	float: right;
	margin-left: 10px;
	vertical-align: bottom;
	cursor: pointer;
}
#actions label, #iptCheckDomain, #btnForgotPassword {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	color: #329AFB
}

#iptCheckDomain {
    width: 20px;
    height: 30px;
    margin-right: 10px
}

#btnForgotPassword
{
	clear: right;
	padding-left:25px;	
	margin-left: 0px !important;
}

#lblMessage
{
	text-align: left;
	display: inline-block;
	width: 100%;
	position: relative;
	top: 10px;
	overflow: visible;
	color: #e74c3c !important;
	font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

.errorMessage
{
	color: #e74c3c !important;
	font-weight: normal !important;
}

.successMessage
{
	color: #36bf00 !important;
}

#imgLoading
{
	display: none;
	float: left;
}

#popupForgotPassword, #popupChangePassword
{
	display: none;
	background-color: #fff;
	padding: 30px;
	position: absolute;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin: auto;
}

#popupForgotPassword {
}

#popupChangePassword {
}

#forgotActions{
	padding-top: 20px;
}

#imgRecoveringContainer, #imgChangingPasswordContainer {
	float: left;
	margin-top: 12px;
}

#imgChangingPasswordContainer
{
	float: left;
}

#imgRecovering, #imgChangingPassword
{
	margin: auto;
	display: none;
	text-align: center;
}

#popupForgotPassword .inputSubmit, #popupChangePassword .inputSubmit
{
	width: 70px;
	height: 25px;
	float: none;
	vertical-align: bottom;
}

h2
{
	color: #7e7e7e;
	margin: 0 0 0px 0;
	letter-spacing: -0.05em;
	font-size:16px;
	line-height: 20px;
}

#iptPassword1, #iptPassword2
{
	background-position: 5px -52px !important;
}

#changePasswordActions
{
	margin-top: 5px;
	float: right;
}

#changePasswordInputs
{
	margin-top: 10px;
}

.btn_login {
	font-size: 15px;
	font-weight: 300;
	padding: 10px 25px;
	background-color: #329AFB;
	color: #fff;
	border: 1px solid #329AFB;
	width: auto;
	cursor: pointer;
	margin-top: 50px;
	text-transform: uppercase;
	display: block
}

.btn_login:hover {
	background-color: #7AB5D4;
	color: #fff;		
	border: 1px solid #7AB5D4;
}

#img-logo-color {
    visibility: hidden;
}

#btnSubmit {
	margin-right: 5px;
}

#btnSubmitAuth {
	margin-left: 5px;
}

.divactions {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.divdomain {
	display: flex;
}

.loader {
	display: inline-block;
	border: 5px solid #BEBEBE;
	border-radius: 50%;
	border-top: 5px solid #329AFB;
	width: 25px;
	height: 25px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	align-self: end;
	margin-bottom: 8px;
	margin-left: auto;
}

.loaderRight {
	margin-right: auto;
	margin-left: unset;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.title-welcome {
    font-weight:300;
    font-size:18px;
    color:#868e97;
    text-align: left;
    padding-bottom: 15px
}


    @media screen and (max-width: 768px){
	    #main-form{
		    width:100%;
		    overflow: scroll;
	    }
        #img-logo-color {
            visibility: visible;
        }    
        #text-title {
            display: none;
        }    
        h5 {
            font-size: 24px;
            padding-top: 20px;
            font-weight: 300;
            color: #4e5a64;
            text-align: center;
            margin: 10px 0 20px 0
        }
        #actions label, #iptCheckDomain, #btnForgotPassword {
            font-size: 11px;
        }
        
        #btnForgotPassword {
            font-size: 11px;
            padding-left: 15px
        }
        .btn_login {
            margin-top: 40px;
        }
        #lblMessage {
	        font-weight: 300;
            font-size: 13px;
            line-height: 17px;
        }
        .title-welcome {
            font-weight:300;
            font-size:14px;
            color:#868e97;
            text-align: center;
            padding: 20px 0 0 0
        }
    }
