﻿@import url('//fast.fonts.net/cssapi/e7f03506-e077-4e98-910a-d0be1426b2eb.css');

/* Site CSS */
@import url('/_css/public-reskin/main.css');

body {
    font-family: 'Futura W01 Book',Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    color: #162937;
}


.loginForm {
    margin: 0;
}

.loginForm * {
    box-sizing: border-box;
}

.login_form {
    padding: 0 30px;
}

.login_form div.loginUpdatePanel {

    padding: 0;

}

.login__activate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
}

.login__qr {
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login__qr img {
        width: 175px;
    }

.login__secret {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #FEFEFE;
    border: solid 1px #969696;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
}




.login_form {
    width: 100%;
    display: block;
}

    .login_form input[type=text], .login_form input[type=password] {
        width: 100%;
    }

    .login_form .btn-login {
        color: rgb(73,133,167);
        margin: 35px 0 20px;
        border: 1px solid rgb(73,133,167);
        display: block;
        padding: 20px;
        font-size: 16px;
        transition: all 0.2s ease;
        text-align: center;
        background: white;
        font-family: 'Futura W01 Bold', 'Helvetica', Arial,sans-serif;
        text-decoration: none;
    }

        .login_form .btn-login:hover {
            color: white;
            background-color: rgb(73,133,167);
        }


.login__heading {
    margin: 0;
    padding: 40px 30px 20px;
    font-size: 20px;
}



/* Overrides for the standard sit styles */
.g-forms__textbox-wrap {
    margin-bottom: 10px;
}

.g-forms__textbox {
    color: rgb(29,60,96);
    border: none;
    padding: 20px 15px 10px;
    border-bottom: 1px solid rgb(29,60,96); 
    background-color: white;
}

    .g-forms__textbox.filled ~ .g-forms__label {
        transform: scale(0.75) translateY(-32px);
    }

.g-forms__label {
    left: 15px;
    color:  rgb(29,60,96) !important;
}



.login__checkbox-wrap label {
    top: -1px;
    left: 5px;
    color: rgb(183, 183, 183);
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

.btn-skip {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display:block;
    width: 100%;
    margin-bottom: 25px;
}



.login__help-wrap {
    padding: 35px 0 15px;
}

    .login__help-link {
        color: rgb(29,60,96);
        display: inline-block;
        font-size: 16px;
        font-family: 'Proxima N W01 Bold', sans-serif;
        margin-bottom: 10px;
        text-decoration: underline
    }

        .login__help-link:hover {
            text-decoration: none;
        }



/* AdvisorTrax Button */

.atrax-link {
    width: 100%;
    color: #fff;
    display: block;
    padding: 25px 30px 25px 30px;
    position: relative;
    font-size: 16px;
    transition: all 0.2s ease;
    font-weight: bold;
    font-family: 'Futura W01 Book', Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    background-color: rgb(29,60,96);
}

    .atrax-link:hover {
        background-color: rgb(73,133,167);
    }

    .atrax-link:after {
        top: 7px;
        width: 15px;
        float: right;
        content: "\e90e";
        display: inline-block;
        position: relative;
        font-size: 20px;
        line-height: 0.5;
        font-family: 'icomoon' !important;
    }


/*Css Letter Spinner (up to 14 characters)*/

.spinner-login.home {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 27% 0;
    left: 0;
    background-color: rgba(255,255,255, .7);
}
.spinner-login.home div {
  display: inline;
  margin: -2px;
  opacity: .4;
}

.l1 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.l2 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.l3 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.l4 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.l5 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.l6 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.l7 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.l8 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.l9 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.l10 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.l11 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.l12 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.l13 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.l14 {
  -webkit-animation: highlight 2s ease-in-out infinite;
          animation: highlight 2s ease-in-out infinite;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@-webkit-keyframes highlight {
  0% {
    opacity: .4;
  }
  12.5% {
    opacity: .7;
  }
  25% {
    opacity: .7;
  }
  33% {
    opacity: .4;
  }
  100% {
    opacity: .4;
  }
}

@keyframes highlight {
  0% {
    opacity: .4;
  }
  12.5% {
    opacity: .7;
  }
  25% {
    opacity: .7;
  }
  33% {
    opacity: .4;
  }
  100% {
    opacity: .4;
  }
}