html, body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    background: #f0f0f0;
}

#container {
    position: fixed;
    width: auto;
    height: auto;
    top: 20%;
    left: 38%;
    margin-top: auto;
    margin-left: auto;
    margin-bottom:auto;
    margin-left:auto;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding:3%;
}

form {
    margin: 0 auto;
    margin-top: 20px;
}

label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 5px;
}

p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

    p a:hover {
        color: #555;
    }

input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
    width:75%;
}

    input[type=text],
    input[type=password], input[type=time] {
        color: #777;
        padding-left: 10px;
        margin: 10px;
        margin-top: 12px;
        margin-left: 18px;
        width: 290px;
        height: 35px;
        border: 1px solid #c7d0d2;
        border-radius: 2px;
        box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }

        input[type=text]:hover,
        input[type=password]:hover, input[type=time]:hover {
            border: 1px solid #b6bfc0;
            box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
        }

        input[type=text]:focus,
        input[type=password]:focus, input[type=time]:focus {
            border: 1px solid #a8c9e4;
            box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
        }

#lower {

    width: 100%;
    height: 40px;
    margin-top: 20px;
    box-shadow: inset 0 1px 1px #fff;

    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #acd6ef; /*IE fallback*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

    input[type=submit]:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
        background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
        background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    }

    input[type=submit]:active {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
        background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
        background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    }

.btnlogin {
    margin: auto !important;
    width: 25% !important;
    height: 35px !important;
    display: grid !important;
    --dxbl-btn-bg: #006696 !important;
    --dxbl-btn-border-color: #006696 !important;
    --dxbl-btn-color: #fff;
    --dxbl-btn-active-bg: #006696;
    --dxbl-btn-active-color: #fff;
    --dxbl-btn-active-border-color: #006696;
    --dxbl-btn-hover-bg: #009FE3 !important;
    --dxbl-btn-hover-color: #fff !important;
    --dxbl-btn-hover-border-color: #006696 !important;
    --dxbl-btn-disabled-bg: #9f86bb;
    --dxbl-btn-disabled-color: #fff;
    --dxbl-btn-disabled-border-color: #9f86bb;
    --dxbl-btn-disabled-opacity: 1;
    --dxbl-btn-focus-shadow-color: rgba(95, 54, 141, 0.5);
    --dxbl-btn-focus-shadow-spread: 0.125rem;
    --dxbl-btn-focus-shadow-blur: 0rem;
}

.dxbl-modal-footer {
    display :none !important
}

.dxbl-text-edit:focus-within {
    box-shadow: none !important;
}

.containerlog {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    /* Your container needs a fixed height, and it 
   * needs to be taller than your tallest column. */
    height: 850px;
    /* Optional */
    /*background-color: #f7f7f7;*/
    border-radius: 3px;
    padding: 20px;

    counter-reset: items;
}


.item {
    width: 32%;
    /* Optional */
    position: relative;
    margin-bottom: 2%;
    border-radius: 1.25rem;
    background-color: rgba(80,119,235,1);
    border: 1px solid rgba(80,119,235,1);
    box-shadow: 0 2px 2px rgba(0,90,250,0.05), 0 4px 4px rgba(0,90,250,0.05), 0 8px 8px rgba(0,90,250,0.05), 0 16px 16px rgba(0,90,250,0.05);
    color: #fff;
    font-size: 17px;
    padding: 15px;
    box-sizing: border-box;
    display: block;
    position: relative;
}


/* Re-order items into 3 rows */
.item:nth-of-type(3n+1) {
    order: 1;
}

.item:nth-of-type(3n+2) {
    order: 2;
}

.item:nth-of-type(3n) {
    order: 3;
}



/* Force new columns */
.break {
    flex-basis: 100%;
    width: 0;
    border: 1px solid #ddd;
    margin: 0;
    content: "";
    padding: 0;
}

body {
    font-family: sans-serif;
}

h3 {
    text-align: center;
}

.newsmore {
    padding:10px;
    text-align:right;
}

.newstitle {
    display:block;


}
.newsimage {
    // display: table-cell;
    filter: invert(1);
    display: block;
    position: absolute;
    left: 95%;
    top: 10px;
    transform: translate(-100%, 0)
}

.newstext {
    width: 70%;
    display: inline-block;
    //position:relative;
}
.newsimgtext {
    display: inline-grid;
    width: 20%;
    top: 0;
    left: 95%;
    top: 60px;
    transform: translate(-100%, 0);
    position:absolute;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color:red;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.forgot {
    padding-top: 5px;
    font-size: 12px;
    text-align: right;
    cursor:pointer;
}
.contact {
    padding-top: 5px;
    font-size: 13px;
}


/***********************************************ipad vertical**********************************************************/
@media screen and (min-device-width : 640px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Re-order items into 3 rows */
    .item:nth-of-type(2n+1) {
        order: 1 !important;
    }

    .item:nth-of-type(2n) {
        order: 2 !important;
    }

    .item {
        width: 48% !important;
    }
    .containerlog {
        height: 900px !important;
 
    }
    .break {
        flex-basis: 0% !important;

    }
}
/***********************************************smartphone vertical**********************************************************/
@media screen and (min-device-width : 230px) and (max-device-width : 640px) and (orientation : portrait) {
    /* Re-order items into 3 rows */
    .item:nth-of-type(1n) {
        order: 1 !important;
    }

     .item {
        width: 95% !important;
    }

    .containerlog {
        height: 1500px !important;
    }

    .break {
        flex-basis: 0% !important;
    }
}

/***********************************************ipad vertical**********************************************************/
@media screen and (min-device-width : 640px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Re-order items into 3 rows */
    .item:nth-of-type(2n+1) {
        order: 1 !important;
    }

    .item:nth-of-type(2n) {
        order: 2 !important;
    }

    .item {
        width: 48% !important;
    }

    .containerlog {
        height: 900px !important;
    }

    .break {
        flex-basis: 0% !important;
    }
}