.blocker{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

div{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.dark{
    opacity: 0.5;
    background-color: black;
    height: 100%;
    width: 100%;
}

.loginContainer{
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 450px;
    width: 100%;
    max-height: 95%;
    min-height: 665px;
    background-color: #f4f4f4;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow-y: auto;
    z-index: 11;
}

.inner{
    padding: 0px 30px;
}

.bar{
    background-color: white;
    padding: 15px;
}

.subscriptions {
    padding: 15px;
}

.imageWrapper {
    width: 100%;
    text-align: center;
}

.barImage{
    width: 80%;
}

.bar h1{
    margin: revert;
    padding: revert;
    font-size: revert;
    font-weight: revert;
}

.bar h5{
    margin: 0px;
    padding: revert;
    font-size: revert;
    font-weight: revert;
}

.box{
    background-color: white;
    padding: 10px 16px;
    box-shadow: 0px 1px 4px 0.5px #c0c0c0;
}

.box p {
    margin: 10px 0px;
}

.subscribeMenu{
    background-color: white;
    text-align: center;
    padding: 10px 16px;
    box-shadow: 0px 1px 4px 0.5px #c0c0c0;
}

.innerSubscribeMenu{
    letter-spacing: 1pt;
    padding: 10px;
}

.textBox{
    width: 100%;
    min-width: 300px;
    height: 36px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px #c5c3c3 solid;
    font-size: revert;
    font-family: revert;
    font-weight: revert;
}

.button{
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 36px;
    margin: 10px 0px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: #9c9c9c;
    outline: none;
    border: none;
    cursor: pointer;
}

.centreText {
    text-align: center;
}

.password {
    position: relative;
}

.forgotPassword {
    padding: 6px;
    font-size: 12px;
}

.linkText{
    cursor: pointer;
    text-decoration: none;
}

.capital{
    text-transform: uppercase;
}

.bold{
    font-weight: bold;
}

.passwordIcon{
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    border: none;
    background-color: white;
    outline: none;
}

.passwordIcon:focus {
    border: none;
    background-color: white;
    outline: none;
} 

.sameLine{
    display:inline-block;
    width: 100%;
}

.errorText{
    color: #ff0000;
    margin: 5px 0px !important;
    font-size: 0.7em !important;
}

.successText{
    font-size: 1em !important;
    color: #198754!important;
}

.smallText{
    font-size: 14px;
}

.largeText{
    font-size: 18px;
}

.or {
    padding: 15px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size:15px;
    color: #939393;
    text-align: center;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.or:after, .or:before {
    content: '';
    width: 150px;
    height: 1px;
    background: #939393;
    margin: 0 20px;
}

@media only screen and (max-width: 375px) {
  .loginContainer {
    height: 100%;
    max-height: 100%;
    border-radius: 0px;
    max-width: 100%;
  }

  .textBox {
    min-width: initial;
  }

  .inner {
    padding: 0px;
  }

  .subscriptions {
    font-size: 1em;
  }

  .box {
    padding: 10px 16px;
  }
  
  .subscribeMenu{
    margin: 30px 0px 0px 0px;
    padding: 16px;
  }

  .digitalAccess {
    margin: 10px 0px 0px 0px;
  }
}