#err_msg{
	color: #b43127;
}
.btn-primary{
	background-color: #b43127;
	border-color: #b43127;
}
.forgot{
	color: #b43127;
}
.font-weight-bold{
	color: #b43127;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #b43127;
    border-color: #b43127;
}
.btn-primary:hover {
    background-color: #b43127 !important;
    border-color: #b43127 !important;
}


.btn-google {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #de564a;
    color: #de564a;
    border-radius: 5px;
    padding: 6px 16px;
    transition: all .3s;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-google i {
    margin-right: 10px;
}

.btn-google:hover {
    background: #de564a;
    color: #fff;
}

.btn-primary:focus{
    box-shadow: none !important;
    outline: none !important;
    background: #b43127 !important;
    border-color: #b43127 !important;
}

.forms1 .custom-control {
        margin-bottom: 10px;
    }

    .forms1 .custom-control input {
        width: 16px;
        height: 16px;
        margin-left: -24px;
    }

    .forms1 label.form-check-label {
        line-height: 25px;
        font-weight: 400;
    }
.required-fld{
    color: #ff1200;
}