body {
    margin: 0;
    padding: 0;
    transition: .4s all linear;
    -webkit-transition: .4s all linear;
    -moz-transition: .4s all linear;
}

.cd-popup-close {
    position: fixed;
    top: 20px;
    right: 30px;
    width: 30px;
}

.cd-popup-close .fa-times {
    font-size: 2em;
    /* color: #fff; */
    color: #676c9d;
    cursor: pointer;
}

.cd-popup {}

.cd-popup .container {
    width: 540px;
    margin: 5px auto;
}

.header1 {
    padding: 0 20px;
    color: white;
}

.header1 h2 {
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
}

.header1 p {
    font-size: 12px;
    color: #676c9d;
    margin: 0 0 0 60px;
}


/* .wrap{
    text-align: center;
    padding: 10px 30px 120px 30px;
}
.group{
    position: relative;
    padding: 10px 40px;
}
input[type="email"], input[type="text"], .input-invalid{
    width: 100%;
    height: 55px;
    padding: 0 0 0 20px;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    border:2px solid #777caa;
    outline: none;
    background-color: #484B6A;
} */


/* textarea{
    width: 100%;
    padding: 15px 0 15px 20px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    border:2px solid #777caa;
    outline: none;
    background-color: #484B6A;
}
.input-invalid{
    border:2px solid #e74c3c;
}
.fa{
    position: absolute;
    top: 30px;
    right: 40px;
    color: #777caa;
    font-size: 22px;
    
}
.circle{
    position: absolute;
    top: 0px;
    right: 25px;
    color: white;
    border-radius: 100px;
    padding: 3px 2px 1px 2px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border:transparent;
    visibility: hidden;
} */


/* .circle-pass{
    position: absolute;
    top: 0px;
    right: 25px;
    color: white;
    border-radius: 100px;
    padding: 3px 2px 1px 2px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border:transparent;
    visibility: hidden;
}
.group a{
    float: left;
    color: #676c9d;
    font-size: 12px;
    margin: 10px 0 0 20px;
}
.group .button{
    float: none;
    margin:  0 auto;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    border:2px solid white;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    font-family: "Dosis", sans-serif;
    transition: .4s all linear;
    -webkit-transition: .4s all linear;
    -moz-transition: .4s all linear;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
} */


/* .group button:hover{
    background-color: rgba(255, 255, 255, 0.85);
    color: black;
}
.valid {
    visibility: visible;
    background-color: #27ae60;
}
.invalid{
    visibility: visible;
    background-color: #e74c3c;
}
.divider{
    margin: 0 auto;
    width: 60%;
    height: 2px;
    background-color: #676c9d;
}
.bottom{
    margin: 0 auto;
    text-align: center;
    margin: 10px;
    color: #676c9d;
    font-size: 12px;
}
.bottom a{
    color: #676c9d;
    margin: 0 5px;
} */


/* .inspire{
    color: white;
    text-align: center;
}
.inspire a{
    color: white;
    padding: 0 5px;
} */