*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100Vh;
}
.title1 {
    font-size: 2.25rem;
}
.color-red {
    color: #dc3438;
}
.form-group {
    margin-bottom: 1rem;
}
.secondary_links {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2rem;
}
.secondary_links a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #999;
    margin-right: 2rem;
    text-decoration: none;
}
.btn-primary {        
    border-color: #e31e25 !important;       
    background-color: #e31e25 !important;
    border-radius: 0.2rem;
    /* height: 50px; */
    padding: 0 20px;
    color: #fff !important;
}