h1 {


    color: #1b5fb0;
    /* font-size: 1.5rem; */
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}

p {

    font-family: "Roboto", sans-serif;

}

.error {
    border-color: red;
}

.error-checkbox {
    outline: red 2px solid;
}

.focusinput{

    border-color: #80bdff;

}

.cursor-pointer{

    cursor: pointer;

}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.border-md {
    border-width: 2px;
}

.btn-facebook {
    background: #405D9D;
    border: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background: #314879;
}

.btn-twitter {
    background: #42AEEC;
    border: none;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background: #1799e4;
}



/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
    min-height: 100vh;
}

.form-control:not(select) {
    padding: 1.5rem 0.5rem;
}

select.form-control {
    height: 52px;
    padding-left: 0.5rem;
}

.form-control::placeholder {
    color: #ccc;
    font-weight: bold;
    font-size: 0.9rem;
}

.form-control:focus {
    box-shadow: none;
}