@import 'colors.scss'; body{ overflow-x: hidden; font-family: 'Roboto', sans-serif; } ul{ list-style:none; display: inline-block; } .login_content{ padding-left: 30px; padding-right: 30px; } .loginlist{ padding-bottom: 30px; .loginitem{ p{ padding: 10px 20px; cursor:pointer; background-color:$greylight; color:$greydark; transition:0.3s; &:hover{ background-color:$greenlight; } } .sel_style{ color:$white; background-color:$greendark; &:hover{ background-color:$greendark !important; } } } } input{ outline: none !important; border: 0 !important; border-bottom: 1px solid $greendark !important; border-radius: 0 !important; } .main { padding: 50px 100px 100px 100px; text-align: center; } .btn-center{ width: 100px; text-align: center; } .input_col{ padding-bottom: 10px; } .title_row{ padding-bottom: 20px; } .error{ color: $red; margin-top: 10px; margin-bottom: 10px; font-weight: 400; } .hidden{ display: none; } .login_button{ padding: 10px 20px 10px 20px; color: $white; font-weight: 400; margin-top: 15px; cursor: pointer; background-color: $bluegrey600; text-shadow: rgba(0,0,0,0.25) 0 -1px 0; box-shadow: rgba(0,0,0,0.25) 0 1px 0,inset rgba(255,255,255,0.16) 0 1px 0; }