html, body {
    background-color:white;
    -webkit-font-smoothing: antialiased;
}
.label {
    border: none;
}
.main-content {
    width: 670px;
    margin: 0 auto;
    padding: 0 20px 40px;
}
.main-content h1 {
    /*-moz-animation: fadeIn 0.6s 0.5s ease forwards;
    -o-animation: fadeIn 0.6s 0.5s ease forwards;
    -webkit-animation: fadeIn 0.6s 0.5s ease forwards;
    animation: fadeIn 0.6s 0.5s ease forwards;*/
    opacity: 0;
    color: #333333;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 10px;
    line-height: 62px;
}
.main-content.loaded h1 {
    -webkit-transition: opacity .6s linear .5s;
    -moz-transition: opacity .6s linear .5s;
    -o-transition: opacity .6s linear .5s;
    transition: opacity .6s linear .5s;
    opacity: 1;
}
.main-content h2 {
    margin-bottom: 50px;
    /*-moz-animation: fadeIn 0.6s 0.5s ease forwards;
    -o-animation: fadeIn 0.6s 0.5s ease forwards;
    -webkit-animation: fadeIn 0.6s 0.5s ease forwards;
    animation: fadeIn 0.6s 0.5s ease forwards;*/
    opacity: 0;
    color: #959ba2;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    line-height: 30px;
}
.main-content.loaded h2 {
    -webkit-transition: opacity .6s linear .5s;
    -moz-transition: opacity .6s linear .5s;
    -o-transition: opacity .6s linear .5s;
    transition: opacity .6s linear .5s;
    opacity: 1;
}
#mailsettings {
    width: auto;
    padding-left:5px;
}
#check-email {
    padding: 50px 0 15px 0;
    text-align: center;
    width: 560px;
    margin: 0 auto;
    /*-moz-animation: fadeIn 1.0s 0.9s ease forwards;
    -o-animation: fadeIn 1.0s 0.9s ease forwards;
    -webkit-animation: fadeIn 1.0s 0.9s ease forwards;
    animation: fadeIn 1.0s 0.9s ease forwards;*/
    opacity: 0;
    display: table;
}
html[lang|="en"] #check-email {
    width: 430px;
}
.loaded #check-email {
    -webkit-transition: opacity 1s linear .9s;
    -moz-transition: opacity 1s linear .9s;
    -o-transition: opacity 1s linear .9s;
    transition: opacity 1s linear .9s;
    opacity: 1;
}
input.email {
    margin: 0;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    width: 400px;
    padding: 17px 16px 18px 16px;
    text-transform: none;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
html[lang|="en"] input.email {
    width: 270px;
}
input.email:focus {
    border-color: rgba(0,133,207,1);
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,133,207,0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,133,207,0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,133,207,0.5);
}
.error input {
    border: 1px solid rgba(218,79,73, 1);
    border-right: none;
    outline: none;
}
.error input:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
}
#star {
    visibility:hidden;
    padding-right:5px;
    color:#da4f49;
    float:left;
    line-height:68px;
    font-size:30px;
    height:58px;
    overflow:hidden;
}
.error #star {
    visibility:visible;
}
#submit-btn {
    margin: 0;
    background: #1d88d9;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4cb1eb), color-stop(100%, #1d88d9));
    background-image: -webkit-linear-gradient(#4cb1eb,#1d88d9);
    background-image: -moz-linear-gradient(#4cb1eb,#1d88d9);
    background-image: -o-linear-gradient(#4cb1eb,#1d88d9);
    background-image: linear-gradient(#4cb1eb,#1d88d9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    border: none;
    border: 1px solid #40719f;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    *display: inline;
    padding: 5px;
}
#submit-btn:hover, #submit-btn:active {
    background: #367dce;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f9fe3), color-stop(100%, #367dce));
    background-image: -webkit-linear-gradient(#3f9fe3,#367dce);
    background-image: -moz-linear-gradient(#3f9fe3,#367dce);
    background-image: -o-linear-gradient(#3f9fe3,#367dce);
    background-image: linear-gradient(#3f9fe3,#367dce);
}
#submit-btn:active {
    -webkit-box-shadow: 0 1px 0 #fff,0 1px 4px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 1px 0 #fff,0 1px 4px rgba(0,0,0,0.2) inset;
    box-shadow: 0 1px 0 #fff,0 1px 4px rgba(0,0,0,0.2) inset;
}
#submit-btn:focus {
    outline: 0;
}
.error #submit-btn {
    background: rgba(218,79,73, 1);
    border: 1px solid #892D27;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
}
.loaded .error #submit-btn {
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 1;
}
#submit-btn {
    width: 72px;
    height: 58px;
    cursor: pointer;
    padding: 16px 23px;
    vertical-align: top;
    float: left;
    overflow: visible;
}
#submit-btn .icon{
    background: url('https://www.apple.com/support/assets/images/assistant/mail/mail-settings/arrow.png');
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    height: 24px;
    width: 24px;
    overflow: hidden;
}
@media only screen {
    #submit-btn .icon{
        background: url('https://www.apple.com/support/assets/images/assistant/mail/mail-settings/arrow_2x.png');
        background-size: 24px 25px;
    }
}
.legal {
    /*-moz-animation: fadeIn 1.0s 0.9s ease forwards;
    -o-animation: fadeIn 1.0s 0.9s ease forwards;
    -webkit-animation: fadeIn 1.0s 0.9s ease forwards;
    animation: fadeIn 1.0s 0.9s ease forwards;*/
    width:630px; 
    margin:50px auto 0;
    opacity: 0;
    color: #4c4c4c;
}
.loaded .legal {
    -webkit-transition: opacity 1s linear .9s;
    -moz-transition: opacity 1s linear .9s;
    -o-transition: opacity 1s linear .9s;
    transition: opacity 1s linear .9s;
    opacity: 1;
}
#results {
    width:634px;
    clear:both;
    overflow:hidden;
    margin:0 auto;
    outline: none;
}
.email-settings {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid;
    border-color: #cccccb #c0c0be #b3b3b1;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.email-settings.fadeInDown {
    display: table;
}
.error-label {
    color: #da4f49;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    display: none;
    z-index: -1000;
    clear: both;
    width: auto;
    padding-top: 11px;
    font-weight: bold;
}
.fadeInDown {
    display: block;
}

.fadeIn {
    display: block;
}
@media only screen {
    .fadeInDown {
        display: block;
        -moz-animation: fadeInDown .5s;
        -o-animation: fadeInDown .5s;
        -webkit-animation: fadeInDown .5s;
        animation: fadeInDown .5s;
    }
    .fadeIn {
        display: block;
        -moz-animation: fadeIn .5s;
        -o-animation: fadeIn .5s;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s;
    }
}
ul.email-settings {
    margin-top: 10px;
    float: left;
    clear: both;
}
.email-settings:first-child li.firstline:before,
.email-settings:first-child li.firstline:after
{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  border: 12px outset transparent;
}
.email-settings:first-child li.firstline:before {
  border-bottom: 12px solid #b3b3b1;
  top: -25px;
}
.email-settings:first-child li.firstline:after {
  border-bottom: 12px solid #f8f8f8;
  top: -24px;
}
.email-settings li h3 {
    font-size: 24px;
    width: 599px;
    padding: 16px 20px 16px 11px;
    background: #f8f8f8;
    line-height: 26px;
}
.email-settings li {
    display: table-row;
    position: relative;
    margin: 0;
    color: #4c4c4c;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px white;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: text;
    width: 630px;
    float: left;
    border-bottom: 1px dashed #ccc;
}
.email-settings li.lastline {
    border-bottom: none;
}
.email-settings li span.label,
.email-settings li span.data {
    display: table-cell;
    line-height: 20px;
    min-height: 20px;
    padding: 10px 20px 10px 11px;
    vertical-align: middle;
}
.email-settings li span.label {
    width: 200px;
    background: #f8f8f8;
}
.email-settings li span.data {
    width: 365px;
    border-left: 1px solid #ddd;
}
.email-settings li:last-child {
    border: none;
    overflow: hidden; 
    border: 1px solid transparent;
}
#globalfooter {
    clear: both;
}

/* Fade in */
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}
/* Fade in Down */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}