#login-register {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    height: 100vh;
}
#login-register a {
    color: #28a745
}
#login-register img.img-cover {
    width: 80%;
}
.margin-auto-0 {
    margin: auto 0;
}

/*
* background color
*/
.bg-new-grey {
    background: rgba(26,108,225,.03);
}
.bg-new-primary {
    background: #28a745;
}

/*
* text color
*/
.tx-color-grey {
    color: #8392a5;
}
.tx-color-white {
    color: #ffffff;
}

/*
* Form modify
*/
.form-control:focus {
    border-color: #28a745 !important;    
    box-shadow: none !important;
}

/*
* heading
*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom:.5rem;
    font-weight:500;
    line-height:1.25;
    color:#001737
}
.h1, h1 {
    font-size:2.1875rem !important
}
.h2, h2 {
    font-size:1.75rem !important
}
.h3, h3 {
    font-size:1.53125rem !important
}
.h4, h4 {
    font-size:1.3125rem !important
}
.h5, h5 {
    font-size:1.09375rem !important
}
.h6, h6 {
    font-size:.875rem !important
}

::-webkit-input-placeholder {
    font-size: 14px
}
::-moz-placeholder {
    font-size: 14px
}
:-ms-input-placeholder {
    font-size: 14px
}
::placeholder {
    font-size: 14px
}

@media (max-width: 768px){
    /* #login-register {
        margin: 2rem 0;
    } */
    #login-register img.img-cover {        
        margin: 0 auto 2rem;
        display: flex;
    }

    #login-register img.img-cover {
        width: 60%;
    }
}