/*Success page*/

.success--container {
    text-align: center;
}

.success--check i {
    font-size: 150px;
    color: #5FAD41;
}

.text--title--success {
    color: #2c7eef;
}


/*Verify*/

.verify__container {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px #d2d2d2;
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.verify--header {
    padding: 26px;
    color: #fff;
    font-weight: 500;
    background-color: #2c7eef;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.guide__span {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
}


/*Steps*/

.step__container {
    display: block;
    text-align: right;
    margin-bottom: 17px;
    margin-right: 20%;
}

.step {
    color: #5FAD41;
    font-weight: 600;
}

.circle {
    border-radius: 100%;
    height: 23px;
    width: 23px;
    background-color: #5FAD41;
    color: white;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}

.circle p {
    font-weight: bold;
    font-family: sans-serif;
    color: #fff;
}


/*Verify email address*/

.verify--content {
    width: 49%;
    display: inline-block;
}

.description__container {
    padding: 26px;
}

.description--title {
    color: #2c7eef;
    display: block;
    font-weight: 700;
    font-size: 52px;
}

.description {
    color: #383838;
    font-weight: 500;
}

.verify__email--label {
    /* text-align: center; */
    margin-top: 14px;
}

.verify__email--label span {
    cursor: help;
    font-size: 14px;
    color: #92989c;
}

.py-100 .container_12 {
    box-shadow: none;
}

.py-100 {
    padding-top: 40px;
}

.verify__email--label span:before {
    top: 150%;
    bottom: initial;
}

.verify__email--label span:after {
    display: none;
}

.header--title {
    font-size: 20px;
}

.return--home {
    margin-top: 15px;
    background-color: #2c7eef;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
}

.return--home a {
    text-decoration: none;
    color: #fff;
}