@charset "utf-8";
/* CSS Document */
.forgotTwoWrapper{
    width: 100%;
}
.forgotTwoWrapper .containerWidth66{
    margin-left: 16.66%;
}
.forgotHeader{
    width: 100%;
    height: 100px;
    background-color: #305a30;
    margin-bottom: 20px;
}
.headerMessage{
    width: 100%;
    height: auto;
}
.headerMessage h1, .headerMessage h2{
    text-align: center;
    color: #F2F2F2;
    margin: 0;
    padding-top: 1%;
    font-weight: normal;
}
.headerMessage p{
    text-align: center;
    color: #F2F2F2;
    margin: 0;
    padding-bottom: 1%;
}
.pageTopContainer{
    top: 100px;
}
.outputCardContainer{
    margin-top: 26px;
    margin-bottom: 13px;
}
.primaryButton, .ctaButton{
    width: 50%;
    margin-left: 50%;
}
#outsideDiv{
    margin-top: 26px;
    border: 2px solid #056c9b;
}
#emailSentMessageDiv{
    border: 2px solid #056c9b;
}
#loginDiv{
    float: left;
    width: 100%;
    height: auto;
}

/* responsive screen code */
@media only screen and (min-width: 1500px) {
/* Extra large devices (large laptops and desktops, 1500px and up) */
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* Large devices (laptops/desktops, 992px and up) */
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Medium devices (landscape tablets, 768px and up) */
    .forgotHeader{
        height: 80px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
/* Small devices (portrait tablets and large phones, 600px and up) */
    .forgotHeader{
        height: 80px;
    }
    .containerWidth66{
        width: 100%;
    }
    .forgotTwoWrapper .containerWidth66{
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
/* Extra small devices (phones, 600px and down) */
    .containerWidth66{
        width: 100%;
    }
    .forgotTwoWrapper .containerWidth66{
        margin-left: 0;
    }
}
@media only screen and (max-width: 400px) {
/* Super Extra small devices (phones, 400px and down) */
}