#login input[type="text"],
#login input[type="email"],
#login input[type="password"],
#login textarea,
#login textarea.form-control {
    max-width: none;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #434c53;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

/* input search */

input[type=search] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url('../img/ico/times-circle.svg') no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

input[type="search"].dark::-webkit-search-cancel-button {
    filter: invert(1);
}

/* end input search */
    
textarea, textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

#login input[type="text"]:focus,
#login input[type="email"]:focus,
#login input[type="password"]:focus,
#login textarea:focus,
#login textarea.form-control:focus {
    outline: 0;
    background: #cde9f2;
    border: 3px solid #3aa0a9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login input[type="email"]:-moz-placeholder, #login input[type="password"]:-moz-placeholder,
#login textarea:-moz-placeholder, #login textarea.form-control:-moz-placeholder {
    color: #888;
}

#login input[type="email"]:-ms-input-placeholder, #login input[type="password"]:-ms-input-placeholder,
#login textarea:-ms-input-placeholder, #login textarea.form-control:-ms-input-placeholder {
    color: #888;
}

#login input[type="email"]::-webkit-input-placeholder, #login input[type="password"]::-webkit-input-placeholder,
#login textarea::-webkit-input-placeholder, #login textarea.form-control::-webkit-input-placeholder {
    color: #888;
}


#login input[type="submit"],
button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #333; /*#3aa0a9;*/
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#login input[type="submit"]:hover,
button.btn:hover {
        opacity: 0.6;
        color: #fff;
    }

#login input[type="submit"]:active,
button.btn:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #login input[type="submit"]:focus,
    button.btn:focus {
        outline: 0;
        opacity: 0.6;
        background: #de995e;
        color: #fff;
    }
    #login input[type="submit"]:active:focus,
    button.btn.active:focus {
        outline: 0;
        opacity: 0.6;
        background: #de995e;
        color: #fff;
    }

#login span {    
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#fichaFormulario .form-texto {
    /*padding: 6px 12px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border: 1px solid #434c53;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height:35px;
    margin-bottom:5px;
}

form-password{
    height:50px;
}
/*#fichaFormulario .form-texto {
    max-width: none;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #434c53;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
*/
#fichaFormulario .form-texto:focus {
    outline: 0;
    background: #cde9f2;
    border: 3px solid #3aa0a9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .btn-up {
    /*height: 50px;*/
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #3aa0a9; /*#3aa0a9;#de995e;*/
    border: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: 2px 2px 5px #585858;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .btn-up:hover {
        opacity: 0.6;
        color: #fff;
    }

.btn-ronda {
    /*height: 50px;*/
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #3aa0a9; /*#3aa0a9;#de995e;*/
    border: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: 2px 2px 5px #585858;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .btn-ronda:hover {
        opacity: 0.6;
        color: #fff;
    }

/* ---- IS -----*/
/*
input[type="text"],
input[type="password"],
textarea,
textarea.form-control,
select {
    max-width: 150px;
    height: 30px;
    margin-top: 3px;
    padding: 5px;
    vertical-align: middle;
    background: #cde9f2;
    border: 1px solid #3aa0a9;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
        outline: 0;
        border: 1px solid #f89d26;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

input[type=radio] {
    height: 25px;
    width: 25px;
    background-color: #000;
}
*/