/******************************************************************	
Projectname:   Shopping and Logistics Management	
Module: 	   Storefront	
Version:       1.3.2
Author:        C.C. Net Technologies	
Last modified: 09 october 2017	
Copyright (C): 2009-2017 C.C. Net Technologies	
Prohibido su distribución, todos los derechos reservados C.C. Net Technologies S.A.
******************************************************************/
/*	
Custom CSS
*/


.input-index, .input-index2{
width: 80%;
height: 35px;
text-align: justify;
border: 0;
background-color: #ffffff;
border-radius:5px;
color: #929292;
font-size: 17px;
padding-left:5px;
}

.input-index{
	margin-bottom:3px;
/*border-bottom: 1px solid #929292;*/
}

.input-index2{
/*border-top: 1px solid #929292;*/
}

.boton-iniciar-session{
    width: 50%;
    border-radius: 10px;
    background-color: #ffffff;
    height: 36px;
    color: #070505;
    font-size: 18px;
    font-weight: 600;
}

.boton-iniciar-session:hover{
    background-color: #070505;
    color: #ffffff;
}
.linkpersonalizado:hover{
    background-color: #070505;
    color: #ffffff;
	padding: 5px;
	border-radius:5px;
}

