
@keyframes fadeApp {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


#c-L{padding: 35px 0 0;}
#pageB, #pageC, #pageD, #pageE{display: none;}
#pageE{height: 85%; color: #667194; text-align: left; padding: 25px 0; box-sizing: border-box;}
.success-header{font-weight: 700; font-size: 20px; color: #31DB89; text-align: center; margin: 0 0 15px;}



#app{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255, .98);
    z-index: 4;
    animation: fadeApp .3s;
}

.exit-box{
    position: absolute;
    top: 25px;
    right: 50px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 50px; height: 50px; border-radius: 50px;
    opacity: .85;
    transition: .2s;
}

.exit-box:hover{
    opacity: 1;
    cursor: pointer;
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.15);
}

.exit-box:hover i{
    color: rgba(0, 0, 0, .4);
}

.exit-box i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    color: #fff;
    opacity: .65;
}



.landing-block{
    display: flex;
    margin: 85px auto 0;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    padding: 25px 0;
}

.content-column{
    width: 45%;
    display: inline-block;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.app-left-heading{
    font-weight: 700;
    font-size: 26.5px;
    color: #667194;    
}

.app-left-sub-heading{
    margin-top: 7.5px;
    font-weight: normal;
    font-size: 18.5px;
    color: #667194;    
}

.start-button-outer{
    position: relative;
    width: 200px;
    height: 200px;
    padding: 18px;
    background: #e2e3e5;
    box-sizing: border-box;
    border-radius: 200px;
    margin: 50px auto;
    z-index: 1;
}

@keyframes step{
  from {opacity: 0;}
  to {opacity: 1;}
}

.start-button-progress{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #3FE1B1;
    box-sizing: border-box;
    border-radius: 200px;
    z-index: 2;
    animation: step 3.5s;
}

.left-half-circle{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100px;
    height: 200px;
    background: #e2e3e5;
    z-index: 3;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}

.bottom-half-circle{
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100px;
    background: #e2e3e5;
    z-index: 3;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
}

.blue-circle-b{
    position: absolute;
    display: none;
    top: 100px;
    left: 0;
    width: 200px;
    height: 100px;
    background: #3FE1B1;
    z-index: 4;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
    animation: step 3.5s;
}

.blue-circle-c{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100px;
    height: 200px;
    background: white;
    z-index: 5;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    animation: step 3.5s;
}

.right-half-circle{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100px;
    height: 200px;
    background: #C4C4C4;
    z-index: 3;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}

.start-button-inner{
    position: relative;
    z-index: 5;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #5C728B;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    box-shadow: 1px 2px 3px rgba(9, 7, 7, 0.29);
    border-radius: 200px;
    text-align: center;
}

.start-button-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    font-weight: 800;
    font-size: 28px;
    color: #fff;
}

.start-button-arrow{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    z-index: 6;
    opacity: .95;
}

.application-container{
    position: relative;
    width: 375px;
    padding: 25px 50px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin: 0 auto;
}

.input-heading, .app-success{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #545454;
    margin-top: 35px;
    animation-name: SlideInput;
    animation-duration: 1.2s;
}

.input-main{
    width: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
    padding: 12px;
    margin-top: 15px;
    font-size: 17px;
    color: #555;
    height: 60px;
    animation-name: SlideInput;
    animation-duration: 1.2s ;
    outline: none;
}

.input-main:focus{box-shadow: 0 0 3px 3px #C8E4FF; border: 1px solid #5DB1FF;}

.step-button{
    padding: 12px 0;
    width: 100%;
    font-weight: 600;
    color: #fff;
    background: #0075FF;
    font-size: 18px;
    opacity: .85;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
    border-radius: 4px;
    transition: .15s;
}

.step-button:hover{
    opacity: 1;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

@keyframes SlideInput {
  from {opacity: 0;}
  to {opacity: 1;}
}


.error-msg{position: absolute; display: none; font-size: 14px; color: red; font-weight: 300;}
#errorA, #errorC, #errorE, #errorG{top: 170px; left: 55px;}
#errorB, #errorD, #errorF, #errorH{top: 312px; left: 55px;}

.button-container{
    display: block;
    margin: 35px 0 25px;
}

.mobile-status{
    display: none;
}


@media (max-width: 800px) {

.content-container{
    width: 100%;
    display: block;
    padding: 0 5%;
    box-sizing: border-box;
}

.content-column{
    width: 100%;
    display: block;
}

#c-L, #hide-mobile{display:none;}

.app-left-sub-heading{
    margin-bottom: 35px;
}

.button-container{
    display: block;
    margin: 35px 0 0;
}

.mobile-status{
    display: block;
    color: #777;
    font-size: 17px;
    font-weight: 400;
    margin: 25px 0;
}
    
}

@media (max-width: 525px) {

.application-container{
    width: 100%;
    padding: 25px 7.5%;
    border-radius: 0;
    background: none;
    margin: 0 auto;
    border: none;
    box-shadow: none;
}

}

