* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    height: 100%;
}
.formlogin {
    width: 400px;
    border: 7px solid black;
    position: absolute;
    display: none;
    right: 43px;
    top: 30px;
}
.formlogin input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    color:#999;
    font-size: 18px;
}
.formlogin .header {
    padding: 15px 7px;
    background: #057A00;
    color: #fff;
}
.icon-lock {
    width: 13%;
    display: inline-block;
    font-size: 30px;
    top: -2px;
    position: relative;
}
.formlogin .header .titulos {
    width: 80%;
    display: inline-block;
}
.formlogin .header .titulos div:nth-child(2) {
    font-size: 12px !important;
}
.formlogin .body {
    background: #F3F3F4;
    padding: 20px 20px;
    color: #999;
    overflow: auto
}
.formlogin .body div {
    margin-bottom: 20px;
}
.formlogin .body label {
    margin-bottom: 7px;
}
.formlogin .body a {
    color: #319F42;
    text-decoration: none;
    outline: none;
}
.formlogin .footer {
    background: #FDDC00;
    padding: 15px 7px;
    color: #057A00;
    font-weight: bold;
    border-top: 7px solid black;
}
.formlogin .footer div:nth-child(1) {
    font-size: 19px;
}
.botonLogin {
    color: #319F42;
    background: #FDDC00;
    width: 100px;
    padding: 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    float: right;
    top: 20px;
    cursor: pointer;
    font-weight: bold;
}
.botonLogin span {
    position: absolute;
    right: 5px;
    top: 11px;
}
.icon-right-open {
    padding: 4px;
    border-radius: 50%;
    background: #fff;
    opacity: .7;
    margin-left: 10px;
}

/*Agregado 28-03-2016 codebase categoria*/
  .fontawesome-select,
        body {
            font-family: 'flaticon', 'Helvetica';
        }

        @font-face {
            font-family: "flaticon";
            src: url("https://www.europcar.cl/templates/masterbootstrap/fonts/categorias/flaticon.eot");
            src: url("https://www.europcar.cl/templates/masterbootstrap/fonts/categorias/flaticon.eot?#iefix") format("embedded-opentype"), url("https://www.europcar.cl/templates/masterbootstrap/fonts/categorias/flaticon.woff") format("woff"), url("https://www.europcar.cl/templates/masterbootstrap/fonts/categorias/flaticon.ttf") format("truetype"), url("https://www.europcar.cl/templates/masterbootstrap/fonts/categorias/flaticon.svg#flaticon") format("svg");
			font-weight: normal;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
		    -ms-font-smoothing: grayscale;
			font-smoothing: grayscale;
        }


div.selectCB
{
    position:relative;
    display:inline-block;
    cursor:pointer;
    text-align:left;
    line-height:30px;
    clear:both;
    color:#666;
    font-size: 16px;
    left: 14px;
    z-index:9999;
}
span.seleccionado
{
    width:231px;
    text-indent:20px;
    border:1px solid #ccc;
    border-right:none;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background:#fff;
    overflow:hidden;
}
span.seleccionadoFlecha
{
    width:30px;
    border:1px solid #FDDC00;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    text-align:center;
    font-size:20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background:#FDDC00;
    color:#fff;
}

span.seleccionadoFlecha,span.seleccionado
{
    position:relative;
    float:left;
    height:30px;
    z-index:1;
}

div.selectOpciones
{
    position:absolute;
    top:28px;
    left:0;
    width:260px;
    border:1px solid #ccc;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    overflow:hidden;
    background:#fff;
    padding-top:2px;
    display:none;
}

span.selectOpcion
{
    display:block;
    line-height:20px;
    padding:10px;
}

span.selectOpcion:hover
{
    color:#f6f6f6;
    background:#046A02;
}