/*!* Sticky footer styles*/
/*-------------------------------------------------- *!*/
/*html {*/
/*    position: relative;*/
/*    min-height: 100%;*/
/*    font-size: 14px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    html {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*.navbar.fixed-top {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    z-index: 1030;*/
/*}*/

/*!* Initially, the account dropdown is part of the navbar and not visible independently *!*/
/*.account-dropdown {*/
/*    display: none;*/
/*}*/

/*!* When the navbar collapses, the account dropdown appears floating on the right *!*/
/*.account-dropdown.sticky {*/
/*    display: block;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 1040; !* above the navbar *!*/
/*}*/

/*body {*/
/*    margin-bottom: 60px; !* Margin bottom by footer height *!*/
/*}*/

/*.container {*/
/*    max-width: 960px;*/
/*}*/

/*.pricing-header {*/
/*    max-width: 700px;*/
/*}*/

/*.footer {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 60px; !* Set the fixed height of the footer here *!*/
/*    line-height: 60px; !* Vertically center the text there *!*/
/*    background-color: #f5f5f5;*/
/*}*/

/*class to make login form in center and at max width of 480px or 50% of screen width*/
.input-form-details {
    max-width: 50%;
    margin: 0 auto;
}