﻿.smalllogo {
    height: 50px;
    background-image: url("../images/rme_logo.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px;
    background-color: black;
}

.logo {
    height: 200px;
    background-image: url("../images/rme_logo.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 40px;
}

.simplifiedexternalprovider{
    
}

.simplifiedlocalprovider{
   
}

#LoginContainer > .row > .text-center.alert-danger {
    visibility: hidden;
}

#LoginContainer > .row > .text-center.alert-danger:before {
    position: relative;
    z-index: 100;
    content: url("../images/rme-login-text.svg");
    visibility: visible;
}

.headercontent{
  font-weight:bold;
  font-size:14px;
}