﻿.lgnHeaderLink {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #2777D0;
    text-decoration: underline !important;
}
.ErrorTitle {
    font-family: 'Inter-SemiBold';
    font-size: 24px;
    color: #0F2D4F;
}



/* welcome screen */
@media (min-device-width: 768px ) and (max-device-width: 991px ) {
    .welcomeImg {
        width:100%;
    }
    .welcomeRORtxt {
         height: 108px;   
    }
    .btnnewtoROR,
    .btnEnrollNow {
            width: 100% !important;
            margin-left:auto;
            margin-right:auto;
    }
}


@media (min-device-width: 992px ) and (max-device-width: 1104px ) {
    .welcomeRORtxt {
         height: 78px;   
    }
}

.desktop-other{ display: none;}
.navbar {
    padding: .0rem 0rem !important;
}