
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap');


body{
 font-family: "Open Sans", sans-serif !important;

}



#topBar { background-color: white !important;}

#downloadPDFButton { background: #69488e !important;}

#downloadDICOMButton { background: #69488e !important;}

#downloadZIPButton { background: #69488e !important;}

#viewStudyButton
{
background: #69488e !important;
}

#loginButton
{
background: #69488e !important;
}

#bodyLogin{
background-color: #69488e;
}

#containerLogin
{
background: #ffffff !important;
}

#previousStudiesSectionBody
{
display: block;
}

.MOD_CT
{
}


.invalid{
background-color: #ffdddd;
}



.simple-login-container{
 width:300px;
 max-width:100%;
 margin:50px auto;
 background-color: white;
 padding: 2rem;
 border-radius: 1rem;
 border-color: #cccccc;
}

.simple-login-container h2{
 text-align:center;
 font-size:20px;
}

label
{
margin-bottom: 0.1rem;
}


input[type=text]
{
width:99%;border-color:#cccccc;border-radius:0.1rem;
}

#portalLogo
{
background-image: url("/portalLogo.png");
display:block;
margin:auto;
margin-bottom:1rem;
height: 61px;
width: 200px;
background-repeat: no-repeat;
background-size: 200px 61px;
}
viewStudyOHIFButton { background: #3398cc !important;}

input[type=password]
{
width:99%;border-color:#cccccc;border-radius:0.1rem;
}
