.logininfo {
    text-align: center;
}
    .logininfo img.connection {
        margin: 1em auto;
        width:75%;
    }

div.logo img {
    width: 50%;
}

div.rememberme {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #e9e9f3;
}

div.newvisitor {
    margin-top: 1em;
    padding-top: 2em;
    font-size: 90%;
    border-top: 2px solid #e9e9f3;
}

div.small-alert-message {
    margin-top: 1em;
}

label#joinptm_label {
    font-size: 14px;
}

div#newfeatures-dialog .modal-body {
    padding:0;
}
div#newfeatures-dialog .modal-content {
    color: #5F5F66;
}
div#newfeatures-dialog div.new-section1 {
    background-color: #F3F3FB;
    padding: 2em;
}
    div#newfeatures-dialog div.new-section1 img {
        margin-top: 3em;
        width:100%;
    }
    div#newfeatures-dialog div.new-section1 h3.title {
        font-size: 24px;
        text-align:center;
    }
    div#newfeatures-dialog div.new-section1 div.subtitle {
        font-size: 12px;
        text-align:center;
        margin-top: 1em;
    }
div#newfeatures-dialog div.new-section2 {
    font-size: 14px;
    padding: 3em 1em 1em 1em;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(51, 40, 174, 0.12);
}
    div#newfeatures-dialog div.new-section2 h5 {
        font-size: 16px;
        color: #1f1f1f;
    }
    div#newfeatures-dialog div.new-section2 img {
        margin-right: 1em;
    }
    div#newfeatures-dialog div.new-section2 div.tips,
    div#newfeatures-dialog div.new-section2 div.pdf,
    div#newfeatures-dialog div.new-section2 div.skills {
            padding-bottom: 1.5em;
    }
    div#newfeatures-dialog div.new-section2 div.footer {
        border-bottom: solid 1px #DFDFE5;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    @media (max-width: 767px) {
        div#newfeatures-dialog div.new-section1 {
            border-radius: 30px 30px 0 0;
        }
            div#newfeatures-dialog div.new-section1 img {
                margin-top: 0em;
            }
        div#newfeatures-dialog div.new-section2 {
            border-radius: 0 0 30px 30px;
        }
    }
    @media (min-width: 768px) {
        div#newfeatures-dialog div.new-section1 {
            border-radius: 30px 0 0 30px;
        }
        div#newfeatures-dialog div.new-section2 {
            border-radius: 0 30px 30px 0;
        }
    }    
    