.error {
    backgroud-color: #cc0000;
}

@media (min-width: 993px) {
    .container {
        width: 90%;
    }
}

label {
    color: #636363;
    font-size: 0.9rem;
}

input {
    padding: 0.5rem 0 0 0 !important;
    margin-bottom: 0px !important;
}

em {
    color: red;
    margin-bottom: 10px;
}

.preloader-wrapper {
    display: none;
    margin-top: 7px;
    height: 20px;
    width: 20px;
}

.margin-b10 {
    margin-bottom: 10px;
}

/* label focus color */

.input-field input[type=text]:focus+label {
    color: #424242 !important;
}

/* label underline focus color */

.input-field input[type=text]:focus {
    border-bottom: 1px solid #EBBB4E !important;
    box-shadow: 0 1px 0 0 #EBBB4E !important;
}

/* valid color */

.input-field input[type=text].valid {
    border-bottom: 1px solid #4cce70 !important;
    box-shadow: 0 1px 0 0 #4cce70 !important;
}

/* invalid color */

.input-field input[type=text].invalid {
    border-bottom: 1px solid #d50000 !important;
    box-shadow: 0 1px 0 0 #d50000 !important;
}

/* label focus color */

.input-field input[type=number]:focus+label {
    color: #424242 !important;
}

/* label underline focus color */

.input-field input[type=number]:focus {
    border-bottom: 1px solid #EBBB4E !important;
    box-shadow: 0 1px 0 0 #EBBB4E !important;
}

/* valid color */

.input-field input[type=number].valid {
    border-bottom: 1px solid #4cce70 !important;
    box-shadow: 0 1px 0 0 #4cce70 !important;
}

/* invalid color */

.input-field input[type=number].invalid {
    border-bottom: 1px solid #d50000 !important;
    box-shadow: 0 1px 0 0 #d50000 !important;
}

/* label focus color */

.input-field input[type=password]:focus+label {
    color: #424242 !important;
}

/* label underline focus color */

.input-field input[type=password]:focus {
    border-bottom: 1px solid #EBBB4E !important;
    box-shadow: 0 1px 0 0 #EBBB4E !important;
}

/* valid color */

.input-field input[type=password].valid {
    border-bottom: 1px solid #4cce70 !important;
    box-shadow: 0 1px 0 0 #4cce70 !important;
}

/* invalid color */

.input-field input[type=password].invalid {
    border-bottom: 1px solid #d50000 !important;
    box-shadow: 0 1px 0 0 #d50000 !important;
}

/* label focus color */

.input-field input[type=tel]:focus+label {
    color: #424242 !important;
}

/* label underline focus color */

.input-field input[type=tel]:focus {
    border-bottom: 1px solid #EBBB4E !important;
    box-shadow: 0 1px 0 0 #EBBB4E !important;
}

/* valid color */

.input-field input[type=tel].valid {
    border-bottom: 1px solid #4cce70 !important;
    box-shadow: 0 1px 0 0 #4cce70 !important;
}

/* invalid color */

.input-field input[type=tel].invalid {
    border-bottom: 1px solid #d50000 !important;
    box-shadow: 0 1px 0 0 #d50000 !important;
}

/* label focus color */

.input-field input[type=email]:focus+label {
    color: #424242 !important;
}

/* label underline focus color */

.input-field input[type=email]:focus {
    border-bottom: 1px solid #EBBB4E !important;
    box-shadow: 0 1px 0 0 #EBBB4E !important;
}

/* valid color */

.input-field input[type=email].valid {
    border-bottom: 1px solid #4cce70 !important;
    box-shadow: 0 1px 0 0 #4cce70 !important;
}

/* invalid color */

.input-field input[type=email].invalid {
    border-bottom: 1px solid #d50000 !important;
    box-shadow: 0 1px 0 0 #d50000 !important;
}

/* label focus color */

.input-field textarea:focus+label {
    color: #424242 !important;
}

/* label underline focus color */

.input-field textarea:focus {
    border-bottom: 1px solid #EBBB4E !important;
    box-shadow: 0 1px 0 0 #EBBB4E !important;
}

/* valid color */

.input-field textarea.valid {
    border-bottom: 1px solid #4cce70 !important;
    box-shadow: 0 1px 0 0 #4cce70 !important;
}

/* invalid color */

.input-field textarea.invalid {
    border-bottom: 1px solid #d50000 !important;
    box-shadow: 0 1px 0 0 #d50000 !important;
}

/* icon prefix focus color */

.input-field .prefix.active {
    color: #EBBB4E !important;
}

.checkbox-custom:checked+label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #EBBB4E;
    /* You need to change the colour here */
    border-bottom: 2px solid #EBBB4E;
    /* And here */
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.dropdown-content li>span {
    font-weight: 700;
    font-size: 16px;
    color: #636363 !important;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

input.select-dropdown {
    font-weight: 600;
}

.fondo_pagina {
    background-image: url(/images/registro.jpg);
    background-repeat: no-repeat;    
}