.rgbcode-simple-form{padding:20px;max-width:350px;background-color:#fff}.rgbcode-simple-form_fixed{position:fixed;top:20%;right:5%;z-index:99}.rgbcode-simple-form__title{font-family:Lato,sans-serif;font-weight:700}.rgbcode-simple-form__input{margin-bottom:15px;padding:8px 16px}.rgbcode-simple-form__btn{width:100%;font-size:20px;font-weight:400;background-color:#0063ff;color:#fff;border:none;border-radius:36px;-webkit-transition:background-color .3s ease-in;-o-transition:background-color .3s ease-in;transition:background-color .3s ease-in}.rgbcode-simple-form__btn:disabled{cursor:not-allowed}.rgbcode-simple-form__btn:disabled,.rgbcode-simple-form__btn:disabled:hover{background-color:#949495}.rgbcode-simple-form__btn:active,.rgbcode-simple-form__btn:focus,.rgbcode-simple-form__btn:hover{background-color:#0063ff}[dir=rtl] .rgbcode-simple-form{right:initial;left:5%}@media (max-width:1024px){.rgbcode-simple-form_fixed{position:static}}