/* ========================================================================
---------------------------- REGISTER FORM --------------------------------
==========================================================================*/

/* ========================================================================
--------------------------- ACTIVATION SENT -------------------------------
==========================================================================*/
.text-content{
    border-top: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}
.text-content p{
    color: #636363;
    padding-bottom: 10px;
    font-size: 12px;
}
.text-content p.title{
    font-weight: bold;
}
.text-content .button{
    margin-top: 50px;
}
b.important{
    font-weight: bold;
    color:#f93316;
}
p.login-info{
    width: 300px;
    padding: 10px 20px;
    background-color: #d3e7f4;
    border: 1px solid #3f8aba;
    margin: 0 auto;
}