/*!
 * Copyright (C) 2016 Codeplay Software Limited
 * All Rights Reserved.
 *
 * Forms styling.
 *
 * @author Scott Straughan
 */form{font-size:1rem}select,textarea,input:not([type]),input[type="text"],input[type="file"],input[type="password"],label{width:100%;display:block;box-sizing:border-box;font-size:1rem}select,textarea,input{border:#ccc 1px solid;padding:.8rem}input[type="checkbox"],input[type="radio"]{margin-right:.3rem}label{padding:1.5rem 0 .3rem 0}form textarea{min-height:150px;font-family:inherit}button{width:100%;padding:1.1rem 1.5rem 1.1rem 1.5rem;margin-right:.3rem;cursor:pointer;font-size:1rem;border:#ccc 1px solid;background-color:transparent;color:inherit;border-radius:3px;transition:background .5s}button:disabled{background:#666;cursor:default}button:enabled:hover{background-color:rgba(0,0,0,.2);text-decoration:underline}button:enabled:active{background-color:#efefef}@media screen and (min-width:38.13rem){label{font-size:1rem}button{width:auto}}/*!
 * Simple styled button theme.
 */button.styled{background-color:rgba(0,0,0,0);border-radius:6px;border:rgba(255,255,255,.5) 1px solid;padding:1.2rem 1.7rem 1.2rem 1.7rem}button.styled:enabled:hover{background-color:rgba(0,0,0,.3)}/*!
 * CAPTCHA
 */div#recaptcha_widget{width:100%;box-sizing:border-box;background-color:#fff;border:#ccc 1px solid;padding:.5rem;position:relative}div#recaptcha_widget div#reload{position:absolute;top:15px;right:15px}div#recaptcha_widget>div#recaptcha_image,div#recaptcha_widget>div#recaptcha_image>img{width:100% !important;padding-bottom:.5rem;text-align:left}@media screen and (min-width:28.75rem){div#recaptcha_widget>div#recaptcha_image,div#recaptcha_widget>div#recaptcha_image>img{max-width:340px}}