﻿body {
    background: #f4f4f4
}

.loginTop {
    background: #000000;
    padding: 5px 0;
    margin-bottom: 40px
}



.loginTopText p {
    margin: 0;
    color: white;
    font-size: 14px
}

.loginTopText a {
    color: white;
    font-size: 14px
}

.loginDiv {
    background: white;
    border: 1px solid #000000;
    padding: 10px 10px 20px 10px
}

.loginForm label {
    font-weight: normal;
    margin-bottom: 0
}

.loginForm {
    font-weight: normal;
    font-size: 13px
}

.bluelink {
    color: #1c91df
}

.form-control {
    background: #e8f0fd !important;
    border-radius: 0px !important;
    border: 1px solid #caced1 !important;
    padding: 5px 9px !important;
    font-size: 14px !important
}

.loginLogo img {
    height: 62px
}

.loginBottom {
    background: #f4f4f4;
    padding: 10px 0;
    position: inherit;
    bottom: 0;
    width: 100%;
    margin-top: 25px
}

.slick-dots {
    background: white
}

.newsBlock {
    background: white;
    border: 1px solid #ebebeb;
    padding: 10px 10px 20px 10px;
    margin-top: 10px;
}

.newsBlockDiv {
    overflow-y: scroll;
    scrollbar-color: #dfdfdf white;
    height: 240px;
}

.newsBlock h4 {
    font-size: 17px;
    color: #ce1e29
}

.newsText h5 {
    font-size: 15px;
    color: #ce1e29;
    font-weight: normal !important;
    margin-bottom: 0
}

.newsText {
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #f4f4f4;
    padding: 5px 0
}


.loginRegisterText::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.loginRegisterText span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    color: black;
    font-size: 15px
}

@media(max-width:576px) {

    .loginBottom {
        position: relative;
    }

    .footer-text {
        font-size: 13px;
        text-align: center
    }

    .loginDiv {
        margin-bottom: 20px
    }
}