.loginBG {
	background-image: linear-gradient(to right top, #6824c0, #613ecd, #5951d9, #5363e3, #4e73ec, #3087f6, #099afc, #00abff, #00c2ff, #00d7ff, #00eafa, #5ffbf1);
}

.vert {
	vertical-align: middle !important;
}

.display-9 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
}

.display-10 {
    font-size: 0.8rem;
    font-weight: bolder;
}

.readonly {
    pointer-events: none;
    cursor: not-allowed !important;
    background-color: #f2f2f2 !important;
}

.readonly-input{
    border-radius: 7px !important;
    padding-left: 5px;
    pointer-events: none;
    cursor: not-allowed !important;
    background-color: #f2f2f2 !important;
}

.bgPattern {
    background: url("../images/groovepaper.png");
}