﻿.powered-by {
    font-size: 14px;
    float: right;
    height: 0;
    margin-top: -30px;
    margin-right: 15px;
    color: black;
}

.login-section {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 5px;
}

.news-section {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    padding: 5px;
}

.login-container {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

    .login-container form {
        padding: 0px 15px;
        text-align: center;
    }

#news {
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0 1px 1px rgba(51, 51, 51, 0.04), 0 2px 2px rgba(51, 51, 51, 0.04), 0 4px 4px rgba(51, 51, 51, 0.04);
}

    #news .newsText {
        font-size: 12px;
        font-family: Arial;
        overflow-y: auto;
        margin-bottom: -50px;
    }

    #news .newsDate {
        padding: .375rem .75rem;
        background-color: rgba(244, 244, 244, 0.92);
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        color: #b9094c;
        font-weight: 700;
        font-size: 14px;
    }

    #news .newsBody {
        padding: .375rem .75rem;
    }

.login-container h4 {
    margin: 0;
    height: 42px;
    background-color: #efefef;
    font-weight: bold;
    font-size: 15px;
    padding: 13px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news-container h4 {
    margin: 0;
    height: 42px;
    font-weight: bold;
    font-size: 15px;
    padding: 13px 0px;
}

.forgot-link {
    font-size: 11px;
}

.remember-me label {
    font-weight: normal;
    vertical-align: text-bottom;
    font-size: 11px;
}

.login-btn {
    font-family: Arial;
    font-size: 18px;
    color: #fff;
    background-color: #093b5e !important;
    width: 100%;
    line-height: 35px;
    margin: 19px 0px;
}

    .login-btn:hover {
        color: #fff;
        background-color: #093b5e;
    }

.forgot-link {
    font-family: Arial;
    font-size: 13px;
    text-decoration: underline;
    color: #093b5e;
}

.login-wrapper input::-ms-reveal {
    display: none;
}

.input-number {
    padding: 4% 3%;
    text-align: center;
    width: 13%;
    box-sizing: border-box;
}

    .input-number:focus {
        outline: none;
    }

.mask-input {
    font-family: text-security-disc;
    font-size: 15px;
    -webkit-text-security: disc;
    -moz-text-security: circle;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.show_hide {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: auto;
}

@media screen and (max-width: 1600px) {
    #div-code .input-number {
        padding: 4px;
    }
}