
html,body{
    font-family: Chivo-Light, sans-serif;
    font-size: 12px;
}

#content {
    width: 456px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 18vh;

    opacity: 1;

    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 500ms;
}

#content .fadeIn{
    display:none;
}

@keyframes fadeInOpacity {
    0% {
        margin-top: 17vh;
        opacity: 0;
    }
    100% {
        opacity: 1;
        margin-top: 18vh;
    }
}

.formW form{
    margin-top: 14px;
}

.topBox {
    position: relative;
    min-height: 300px;
    z-index: 9;
}

.titleBox {
    font-family: Chivo-Light, serif;
    font-size: 20px;
}

.titleBoxText {
    margin-top: 70px;
    font-family: Chivo-Light, serif;
    color: #77a3dd;
}

.split:not(:first-child) {
    /*margin-top: 6px;*/
    /*margin-bottom: 6px;*/
}

.split {
    margin-top: 0;
    height: 1px;
    background-color: #FFFFFF;
}

.split.blue{
    background-color: #77a3dd;
}

.split.double{
    height: 2px;
}

input[type="text"], input[type="password"] {
    padding: 1px 2px;

    outline: none;
    border: none;
    color: white;
    width: calc(100% - 40px);
    height: 49px;

    font-size: 22px;
    font-family: Chivo-Light, Helvetica, sans-serif;

    background-color: transparent;
    background-clip: text;

    -webkit-appearance: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;

    -moz-appearance: none;
}

input[type="text"]::placeholder, input[type="password"]::placeholder {
    color: #ffffff;
}

.checkbox {
    display: none;
}

.termsContainer {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 32px;
}

.copywriteContainer {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 32px;
}

.termsText {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: Chivo-Light, sans-serif;
    width: calc(100% - 35px);
    font-size: 12px;
    top:9px;
}

.ieWarning {
    margin-top: 10px;
    display: none;
}

.topBox.showIE .ieWarning{
    display: inline-block;
}

.termsText a, .ieWarning a{
    color: #ffbb33;
    text-decoration: none;
}

.termsText a:hover, .ieWarning a:hover {
    color: #FFFFFF;
}

.inputContainer {
    display: inline-block;
    background: url("/img/submit_arrow.svg") no-repeat;
    background-size: 32px 32px;
    float: right;
    position: relative;
    height: 32px;
    padding-right: 18px;
    cursor: pointer;
}

.inputContainer:hover {
    background: url("/img/submit_arrow_hover.svg") no-repeat;
    background-size: 32px 32px;
}

.confirmButton {
    position:absolute;
    top:8px;
    right:0;
    border: none;
    background: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-image: url(/img/submit_arrow.svg);
    background-size: 32px 32px;
}

.confirmButton.white {
    background-image: url(/img/submit_arrow_white.svg) !important;
}

.deployment:nth-last-of-type(-n+2) {
    border-bottom: solid 1px #FFFFFF;
}

.deployment {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 86px;
    width: 50%;
    border-top: solid 1px #ffffff;
    padding: 5px 0;
    vertical-align: top;
}

.deployment:hover {
    background: url("/img/submit_arrow.svg") no-repeat;
    background-size: 32px 32px;
    background-position-y: center;
    background-position-x: right;
}

.depBoxName {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 5px;
}

.depBoxName.noDesc {
    position: relative;
}

.depImage {
    display: inline-block;
    max-width: 140px;
    vertical-align: middle;
    height: 100%;
    margin: 0 16px;
}

.logoImg {
    max-height: 86px;
    max-width: 140px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.depBoxWrp {
    max-width: 230px;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    overflow: hidden;
}

.deploymentsTitle {
    text-align: center;
    font-size: 20px;
    font-family: Chivo-Bold, serif;
    color: #ffbb33;
    margin: 10px 0 20px 0;
}

#logoBox {
    margin-bottom: 14px;
    text-align: left;
    cursor:pointer;
}

#logoBox img {
    width: 215px;
}

.logout a {
    color: #77a3dd;
    text-decoration: none;
    cursor: pointer;
    font-family: Chivo, sans-serif;
    font-size: 24px;
    float: right;
    padding-top: 10px;
}

.innerDep {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 490px) {
    #content {
        width: 93.06vw;
    }

    .topBoxText {
        font-size: 4.08vw;
    }
    .depBoxWrp {
        display: block;
        max-width: 100%;
    }
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform:rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform:rotate(360deg);
    }
}

.loading {
    display:none;
    position: absolute;
    top:8px;
    right:0;
    float:right;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-image: url(/img/loading.svg);
    -webkit-animation: rotating 1s steps(12,end) infinite;
    -moz-animation: rotating 1s steps(12,end) infinite;
}

.wrapperPw.collapsed {
    height: 0;
    overflow: hidden;
}

.confirmPw {
    display: none;
}

.topBox.showIE .bottomSplit{
    margin-top: 56px;
}

.bottomSplit{
    margin-top: 96px;
}

.wrapperUn, .wrapperPw, .setPw, .setCPw, .confirmPw, .oldPw {
    position: relative;
}

.capsLockWarn{
    position: absolute;
    text-transform: uppercase;
    color: #fb3;
    top: 18px;
    right: 40px;
}

.wrapperUn, .wrapperPw, .wrapperRcpt{
    height:50px;
    width:100%;
}

.safari.iphone .pHin {
    top: -1px;
}


.rcptContainer img {
    width: 100px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pHin {
    position: absolute;
    margin-left: 10px;
    max-width: calc(100% - 160px);
}

.chrome input::placeholder{
    color:  rgba(255,255,255,0.5);
}

.safari input::placeholder{
    color:  rgba(255,255,255,0.5);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-overflow:ellipsis;
}

.safari input:-webkit-autofill{
    /*-webkit-box-shadow: 0 0 0 1000px #002030 inset !important;*/
    background-clip: text;
    -webkit-text-fill-color: white;
}

.safari input{
    height:48px;
}

.wrapperRcpt{
    position:relative;
    display:none;
}

.termsContainer a{
    text-decoration: none;
}

.wrapperUn.tfa > .titleText {
    font-family: Chivo-Light, serif;
    color: #ffbb33;
    font-size: 20px;
    padding-top: 13px;
}

.termsContainer .termsText.tfa div {
    display: inline-block;
}

.termsContainer .termsText.tfa a{
    text-decoration: none;
}

.wrapperUn.tfa.setup.msg{
    height: 100px;
}

.wrapperUn.tfa.setup span{
    text-decoration:underline;
}

.wrapperUn.tfa.setup.phone {
    display: flex;
    align-items: center;
}

#setPhone2FA{
    width:calc(100% - 130px);
}

.oldPw input[name=dpw]{
    display:none;
}

.setPw{
    display:none;
}

.copywriteContainer .d1{
    float: left;padding-top: 6px;width: 290px;font-size: 75%;
}

.copywriteContainer .d2 {
    float: right;
}

.copywriteContainer .d2 img {
    width: 155px;
}

.gfPImg{
    width: 400px !important;
}

#content.browser {
    opacity: 1.0;
}

#content.browser .titleBoxText{
    color: #ffbb33;
}

#content.browser .ieWarning{
    display:inline-block;
}

#content.browser .mt {
    margin-top: 46px;
}