﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: white;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#a {
  width: 400px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

button:focus {
  outline: none;
}

.FloatRight{
  float: right;
}

.validation-summary-errors * {
  color: white;
  text-align: left;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

.labelfocus:after {
  content: "\25B6";
  z-index: 99;
  display: inline-block;
  position: absolute;
  float: right;
  margin-right: -5px;
}
/*-------------------------------------------------*/

/*Background*/
#background {
  display: inline-block;
}

/*Default background image styling*/
#background {
  background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.background2_cle.jpg&type=image/jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/*Tall monitors*/
@media only screen and (min-height: 1025px) and (orientation: portrait) {

  #background {
    background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.background2_cle.jpg&type=image/jpeg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    min-height: 1080px;
    min-width: 1772px;
    background-size: cover;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*Phone landscape media query*/
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #background {
    background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.background2_cle.jpg&type=image/jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}
/*Phone portrait media query*/
@media only screen and (max-width: 750px) and (orientation: portrait) {
  #background {
    background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.background-1024.jpg&type=image/jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    left: 0;
    top: 0;
  }
}

/*Tablet portrait media query*/
@media only screen and (max-width: 1024px) and (orientation: portrait) {

  #background {
    background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.background2_cle.jpg&type=image/jpeg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*Tablet/PC landscape media query*/
@media only screen and (min-width: 1024px) and (orientation: landscape) {

  #background {
    background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.background_cle.jpg&type=image/jpeg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/*End Background*/
/*Begin Form Container*/
.FormContainer {
  left: calc(50% - 40em/2);
  width: 38em;
  height: 25em;
  top: calc(50% - 27em/2);
  color: white;
  background-color: #1c1c1c;
  background-color: rgba(28, 28, 28, 0.95);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  font-family: Arial;
  color: white;
  padding: 1em;
  overflow: auto;
}

.FormContainerHeader {
  color: white;
  font-size: 1.5em;
  margin-bottom: 1rem;
  text-align: left;
}

.FormContainerSubHeader {
  color: white;
  font-size: .75em;
  margin-bottom: 1em;
  text-align: left;
  line-height: 150%;
}


.FormContainer .inputgroup label {
    color: white;
    font-size: .75em;
    width: 10em;
    padding-top: .3em;
    padding-right: 1em;
    text-align: right;
    display: inline-block;
    line-height: 1.25em;
    height: 1.25em;
}

.FormContainer .inputgroup input {
    color: white;
    background-color: transparent;
    font-size: 1em;
    border: 0 none;
    width: calc(100% - 10em);
    display: inline-block;
    line-height: 1.25em;
    height: 1.25em;
}

.FormContainer .primarybutton {
    color: white;
    background-color: dodgerblue;
    font-size: .75em;
    border: 0 none;
    padding: .5em 0em .5em 1em;
    border-radius: .2em;
    cursor: pointer;
}

  .FormContainer button.primarybutton  {
    height: 3em;
    line-height: 2em;
    text-align: center;
    width: 8em;
    padding: .5em 1em .5em 1em;
  }

    .FormContainer .externalPrimaryButton {
      clear: both !important;
      display: block !important;
      margin-bottom: 1em;
    }

    .FormContainer .externalPrimaryButton a {
      text-decoration: none;
      color: white;
    }

.FormContainer .primarybutton:not(button),
.FormContainer .primarybutton span {
  line-height: 2em;
  height: 2em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.FormContainer .primarybutton:hover,
.FormContainer .primarybutton:focus {
    background-color: #3F9AFF;
}

.FormContainer .secondarybutton {
  color: inherit;
  background-color: transparent;
  font-size: .75em;
  border: 0 none;
  margin-right: .5em;
  border-radius: .2em;
  text-decoration: none;
  height: 3em;
  line-height: 2em;
  width: 8em;
  padding: .5em 1em .5em 1em;
  cursor: pointer;
}

  .FormContainer .secondarybutton:visited {
    color: inherit;
  }


.FormContainer .inputgroup input:focus {
  outline: none;
}

.FormContainer .inputgroup {
  color: white;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: .3em;
  -moz-border-radius: .3em;
  padding: .5em;
  margin-bottom: .5em;
}


.FormContainer .footer {
  background-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.1);
  padding: .5em 1em .5em 1em;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;

}


@media only screen and (max-width: 640px) {
  .FormContainer {
    left: 0;
    top: 0;
    width: calc(100% - 2em);
    height: calc(100% - 1.5em);
    min-height: 10em;
  }

  .footer {
    /*display: none;*/
    background-color: transparent !important;
    box-sizing: inherit !important;
    position: relative !important;
    margin-top: 10px;
    width: auto !important;
  }

       .logo{
    display: none;
  }
}

@media only screen and (max-height: 450px){
  .logo{
    /*opacity:0;*/
    z-index: -1;
  }

   .FormContainer {
    left: 0;
    /*top: 80px;*/
    top: 0;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    margin-bottom: 10px;
    min-height: 10em;
    bottom: 0;
  }

    .footer{
    /*display: none;*/
        background-color: transparent !important;
    box-sizing: inherit !important;
    position: relative !important;
    margin-top: 10px;
    width: auto !important;

  }
      .logo{
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .FormContainer .primarybutton {
    width: calc(100% - 1em) !important;

  }
}

@media only screen and (max-width: 640px) and (min-height: 665px) {
  .footer {
    background-color: #c8c8c8 !important;
    background-color: rgba(200, 200, 200, 0.1) !important;
    padding: .5em 1em .5em 1em;
    width: 100%;
    position: absolute !important;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
  }
}

.FormContainer .copyright {
  color: #CCCCCC;
  font-size: 12px;
  margin: 0px;
  text-align: left;
  line-height: 150%;
}
/*End Form Container*/

.chevronSvg {
  fill: white;
  width:2em;
  height: 1em;
  line-height: 2em;
  margin-left: .5em;
    vertical-align: middle;
}


.errorList {
  background-color: #c80000;
  background-color: rgba(200, 0, 0, 0.50);
  width: 100%;
  color: white;
  font-size: .85em;
}

.errorList ul li {
  padding: 1em 0 1em 0;
  color: white;
  font-size: .85em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.errorList ul {
  list-style: disc;
}

[ng\:hide], [ng-hide], .ng-hide {
  display: none !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.logo {
  background-image: url('./IdPEmbeddedResource/Index/?filename=MRI.Content.Images.mrilogo.png&type=image/png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: calc((100vw - 38em)/2 - 48px);
  max-width: 127px;
  min-width: 60px;
  height: 73px;
  margin: 16px;
  z-index: -1;
}

.buttonContainer{
  text-align: right;
}


  .buttonContainer.externalProviders {
    text-align: center;
  }