@font-face {
    font-family: "Raleway";
    src: url( "/Public/Fonts/Raleway-Regular.ttf" );
}

@font-face {
    font-family: "Quicksand";
    src: url( "/Public/Fonts/Quicksand-Regular.ttf" );
}

@font-face {
    font-family: "Montserrat";
    src: url( "/Public/Fonts/Montserrat-Regular.ttf" );
}

@font-face {
    font-family: "Nunito";
    src: url( "/Public/Fonts/Nunito-Regular.ttf" );
}

@font-face {
    font-family: "Open Sans";
    src: url( "/Public/Fonts/OpenSans-Regular.ttf" );
}
@font-face {
    font-family: "Nunito Sans";
    src: url( "/Public/Fonts/NunitoSans-Light.ttf" );
}

* {
    color: rgb( 40, 40, 40 );
}

input[type=text], input[type=password], input[type='email'] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgb( 200, 200, 200 );
    padding: 5px 8px;
    font-size: 0.9em;
}

.form-input-edited {
    border-color: rgb( 150, 200, 255 ) !important;
    color: rgb( 0, 40, 140 ) !important;
    font-style: italic;
}

.form-input-error {
    border-color: rgb( 255, 130, 140 ) !important;
    border-width: 2px !important ;
    color: rgb( 231, 76, 60 ) !important;
    font-style: italic;
}

.search-form-input {
    padding: 1px 2px !important;
    font-size: 0.8em !important;
}

label, .label {
    color: rgb(87, 100, 101);
}

.container-content {
    padding: 20px 15px;
}