/*
* Enter your themes custom css here.
* Always enter enter customization as a theme optin if possible so the user can easily override it.
*/


#cspv4-page{
    background: rgba(0,0,0,0.0);
    min-height: 100%;
}

#cspv4-left{
    text-align: right;
    padding-right:20px;
}


#cspv4-right{
    text-align: left;
    padding-left:20px;
}

input{
    background: transparent !important;
    color: #fff !important;
}

@media (max-width: 778px) {
    #cspv4-left,#cspv4-right{
        text-align: center;
    }

}