// Variables // @import "ipcmd/data/colors"; // @import "ipcmd/data/variables-b4"; // @import "ipcmd/data/variables"; //Global // @import "ipcmd/global"; /* download ioffline style */ .contentSection { padding: 50px; margin: 10px auto; line-height: 30px; width: 75%; text-align: center; .ioffline-download { h1{ font-size: 26px !important; } h2{ font-size: 24px !important; } h4 { text-align: center; margin: 20px 0 20px 0px; } #flashcontent { margin-left: 37%; } .download-reader-btn { background: $primary-color; padding: 10px; color: #fff !important; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; &:hover { color: #444; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.21), 0 5px 15px 0 rgba(0, 0, 0, 0.22); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; } } ul{ li{ a{ text-decoration: underline !important; } } } } .forgotpwd{ h3{ &.forgothead{ font-size: 28px; line-height: 38px; font-weight: 300; } } #forgot_form{ width: 50%; margin: 0 auto; form{ select{ &#fp_option{ width: 70%; padding: 5px; color: #787878; margin: 10px 0px 15px; } } label{ margin: 10px 0; float: left; font-size: 14px; // display: none; } input{ #fp_field{ border-bottom: 1.2px solid #c7c7c7; margin: 10px 0px 15px; &:focus{ box-shadow: 0; border-bottom: 0; } } } i{ &.btn-primary{ height: 36px; border-radius: 2px; background-color: #e65019; &:hover{ background-color:#f1602b; } input{ &.waves-button-input{ font-style: normal; } } } } } } } }