login {
    margin-left: 20% !important;
}

.login-container {
    max-width: 401px;
    margin: 50px auto;
}

.login-box {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .04);
    border-width: 0;
    border-radius: 3px;
    display: block;
}

.login-header {
    font-size: 18px;
    font-weight: 300;
    padding-top: 1.5384rem;
    background-color: transparent;
}

.login-header:first-child {
    border-radius: 2px 0px;
}

.login-header-divider {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 1.538rem 8px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1.2307rem;
}

.login-body {
    flex: 1 1 auto;
}

.login-2 {
    padding-top: .7692307692rem !important;
}

.login-3 {
    padding-top: 1.154rem !important;
}

.changepass {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    width: 50%;
}

.imagebox {
    width: 49%;
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #F9F9F9;
    border: 1px solid #AEADAD;
    min-height: 300px !important;
}

.imagepicture {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.imagepicture img {
    max-width: 100%;
    transition: all 0.3s;
}

.imagebox:hover img {
    transform: scale(1.1);
}


.imagetext {
    margin-top: 20px;
    font-size: 18px;
}

.imageedit {
    margin-top: 30px;
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 50px;
}

.nca {
    background-color: #F9F9F9;
    width: 49%;
    border: 1px solid #AEADAD !important;
    border-radius: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 5px #DBDBDB;
}

.about {
    background-color: #F9F9F9;
    border: 1px solid #AEADAD !important;
    border-radius: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 5px #DBDBDB;
}

.title-icon {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}

.title-icon img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.title-desc {

    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 30px;
}

.modalimage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.snap {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 32%;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #AEADAD;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #AEADAD;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.blogtitle {
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 20px;
}

.recenttitle {
    font-size: 24px;
    padding-bottom: 20px;
}

.publisher {
    font-style: italic;
    font-size: 16px;
}

.iconphoto {
    margin-top: 10px;
}

.tabsection {
    margin-top: 30px;
}

#tabsect {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font: 12px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
}

#tabsect li {
    float: left;
    margin: 0 .5em 0 0;
}

#tabsect a {
    position: relative;
    background: #aaaaaa;
    padding: 0.7em 3em;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#tabsect a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
    background: #aaaaaa;
    color: #000;
}

#tabsect a:focus {
    outline: 0;
}

#tabsect a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #aaaaaa;
}

#tabsect #currented a {
    background: #399ecd;
    z-index: 3;
    color: #fff;
}

#tabsect #currented a::after {
    background: #399ecd;
    z-index: 3;
    color: #fff;
}

#contented {
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 2;
}

.service {
    padding: 10px 10px;
}

.srvcontainer {
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.srvcontent {
    width: 45%;
    float: left;
    margin: 15px 20px;
    padding: 5px 10px;
}

.srvcontent:hover {
    background-color: #D4D4D4;
}

.career-box {
    background-color: #F9F9F9;
    border: 1px solid #AEADAD !important;
    border-radius: 10px !important;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 5px #DBDBDB;
}

.career-title {
    font-size: 18px;
    font-weight: bolder;
}

.career-description {
    font-size: 16px;
}

.btn-remove button {
    min-width: 300px !important;
    margin-bottom: -50px;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7 !important;
    text-align: left !important;
}

.btn-remove button:hover {
    color: white;
    background-color: #337ab7 !important;
}

.settings-container {
    width: 70%;
    margin-top: 50px;
}

.parameter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.files {
    margin-top: 50px;
}

.imagecontainer {
    position: relative;
    text-align: right;
    color: white;
}

.centered {
    position: absolute;
    width: 60%;
    font-size: 26px;
    word-spacing: 30px;
    top: 36%;
    left: 61%;
    transform: translate(-50%, -50%);
}

.buttonsubmit {
    margin-left: 15px;
    margin-top: 15px !important;
}

.buttondelete {
    font-size: 20px;
    text-decoration: none;
    color: grey;
}

.postbox {
    background-color: white;
}

.post {
    border: 0px solid #a9a9a9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-radius {
    background-color: #FFF;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .04);
    border-width: 0;
    border-radius: 3px;
    display: block;
    padding: 10px 10px;
}

.category-box {
    width: 100%;
    background-color: white;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #22aaff;
}

.buttons-right {
    float: right;
    margin-right: 20px;
}