#about{
    background-color: #f9f7f6 !important;
}

.blog-snippet-section{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.blog-snippet, .blog-snippet div
{
    display: flex;
    flex-flow:column;
    align-items:center;
    align-content:center;
}


.custom-alert-div{
    padding: 0 !important;
}

.custom-alert-paragraph
{
    margin-bottom:0 !important;
    padding-left:10px !important;
}



/* Login */
@media(max-width: 480px ){
    .section-left {
        display: none ;
    }

    .form-holder{
        min-width: 100%;
    }
}



/* new */

.custom-section, form{
    margin: 25px;
    padding: 50px;
}

.custom-section p{
    margin-top: 10px;
}

input, textarea, select{
    border: solid #eeeeee thin !important;
}
button{
    border: solid #eeeeee thin !important;
}
.submit{
    margin: auto;
}
.access-top-title{
    margin-top: 50px;
}

.btn-custom.blue-theme {
    color: #fff;
    background: #014086;
    border: 2px solid #014086;
}

.btn-custom.blue-theme:hover {
    color: #014086;
    background-color: transparent;
}

