body {
    margin: 0;
    padding: 0;
    text-align: center;
    font: 12px/100% 'open sans', Verdana, Arial, sans-serif;
    background-attachment: fixed;
    background-image: url('../images/cloud.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    background-color: #e7f8fb;
    background-position-y: 0;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
    }

.wrapper {
    margin: 0px auto;
    text-align: left;
    margin-top: 10px;
    /*padding: 20px;*/
    display: table;
}


.content {
    width: 410px;
    /*padding: 20px;*/
    display: block;
    background-color: none;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
    font-style: italic;
    font-weight: 200;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-style: italic;
    font-weight: 200;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-style: italic;
    font-weight: 200;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-style: italic;
    font-weight: 200;
}

textarea:focus, input:focus {
    outline: 0;
}

.name, .password, .surveyid {
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-weight: 300;
    border: none;
    border-radius: 0px;
}

.name {
    background: url(../img/username-white.png) no-repeat scroll 10px 12px;
    /*background: #7bc5e8\9;*/
    background: #8dc9e5\9;
    background-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 35px;
    padding-left: 0px\9;
}

.password {
    background: url(../img/password-white.png) no-repeat scroll 10px 12px;
    background: #8dc9e5\9;
    background-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 35px;
    padding-left: 0px\9;
}

.forgot {
    color: #b4e3ff;
    margin-top: 20px\9;
}

#submitbtn img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

p.signin {
    margin: 0;
    padding: 0;
}


.logo img {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 215px;
    height: auto;
}

div.logo {
    width: 220px;
    float: left;
}

.flags img {
    width: 30px;
    height: auto;
    margin-left: 5px;
}

.flags {
    float: right;
    margin-top: 10px;
}


button.wide {
    width: 410px;
}


/* button 
---------------------------------------------- */

.button {
    /*display: inline-block;*/
    /*vertical-align: baseline;*/
    line-height: 50px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% 'open sans',Verdana, Arial, sans-serif;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    text-transform: uppercase;
}

    .button:hover {
        text-decoration: none;
    }

.but-med {
    font-size: 14px;
    padding: 12px 1.5em 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.but-sm {
    font-size: 10px;
    padding: .2em 1em .275em;
}

.but-big {
    font-size: 14px;
    height: 50px;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

button[disabled] {
    color: #b6b6b6;
    cursor: default;
}

    button[disabled]:hover {
        color: #b6b6b6;
        cursor: default;
        border: solid 1px #b5b5b5;
        background: #6e6e6e;
        background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e8e8e8));
        background: -moz-linear-gradient(top, #fdfdfd, #e8e8e8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8');
    }

/* color styles 
---------------------------------------------- */

/* gray */
.gray {
    color: #444444;
    border: solid 1px #b5b5b5;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e8e8e8));
    background: -moz-linear-gradient(top, #fdfdfd, #e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8');
}

    .gray:hover, .gray:focus {
        background: #616161;
        background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fdfdfd));
        background: -moz-linear-gradient(top, #e8e8e8, #fdfdfd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#fdfdfd');
    }

    .gray:active {
        color: #afafaf;
        background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e8e8e8));
        background: -moz-linear-gradient(top, #fdfdfd, #e8e8e8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e8e8e8');
    }

/* blue */
.blue {
    color: #ffffff;
    border: solid 1px #467E8A;
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#43adde), to(#2085c5));
    background: -moz-linear-gradient(top, #43adde, #2085c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43adde', endColorstr='#2085c5');
}

    .blue:hover, .blue:focus {
        background: #0095cd;
        background: -webkit-gradient(linear, left top, left bottom, from(#7bc5e8), to(#62a9d6));
        background: -moz-linear-gradient(top, #7bc5e8, #62a9d6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc5e8', endColorstr='#62a9d6');
    }

    .blue:active {
        color: #80bed6;
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#43adde), to(#2085c5));
        background: -moz-linear-gradient(top, #43adde, #2085c5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43adde', endColorstr='#2085c5');
    }

/* White */
.white {
    color: #fff;
    background-color: #467E8A;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .white:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .white:hover, .white:focus {
        color: #2A977A;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

#submitbtn:hover {
    color: #fff;
    background: #3F717C;
}

#submitbtn:active {
    color: #fff;
    background: #38656E;
}

.white:active {
    color: #467E8A;
}

#divmessage {
    color: #ffffff;
    padding: 5px;
    width: 100%;
    clear: both;
    text-align: center;
}

#fed-account-selector {
    margin-top: 64px;
    text-align: left;
    color: #000000;
}

.outside-viewport {
    display: block !important;
    height: 1px !important;
    width: 1px !important;
    position: absolute !important;
    overflow: hidden !important;
    left: -9999px !important;
}


/* marketing banner */

.banner {
    background: rgba(255, 255, 255,0.9);
    z-index: 10;
    position: relative;
    color: #444;
    padding: 20px 35px;
    font-size: 16px;
    border-radius: 8px;
    width: 757px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 15px;
    display: none;
}

.main-image .main-content h1 {
    font-size: 29px;
    margin: 0px;
    color: #003556;
    font-weight: bold;
    width: 550px;
    line-height: 35px;
}

.main-image .main-content h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #467E8A;
    line-height: 28px;
}

.main-image .main-content h3.main-content-detail {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    max-width: 375px;
    color: #000;
}

.main-image .main-content .cta-learn-more {
    font-size: 14px;
    width: 300px;
    background: #467E8A;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    color: #fff;
    border: none;
}

    .main-image .main-content .cta-learn-more:hover {
        background: #467E8A;
        border: none;
    }


@media (max-width: 1404px) {
    .banner {
        width: 365px;
    }
}

.banner a {
    color: #467E8A;
}

/* moved inline styles */

h1.headline {
    line-height: 3.8rem;
}

@font-face {
    font-family: "open sans";
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cecece;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cecece;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #cecece;
}

:-moz-placeholder { /* Firefox 18- */
    color: #cecece;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "open sans", sans-serif;
    text-align: left;
    line-height: initial;
}

a.move {
    font-size: 1.75em;
    text-decoration: none;
    color: #467E8A;
}

    a.move:hover {
        color: #66bbed;
    }

a.forgot {
    color: #467E8A;
}

    a.forgot:hover {
        text-decoration: underline;
    }

.main-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.left-container {
    padding-right: 425px;
    height: 100%;
}

.headline {
    color: #ffffff;
    font-size: 42px;
    font-weight: normal;
}

.left-row {
    position: fixed;
    top: 56%;
    left: 23%;
    transform: translate(-40%, -63%);
    z-index: 10;
    padding: 10px;
}

.left-container-btn {
    border: 2px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: transparent;
    width: 365px;
    margin: 0 2% 2% 0;
    max-width: 100%;
}

.left-container-btn-fill {
    background-color: #ffffff;
    color: #164066;
}

.left-container-btn:hover {
    color: #ffffff;
    background-color: #164066;
    border-color: #164066;
}

.right-container {
    width: 425px;
    float: right;
    height: 100%;
    overflow: auto;
    display: block;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: width linear 100ms;
    -moz-transition: width linear 100ms;
    -webkit-transition: width linear 100ms;
}

/* .form {
            width: calc(100% - 80px);
            text-align: center;
            margin: 0 auto;
            transform: translateY(-40%);
            position: absolute;
            top: 40%;
        } */
.form {
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: calc(100px + 6%);
    padding-bottom: 20px;
}

form input,
#form1 input {
    height: 23px;
    width: 95%;
    margin-top: 30px;
    border: none;
    border: 1px solid #cfced0;
    border-radius: 8px;
    background: none;
    outline: none;
    color: #444;
    padding-left: 5%;
    padding: 10px !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    form input:focus {
        outline: none;
        border-bottom: 1px solid #467E8A;
    }

        form input:focus + label,
        form input:valid + label {
            color: #467E8A;
            animation: uplabel 0.2s ease-out;
            -webkit-animation: uplabel 0.2s ease-out;
            -moz-animation: uplabel 0.2s ease-out;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
        }

.submit {
    width: 93%;
    height: 40px;
    background: #467E8A;
    border: none;
    border-radius: 8px;
    color: #ffffff;
}

input + label {
    height: 23px;
    display: block;
    margin-top: -25px;
    text-align: left;
    margin-left: 14px;
    color: #cfced0;
    position: relative;
    cursor: text;
}

    input + label > span {
        position: absolute;
        top: 0;
    }

@keyframes uplabel {
    from {
        top: 0;
    }

    to {
        top: -20px;
    }
}

@-webkit-keyframes uplabel {
    from {
        top: 0;
    }

    to {
        top: -20px;
    }
}

.submit:hover {
    background-color: #005fb2;
}

button:hover, .forget-password:hover {
    cursor: pointer;
}

.logo {
    margin-bottom: 50px;
    float: none !important;
    margin-bottom: 0 !important;
    margin: 0 auto;
}

.new-account {
    color: #cfced0;
    font-size: 0.75em;
    margin-top: 8px;
}

.forget-password {
    color: #cfced0;
    font-size: 0.75em;
    margin: 30px 0;
    text-align: left;
}

.new-account-create {
    color: #467E8A;
    text-decoration: none;
}

.error-message {
    color: #ae1716 !important;
    padding: 10px;
    border-radius: 8px;
    display: none;
    margin-bottom: 15px;
    background: #ffcbcb;
}

#divmessage {
    clear: initial;
    padding: 0px;
    color: inherit;
}

.form.error .error-message {
    display: block;
}

@media (max-width: 768px) {

    .main-image {
        float: right;
    }

    .right-container {
        top: 0;
        height: 100%;
        width: 100%;
        min-height: 100%;
        overflow: auto;
    }

    .left-container {
        display: none;
        position: absolute;
        bottom: 0;
        padding-right: 0;
    }

    .left-container, .right-container {
        width: 100%;
        height: auto;
        position: static;
        padding-bottom: 50px;
    }

    .main-image {
        padding-bottom: 50px;
    }

    .form {
        margin: 140px auto 0;
    }

    .left-row {
        margin: 10% 11% 0;
    }

    .headline {
        font-size: 3em;
    }

    .left-container-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .right-container {
        width: 100%;
        min-height: 100%;
    }
}

.legal-information,
.right-container form {
    color: black;
}

    .right-container .legal-information a,
    .right-container form a {
        text-decoration: none;
        color: #467E8A;
    }

.form-bot-links {
    margin-top: 20px;
}

    .form-bot-links > * {
        margin-bottom: 10px;
    }

.left-container-btn {
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

    .left-container-btn:hover {
        text-decoration: none;
    }

.warning-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 9;
    font-size: 14px;
}

    .warning-message .warning-text {
        vertical-align: middle;
        display: block;
        line-height: 1.5em;
    }

    .warning-message .warning-message-content {
        padding: 20px 40px;
        background: #fff3cd;
        color: #856404;
    }

        .warning-message .error-message-content .warning-img,
        .warning-message .warning-message-content .error-img {
            display: none;
        }

    .warning-message .error-message-content {
        background: #f8d7da;
        color: #721c24;
    }

    .warning-message .message-content {
        padding: 20px 40px;
    }

    .warning-message img {
        vertical-align: middle;
        margin-right: 10px;
        float: left;
    }

    .warning-message .warning-text {
        vertical-align: middle;
        display: block;
        padding-left: 42px;
    }

    .warning-message a {
        color: #467E8A;
        display: inline-block;
        padding: 0 5px;
    }

.extra-message {
    font-size: 2em;
    color: #ffef97;
    font-weight: 300;
    text-shadow: 0px 0px 4px rgba(255, 215, 0, 0.6);
    -moz-text-shadow: 0px 0px 4px rgba(255, 215, 0, 0.6);
    -webkit-text-shadow: 0px 0px 4px rgba(255, 215, 0, 0.6);
}

#fedbtn {
    background: white;
    border: 2px solid #467E8A !important;
    color: #467E8A;
}


    #fedbtn:hover, #fedbtn:focus {
        background: #467E8A;
        color: white;
    }

#product-updates {
    background: #eeeeee;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    min-height: 190px;
    max-height: 240px;
    color: #484848;
    vertical-align: middle;
    padding: 20px 40px;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}

    #product-updates .pu-title {
        font-size: 16px;
        color: #787878;
        vertical-align: middle;
        font-weight: bold;
    }

        #product-updates .pu-title .pu-title-text {
            vertical-align: middle;
        }

        #product-updates .pu-title img {
            vertical-align: middle;
            margin-right: 5px
        }

        #product-updates .pu-title .fa.fa-newspaper {
            width: 23px;
            height: 23px;
            background: red;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

    #product-updates .pu-content {
        padding: 10px 0px;
        line-height: 1.5em;
    }

    #product-updates .pu-date {
        font-size: 12px;
        color: #b1b1b1;
    }

    #product-updates a {
        color: #467E8A;
        display: inline-block;
        padding: 0 5px;
    }

@media (max-height: 915px) {
    .right-container.top-message #product-updates {
        position: relative;
        top: calc(100px + 6%);
        width: calc(100% + 80px);
        margin-left: -40px;
        margin-top: 20px;
    }

    .right-container:not(.top-message) .form {
        position: relative;
        top: 20px;
    }
}

@media (max-height: 770px) {

    #product-updates {
        position: relative;
        top: 20px;
        width: calc(100% + 80px);
        margin-left: -40px;
        margin-top: 20px;
    }
}

#Button1, #Button2 {
    color: #fff !important;
    background-color: #467E8A !important;
    border: 1px solid #467E8A !important;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    cursor: pointer;
    margin-top: 0px !important;
}

#migrateDiv {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50px, -50px);
    width: 50%;
}

.devy-gray {
    color: #555;
}

.form.error .error-msg {
    color: #555;
}
