@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);body,html{width:100%;background-color:#f8fafc}html{height:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-family:Nunito;font-size:14px;line-height:1.8;color:#282727}body,html{padding:0;margin:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}p{margin:0 0 15px}p:last-child{margin-bottom:0}::-moz-selection{background:#ffc600;color:#fff}::selection{background:#ffc600;color:#fff}#guest .authcard--content,.pane{width:100%;margin:auto 0;background:#fff;box-shadow:0 1px 5px 0 rgba(0,0,0,.15);border-radius:5px;overflow:hidden}#guest button[type=submit],.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 20px;outline:none;cursor:pointer;border-radius:50px;color:#fff!important;background-color:#337ab7;border:none;line-height:1;text-decoration:none;transition:box-shadow .2s ease-in-out,background-color .2s ease-in-out}#guest button[type=submit]:disabled,.button:disabled{opacity:.5;pointer-events:none}#guest button[type=submit]:hover,.button:hover{background-color:#285f8f;box-shadow:0 0 0 5px rgba(51,122,183,.2)}#guest{background-color:#f8fafc}#guest .authcard--wrapper{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;overflow-x:hidden}#guest .authcard--content{width:90%;max-width:500px;padding:30px;margin-top:30px}#guest .authcard--content form>div:not(:last-child){margin-bottom:15px}#guest input.c-input,#guest input.c-input-phone,#guest input[type=email],#guest input[type=password],#guest input[type=tel],#guest input[type=text],#guest textarea{display:block;box-sizing:border-box;width:100%;height:45px;padding:10px;margin:0 auto 8px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;outline:none;color:rgba(0,0,0,.9);transition:transform border .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none}#guest input.c-input-phone:focus,#guest input.c-input:focus,#guest input[type=email]:focus,#guest input[type=password]:focus,#guest input[type=tel]:focus,#guest input[type=text]:focus,#guest textarea:focus{border:1px solid rgba(0,0,0,.2)}#guest input.c-input-phone.has-error,#guest input.c-input.has-error,#guest input[type=email].has-error,#guest input[type=password].has-error,#guest input[type=tel].has-error,#guest input[type=text].has-error,#guest textarea.has-error{border:1px solid rgba(255,0,0,.8)}#guest input.c-input-phone[disabled],#guest input.c-input[disabled],#guest input[type=email][disabled],#guest input[type=password][disabled],#guest input[type=tel][disabled],#guest input[type=text][disabled],#guest textarea[disabled]{opacity:.5}#guest input.c-input-phone:-ms-input-placeholder,#guest input.c-input-phone::-ms-input-placeholder,#guest input.c-input-phone::-webkit-input-placeholder,#guest input.c-input-phone::placeholder,#guest input.c-input:-ms-input-placeholder,#guest input.c-input::-ms-input-placeholder,#guest input.c-input::-webkit-input-placeholder,#guest input.c-input::placeholder,#guest input[type=email]:-ms-input-placeholder,#guest input[type=email]::-ms-input-placeholder,#guest input[type=email]::-webkit-input-placeholder,#guest input[type=email]::placeholder,#guest input[type=password]:-ms-input-placeholder,#guest input[type=password]::-ms-input-placeholder,#guest input[type=password]::-webkit-input-placeholder,#guest input[type=password]::placeholder,#guest input[type=tel]:-ms-input-placeholder,#guest input[type=tel]::-ms-input-placeholder,#guest input[type=tel]::-webkit-input-placeholder,#guest input[type=tel]::placeholder,#guest input[type=text]:-ms-input-placeholder,#guest input[type=text]::-ms-input-placeholder,#guest input[type=text]::-webkit-input-placeholder,#guest input[type=text]::placeholder,#guest textarea:-ms-input-placeholder,#guest textarea::-ms-input-placeholder,#guest textarea::-webkit-input-placeholder,#guest textarea::placeholder{color:#000;opacity:.3}#guest label{margin:0}#guest button[type=submit]{display:block;width:65%;margin:30px auto 0;padding:15px 10px;text-align:center}