#page-front-body.anon{
    color: #fff;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
    font-family: 'Montserrat',sans-serif;
    display: flex;
    flex-direction: column;
    background-image: none;
}

body.anon div#topheader section img {
    width:70%;
    margin-left:40px;
    margin-top:30px;
    display:block;
}

body.anon label{
  font-weight: 500;
}


body.anon .page_header {
    display:none;
}
body.anon div.navbar {
    display:none;
}

body.anon div.logo {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vh;
    margin-bottom: 3vh;
    z-index: 100;
    display:none;
}

body.anon div.logo img.logo {
    max-height: inherit;
    max-width:100%;
}

body.anon h1#site-name a,
h1#site-name a span
{
    float: none !important;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: 'Montserrat Black',sans-serif;
    font-size: 60px;
    line-height:60px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    text-align:center;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    
    /* padding-top:30px; */
}
body.anon div#name-slogan {
    background-color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    align-content: center;
    justify-content: center;
  }
body.anon .logo-name-slogan {
    flex-wrap: nowrap;
    background-color:#000;
    width:100%;
    margin-top:10px;
}
body.anon .name-slogan {
    background-color:#000;
}


body.anon #contentheader {
    /* background-color:#000; */
    color:#fff;
    background-image: url(images/login_bkg.png);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom:20px;
}

#page-front-body div.mainpage.container {
    margin:0;
    padding:0;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    height: calc(100% - 40px);
    align-items: flex-start;
}

.mainpage-left {
    width: 60%;
    height: 100%;
    max-width: 600px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mainpage-left a,
.mainpage-left a:active,
.mainpage-left a:visited
{
    color:#fff;
    text-transform: uppercase;
}
.mainpage-left #login-info-email a,
.mainpage-left #login-info-email a:active,
.mainpage-left #login-info-email a:visited
{
    color:#fff;
    text-transform: none;
    text-decoration:none;
}

.mainpage-left a:active,
.mainpage-left a:visited
{
    color:#fff;
    text-transform: uppercase;
}
.mainpage-right {
    height: 100%;
    width: 100%;
    border-color:#00bcf1;
    border-left-style:solid;
    border-left-width:2px;
}

.mainpage-right #contentfooter {
    height: 100%;
}

.mainpage-right #contentfooter section{
    height: 100%;
}

.mainpage-right #contentfooter section .content{
    height: 100%;
}

body.anon .container.container_body {
    background:transparent;
}

#page-front-body.anon footer.footer {
    background-color: #00bcf1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color:#fff;
}
#page-front-body.anon footer.footer a,
#page-front-body.anon footer.footer a:active,
#page-front-body.anon footer.footer a:visited
{
    color:#fff;
}

body.anon .span12.main-content {
    border-radius: 12px;
    -moz-border-radius: 6px;
    width: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.anon .span12.main-content .row-fluid {
    display: flex;
    flex-grow: 1;
    height: 100%;
}

body.anon form#user-login-form {
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-top:30px;
    padding-bottom:10px;
}

body.anon form#user-login-form .item-list li a{
    font-size:20px;
}


body.anon .span12.main-content a{
    color: #f1e391;
    font-size: 14px;
    text-transform: uppercase;
}
body.anon .span12 {
    width:100%;
    margin-left: 0;
    margin-right: 0;
}

body.anon form a{
    text-align: right;
}

body.anon .form-item {
  display: inline-block; 
}

body.anon .form-item label {
    color: #fff;
}

body.anon.sidebar-none .container.container_body {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-grow: 1;
    width:100%;
}


.span6.contentleft section{
  max-width: 350px;
  padding-left:20px;
}

body.anon .span6.contentleft section.block-block {
    text-align: center;
    margin-top:20px;
    margin-bottom:10px;
    letter-spacing: .5px;
    font-size: 12px;
}

body.anon h1.title {
    color: #fff;
    margin-bottom:0;
    display:none;
}

body.anon .span12 {
    text-align: left;
}
#user-login-form {
    text-align: left;
}
body.anon form#user-login-form input#edit-submit {
    margin-left: -58px;
    width: 34px;
    height: 34px;
    text-indent: 9999px;
    background-color: transparent;
    background-image: url(images/right_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    border-style: none;
    position: relative;
    z-index: 1000;
    margin-left: -40px;
    outline:none;
}

body.anon input#edit-name {
    background-color: #fff;
    border-style: none;
    border-radius: 3px;
    width: 300px;
    padding: 10px;
    margin-left:4px;
    margin-right:4px;
}
body.anon input#edit-pass {
    background-color: #fff;
    border-style: none;
    border-radius: 3px;
    width: 300px;
    padding: 10px;
    margin-left:0;
    margin-right:4px;
}
body.anon form#user-login-form label {
  display: none;
  text-transform:uppercase;
  font-size:12px;
  color:#f2e1a4;
}

body.anon input::placeholder {
    color:#a1a1a1;
    letter-spacing:-.5px;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
}
body.anon .content .login-logos {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    align-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    flex-direction: column;
    gap:0;
    margin-top:0;
}
body.anon .content .login-logos hr{
    background-color:#00bcf1;
    color:#00bcf1;
    width:100%;
    height:2px;
    border-style:none;
}
body.anon div#topheader section .content .login-logos img {
    display: block;
    width: 360px;
}
body.anon div#topheader section .content .login-logos img.ma_logo {
    width: 500px;
}

body.anon .login-logos{
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    margin-top: 10vh;
    align-content: center;
    align-items: center;
    gap: 10px;
}
body.anon .login-logos img{
    height:30%;
}



body.anon .contentleft{
    padding-top: 50px;
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}
body.anon .contentright{
    display: flex;
    flex-grow: 1;
    width: 60%;
}
body.anon div.contentright section.block {
    display: flex;
    flex-grow: 1;
}
body.anon div.contentright section.block .content{
    display: flex;
    flex-grow: 1;
}


@media (max-width: 800px) {
    #page-front-body div.mainpage.container {
        flex-direction: column;
    }
    .mainpage-left {
        width: 100%;
        max-width: 100%;
    }
    .mainpage-right {
        border-left-style: none;
    }

  body.anon .span6.contentleft section {
      padding:10px;
      background-color:#00000099;
      border-radius:6px;
  }
  #page-front-body .mainpage div#topheader {
      height: 80px;
  }
  body.anon .span12.main-content .row-fluid {
      height: auto;
      flex-direction: column;
      align-content: center;
  }
  body.anon .contentleft {
      width: 100%;
      flex-direction: column;
      flex-grow:0;
  }
  body.anon .contentright {
      width: 100%;
  }
  body.anon .login-logos {
      gap: 4px;
      flex-direction: column;
      margin-top:2vh;
      justify-content: flex-start;
  }
  body.anon img.fm_logo {
      padding-right: 0;
      padding-bottom: 6px;
  }
  body.anon .login-logos img.ma_logo {
      max-width: 300px;
      width: 60%;
      padding-bottom: 6px;
  }
  body.anon .login-logos img {
      max-width: 300px;
      width: 60%;
  }
  
}
@media (max-width: 500px) {
    #page-front-body.anon h1#site-name a, h1#site-name a span {
        font-size: 40px;
        line-height: 40px;
        width: 80%;
        padding:0 20px 0 20px;
    }
    div#name-slogan {
        padding-right: 0;
    }
}

#page-front-body.anon form#user-pass {
    max-width: 400px;
    margin-left: 20px;
}

#page-front-body.anon form#user-login {
    max-width: 300px;
    margin-left: 20px;
}
#page-front-body.anon form#user-login div.description {
    display:none;
}


body.anon  #edit-name-wrapper label,
body.anon  #edit-pass-wrapper label
{
/*   display:none; */
}

body.anon .login-help {
    width:80%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
body.anon div#login-info-email {
    display: inline-block;
}
body.anon .block-user h2{
    display:none;
}

a, a:active, a:visited {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}