body { background-color: #374356; } #container { width: 315px; height: 342px; position: relative; top: 100px; left: 50%; margin-left: -148px; } #progress-triangle { width: 0px; height: 0px; border-top: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #D94356; margin-left: -15px; position: relative; top: 48px; } .holder { margin-top: 15px; height: 35px; width: 295px; background-color: #323D4F; border-radius: 5px; color: #E9E5E3; font-family: sans; font-size: 16px; padding: 10px; border-bottom: 1px solid #768A9D; border-top: 1px solid #323D4F; border-right: 1px solid #323D4F; border-left: 1px solid #323D4F; line-height: 35px; input, select { background-color: #323D4F; border: none; padding: 5px; color: #768A9D; font-family: sans; font-size: 16px; width: 63%; height: 25px; position: absolute; right: 0; margin-right: 7px; &:focus { outline: none; } } } #select-holder { background-color: #374356; border-top: 1px solid #768A9D; border-bottom: 1px solid #234; border-right: 1px solid #234; border-left: 1px solid #234; cursor: default; } #select { height: 35px; border: none; background-color: #374356; } #select-triangle { width: 0px; height: 0px; border-top: 6px solid #323D4F; border-bottom: 6px solid transparent; border-right: 6px solid transparent; border-left: 6px solid transparent; z-index: 99; margin-left: 95.4%; position: relative; top: -21px; } #submit { background-color: #D94356; text-align: center; cursor: pointer; &:hover { background-color: #C83245; } &:active { background-color: #B72134; } } a { text-decoration: none; } #submit-input { display: none; } ::selection { background-color: #D94356; color: white; }