
body
{
    background: url('https://cdn.pixabay.com/photo/2015/08/13/01/00/keyboard-886462__340.jpg') fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top:150px;
    left:  0px;
    z-index: 99;
}

p.form-title
{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
}

.formLog
{
    width: 350px;
    margin: 0 auto;
}
#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}