


.bg_glacier {
   background: linear-gradient(0deg, rgba(124, 166, 205, 0.8) 0%, rgba(255, 255, 255, 1) 60%);
}

.bg_glacier_original {
    background: #00529c;
}


.glacier_login_content {
    color: #00529c;
}

.glacier_login_content h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.glacier_login_content h3 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.glacier_login_content p {
    font-size: 21px;
}

.glacier_card {
    background: #00529c;
    color:#fff;
    padding: 25px 20px 25px 20px;
}

.glacier_card ul {
    text-align: left;
}

.btn_glacier {
    background-color: #00529c;
    color: #fff !important;
}

.btn_glacier2 {
    background: #023d73;
    color: #fff;
}

.btn_glacier:hover,
.btn_glacier2:hover {
    background: #a71b1e;
    color: #fff;
    cursor: pointer;
}


.avatar-lg .avatar-title {
    color: #000;
}