﻿body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .90;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/e-voting-concept-web-banner-in-flat-design-vector-12910611.jpg');
    color:#DAF8F6!important;
    font-size:20px!important;
}

    input[type=radio] {
    /*border: 0px;
    width: 100%;
    height: 2em;*/
        -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
