/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #626262;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #333;
}

/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}
.ctt-header {
    line-height: 1;
    border-bottom: 1px solid #243e90;
}

/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

/*
 * Footer
 */

.ctt-footer {
    padding: 0.5rem 0;
    text-align: center;
    border-top: 1px solid #243e90;
}

#form-search{
    margin:0px;
    padding-bottom:1rem;
    margin-bottom:1rem;
    border-bottom: 1px solid #243e90;
}

#ctt-title{
    margin-left:15px;
    font-size:28px;
    font-weight:bold;
    color:#243e90;
    top: 29px;
    position: relative;
    display: none;
}

#ctt-title-admin{
    margin-left:15px;
    font-size:28px;
    font-weight:bold;
    color:#d80000;
    top: 29px;
    position: relative;
    display: none;
}

@media (min-width: 576px){
    #ctt-title{
        display: unset;
    }
    #ctt-title-admin{
        display: unset;
    }
}

/*
 * form-signin
 */

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    background-color: white;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}