html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.headercontainer {
    padding: 50px 0px 15px 25px;
}

.maincontainer {
    border: solid;
    height: 500px;
}

.innercontainer {
    border: solid;
    border-color: red;
    margin: 2%, 2%, 2%, 2%;
    height: 95%;
    width: 96%;
}

.logoimg {
    width: 100%;
    height: auto;
    content: url(/visionfilogon/img/logo.png);
}

.loginbutton {
    width: 100%;
}

.logininput {
    margin-bottom: 15px;
}

.loginpanel {
    background-image: url('/visionfilogon/img/investment1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 2s;
    border-radius: 5px;
}

.loginwidget {
    margin: 18px;
}

.invisible {
    display: none;
    transition: ease-out 2s;
}

.visible {
    display: block;
    transition: ease-in 2s;
}

.colorred {
    color: rgba(220, 53, 69) !important;
}

.investmenttextwidget {
   /* -webkit-transition: ease-in-out 2s;*/   
}
