p{
    font-weight: 600;
    font-size: 15px;
}

.fab{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #431a0b; /* Shades70 */
    height: 40px;
    width: 90px;
}
.fab:hover{
    cursor: pointer;
}
.fa-twitter{
    color: #56ABEC;
}
.fa-facebook{
    color: #1775F1;
}
.fa-google{
    color: #CB5048;
}

.division{
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2rem;
}

.division span{
    font-weight: 600;
    font-size: 14px;
}

.myform{
    padding: 2rem;
}

.form{
    padding: 0 25px 0 33px;
}

.bn{
    text-decoration: underline;
}

.bn:hover{
    cursor: pointer;
}

.form-check-input {
    margin-top: 8px!important;
}

.far.fa-user{
    font-size: 13px;
}

.or-email {
    background-color: #1f1f21;    /*  Base Grey */
    position: relative;
    z-index: 1;
}
.passwordforgotten {
    display: block;
    text-decoration: none;
    color: #bbbbbc; /* Tints 70 Grey */
}

.passwordforgotten:hover {
    text-decoration: underline;
}

.text-theme-secondary.link:hover {
    color: #fff;
}

@media(min-width: 767px){
    .bn{
        text-align: right;
    }
}
@media(max-width: 767px){
    .form-check{
        text-align: center;
    }
    .bn{
        text-align: center;
        align-items: center;
    }
}
@media(max-width: 450px){
    .fab{
        width: 100%;
        height: 100%;
    }
    .division .line{
        width: 50%;
    }
}